Package org.ametys.plugins.survey.right
Class SurveyRightAssignmentContext
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.core.ui.StaticFileImportsClientSideElement
org.ametys.core.ui.StaticClientSideElement
org.ametys.core.right.AbstractStaticRightAssignmentContext
org.ametys.plugins.survey.right.SurveyRightAssignmentContext
- All Implemented Interfaces:
 RightAssignmentContext,ClientSideElement,LogEnabled,PluginAware,Configurable,Contextualizable,Serviceable
RightAssignmentContext for assign rights to a Survey- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.core.ui.ClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFile - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AmetysObjectResolverThe Ametys object resolverstatic final StringThe id if this right contextFields inherited from class org.ametys.core.right.AbstractStaticRightAssignmentContext
_context, _isPrivate, _label, _reverseWorkspaceMather, _workspaceMatcherFields inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_currentUserProvider, _dependencies, _featureName, _id, _pluginName, _rightManager, _rights, _rightsMode, _script - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionconvertJSContext(Object context) From a JavaScript context object, converts it into a Java objectgetContextIdentifier(Object context) Gets the identifier of the object contextgetParentContexts(Object context) Get the parent contexts of the object contextgetRootContexts(Map<String, Object> contextParameters) Get the list of root contexts if the current workspace matches the allowed workspacevoidservice(ServiceManager smanager) Methods inherited from class org.ametys.core.right.AbstractStaticRightAssignmentContext
configure, contextualize, getScripts, isPrivate, matchWorkspaceMethods inherited from class org.ametys.core.ui.StaticClientSideElement
_configureClass, _configureParameters, _configureScript, configureInitialParametersMethods inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_configureDependencies, _configureImports, _configureRights, _configureRightsMode, getDependencies, getId, getPluginName, getRights, getScripts, hasRight, setPluginInfo, toStringMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.ametys.core.ui.ClientSideElement
getDependencies, getId, getPluginName, getRights, getScripts 
- 
Field Details
- 
ID
The id if this right context- See Also:
 
 - 
_resolver
The Ametys object resolver 
 - 
 - 
Constructor Details
- 
SurveyRightAssignmentContext
public SurveyRightAssignmentContext() 
 - 
 - 
Method Details
- 
service
- Specified by:
 servicein interfaceServiceable- Overrides:
 servicein classStaticFileImportsClientSideElement- Throws:
 ServiceException
 - 
convertJSContext
Description copied from interface:RightAssignmentContextFrom a JavaScript context object, converts it into a Java object- Parameters:
 context- the JS context object- Returns:
 - the Java object
 
 - 
getContextIdentifier
Description copied from interface:RightAssignmentContextGets the identifier of the object context- Parameters:
 context- The object context- Returns:
 - the identifier of the object context
 
 - 
getParentContexts
Description copied from interface:RightAssignmentContextGet the parent contexts of the object context- Parameters:
 context- The object context- Returns:
 - The parents if exist or 
nullotherwise 
 - 
getRootContexts
Description copied from interface:RightAssignmentContextGet the list of root contexts if the current workspace matches the allowed workspace- Parameters:
 contextParameters- The contextual parameters- Returns:
 - The root context object in a list
 
 
 -