public interface RightAssignmentContext extends ClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFile
Modifier and Type | Method and Description |
---|---|
Object |
convertJSContext(Object jsContext)
From a JavaScript context object, converts it into a Java object
|
String |
getContextIdentifier(Object context)
Gets the identifier of the object context
|
Set<Object> |
getParentContexts(Object context)
Get the parent contexts of the object context
|
List<Object> |
getRootContexts(Map<String,Object> contextParameters)
Get the list of root contexts if the current workspace matches the allowed workspace
|
boolean |
isPrivate()
Determines if this rights assignment context is a private context
|
getDependencies, getId, getPluginName, getRights, getScripts, getScripts
boolean isPrivate()
Object convertJSContext(Object jsContext)
jsContext
- the JS context objectString getContextIdentifier(Object context)
context
- The object contextSet<Object> getParentContexts(Object context)
context
- The object contextnull
otherwise