public class JSWorkspaceManager extends JSBaseScriptableObject
myLogger
Constructor and Description |
---|
JSWorkspaceManager() |
Modifier and Type | Method and Description |
---|---|
Workspace |
jsFunction_createNewWorkspace(int theGroupId,
java.lang.String theACLId,
java.lang.String theName)
Creates a new workspace in the specified group and ACL.
|
void |
jsFunction_deleteWorkspace(java.lang.String theWorkspaceId,
int theGroupId,
java.lang.String theAclId)
Deletes the workspace
|
boolean |
jsFunction_doesWorkspaceExist(int theGroupId,
java.lang.String theACLId,
java.lang.String theName)
Returns true if the specified workspace (name) exists for the specified group and ACL, otherwise returns false.
|
Workspace |
jsFunction_duplicateWorkspace(Workspace theWorkspaceToDuplicate)
Duplicates the specified workspace.
|
Workspace |
jsFunction_getWorkspace(java.lang.String theWorkspaceId)
Returns the workspace with the specified id.
|
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public Workspace jsFunction_getWorkspace(java.lang.String theWorkspaceId)
theWorkspaceId
- the workspace id.public Workspace jsFunction_duplicateWorkspace(Workspace theWorkspaceToDuplicate)
theWorkspaceToDuplicate
- the Workspace object to duplicate.public Workspace jsFunction_createNewWorkspace(int theGroupId, java.lang.String theACLId, java.lang.String theName)
theGroupId
- the group idtheACLId
- the acl idtheName
- the workspace name to usepublic boolean jsFunction_doesWorkspaceExist(int theGroupId, java.lang.String theACLId, java.lang.String theName)
theGroupId
- the group idtheACLId
- the acl idtheName
- the namepublic void jsFunction_deleteWorkspace(java.lang.String theWorkspaceId, int theGroupId, java.lang.String theAclId)
theWorkspaceId
- The workspace IDtheGroupId
- The group IDtheAclId
- The ACL IDCopyright © 2023 MediaBeacon, Inc. All Rights Reserved.