|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class that implements the EnterpriseSecurityStore
interface provides access to
enterprise-level security definitions for teamspaces, teamspace templates, and deactivated teamspaces.
Method Summary | |
int |
getCreatorOwnerAccessPermissions()
Return the CREATOR-OWNER enterprise security as an int value that defines the Access Control List (ACL) integer values. |
void |
getCreatorOwnerSecurity(SubjectInfo subject,
com.filenet.wcm.api.Permissions permissions)
Return the required enterprise-level permissions to be applied to the CREATOR-OWNER of an object. |
void |
getTeamspaceEnterpriseSecurity(com.filenet.wcm.api.Permissions permissions)
Return the required enterprise-level permissions to be applied to a teamspace. |
void |
getTeamspaceTemplateEnterpriseSecurity(com.filenet.wcm.api.Permissions permissions)
Return the required enterprise-level permissions to be applied to a teamspace template. |
Method Detail |
public void getTeamspaceEnterpriseSecurity(com.filenet.wcm.api.Permissions permissions)
permissions
- A collection of Permission
objects in which the permissions will be added. Required.public void getCreatorOwnerSecurity(SubjectInfo subject, com.filenet.wcm.api.Permissions permissions)
subject
- A SubjectInfo
object for the current user, required to generate CREATOR-OWNER permissions.permissions
- A collection of Permission
objects in which the permissions will be added. Required.public int getCreatorOwnerAccessPermissions()
int
value that defines the Access Control List (ACL) integer values.
int
value that defines the ACL value.public void getTeamspaceTemplateEnterpriseSecurity(com.filenet.wcm.api.Permissions permissions)
permissions
- A collection of Permission
objects in which the permissions will be added. Required.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |