Package org.ametys.odf.rights
Class ODFRightAssignmentContext
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.cms.rights.ContentRightAssignmentContext
org.ametys.odf.rights.ODFRightAssignmentContext
- All Implemented Interfaces:
RightAssignmentContext
,ClientSideElement
,LogEnabled
,PluginAware
,Configurable
,Contextualizable
,Serviceable
RightAssignmentContext
for assign rights to a OrgUnit
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.core.ui.ClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFile
-
Field Summary
Fields inherited from class org.ametys.cms.rights.ContentRightAssignmentContext
_resolver, _rootContentHelper
Fields inherited from class org.ametys.core.right.AbstractStaticRightAssignmentContext
_context, _isPrivate, _label, _reverseWorkspaceMather, _workspaceMatcher
Fields inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_currentUserProvider, _dependencies, _featureName, _id, _pluginName, _rightManager, _rights, _rightsMode, _script
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetParentContexts
(Object context) Get the parent contexts of the object contextprotected Object
Gets the root of contentsgetRootContexts
(Map<String, Object> contextParameters) Get the list of root contexts if the current workspace matches the allowed workspacevoid
service
(ServiceManager smanager) Methods inherited from class org.ametys.cms.rights.ContentRightAssignmentContext
convertJSContext, getContextIdentifier, getScripts
Methods inherited from class org.ametys.core.right.AbstractStaticRightAssignmentContext
configure, contextualize, isPrivate, matchWorkspace
Methods inherited from class org.ametys.core.ui.StaticClientSideElement
_configureClass, _configureParameters, _configureScript, configureInitialParameters
Methods inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_configureDependencies, _configureImports, _configureRights, _configureRightsMode, getDependencies, getId, getPluginName, getRights, getScripts, hasRight, setPluginInfo, toString
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.ametys.core.ui.ClientSideElement
getDependencies, getId, getPluginName, getRights, getScripts
-
Field Details
-
ID
The Right assignment context id- See Also:
-
-
Constructor Details
-
ODFRightAssignmentContext
public ODFRightAssignmentContext()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classContentRightAssignmentContext
- Throws:
ServiceException
-
getParentContexts
Description copied from interface:RightAssignmentContext
Get the parent contexts of the object context- Specified by:
getParentContexts
in interfaceRightAssignmentContext
- Overrides:
getParentContexts
in classContentRightAssignmentContext
- Parameters:
context
- The object context- Returns:
- The parents if exist or
null
otherwise
-
getRootContexts
Description copied from interface:RightAssignmentContext
Get the list of root contexts if the current workspace matches the allowed workspace- Specified by:
getRootContexts
in interfaceRightAssignmentContext
- Overrides:
getRootContexts
in classContentRightAssignmentContext
- Parameters:
contextParameters
- The contextual parameters- Returns:
- The root context object in a list
-
getRootContent
Description copied from class:ContentRightAssignmentContext
Gets the root of contents- Overrides:
getRootContent
in classContentRightAssignmentContext
- Returns:
- the root of contents
-