Uses of Interface
com.ibm.pim.organization.AccessControlGroup

Packages that use AccessControlGroup
com.ibm.pim.catalog   
com.ibm.pim.collaboration   
com.ibm.pim.docstore   
com.ibm.pim.hierarchy   
com.ibm.pim.job   
com.ibm.pim.organization   
com.ibm.pim.selection   
com.ibm.pim.workflow   
 

Uses of AccessControlGroup in com.ibm.pim.catalog
 

Methods in com.ibm.pim.catalog that return AccessControlGroup
 AccessControlGroup Catalog.getAccessControlGroup()
          Returns the Access Control Group for this catalog
 

Methods in com.ibm.pim.catalog with parameters of type AccessControlGroup
 Catalog CatalogManager.createCatalog(PrimarySpec catalogSpec, java.lang.String catalogName, Hierarchy hierarchy, AccessControlGroup acg)
          Builds a new catalog with the given spec and name.
 void Catalog.setAccessControlGroup(AccessControlGroup accessControlGroup)
          Sets the Access Control Group for this catalog
 

Uses of AccessControlGroup in com.ibm.pim.collaboration
 

Methods in com.ibm.pim.collaboration that return AccessControlGroup
 AccessControlGroup CollaborationArea.getAccessControlGroup()
          Gets the access control group on the current collaboration area.
 

Methods in com.ibm.pim.collaboration with parameters of type AccessControlGroup
 void CollaborationArea.setAccessControlGroup(AccessControlGroup accessControlGroup)
          Sets the specified access control group on the current collaboration area.
 

Uses of AccessControlGroup in com.ibm.pim.docstore
 

Methods in com.ibm.pim.docstore that return AccessControlGroup
 AccessControlGroup Document.getAccessControlGroup()
          Fetches the access control group for this document.
 

Methods in com.ibm.pim.docstore with parameters of type AccessControlGroup
 Document DocstoreManager.createAndPersistDocument(java.lang.String documentPath, AccessControlGroup accessControlGroup)
          Creates an empty document at the specified documentPath and sets the given access control group for the document.
 void Document.setAccessControlGroup(AccessControlGroup accessControlGroup)
          Sets the access control group for this document.
 

Uses of AccessControlGroup in com.ibm.pim.hierarchy
 

Methods in com.ibm.pim.hierarchy that return AccessControlGroup
 AccessControlGroup Hierarchy.getAccessControlGroup()
          Returns the Access Control Group for this hierarchy
 

Methods in com.ibm.pim.hierarchy with parameters of type AccessControlGroup
 Hierarchy HierarchyManager.createHierarchy(PrimarySpec spec, java.lang.String name, AttributeDefinition pathAttribute, AccessControlGroup accessControlGroup, AttributeDefinition displayAttribute)
          Create a new hierarchy object.
 void Hierarchy.setAccessControlGroup(AccessControlGroup acg)
          Sets the Access Control Group for this hierarchy
 

Uses of AccessControlGroup in com.ibm.pim.job
 

Methods in com.ibm.pim.job that return AccessControlGroup
 AccessControlGroup Import.getAccessControlGroup()
          Returns the ACG used for this import
 

Uses of AccessControlGroup in com.ibm.pim.organization
 

Methods in com.ibm.pim.organization that return AccessControlGroup
 AccessControlGroup OrganizationManager.createAccessControlGroup(java.lang.String acgName, java.lang.String description, Role role, java.util.EnumSet<Permission> permissions)
          Creates an access control group object with the specified acg name and acg description.
 AccessControlGroup OrganizationHierarchy.getAccessControlGroup()
          Returns the Access Control Group for this hierarchy
 AccessControlGroup OrganizationManager.getAccessControlGroup(java.lang.String name)
          Returns an access control group object for the specified acg name
 AccessControlGroup Company.getDefaultAccessControlGroup()
          Retrieves the default AccessControlGroup for this company
 

Methods in com.ibm.pim.organization that return types with arguments of type AccessControlGroup
 java.util.Collection<AccessControlGroup> Company.getAccessControlGroups()
          Returns all access control groups in the context of this company.
 java.util.Collection<AccessControlGroup> Role.getAccessControlGroups()
          Provides a collection of Access Control Groups applicable to this role
 

Methods in com.ibm.pim.organization with parameters of type AccessControlGroup
 OrganizationHierarchy OrganizationManager.createOrganizationHierarchy(PrimarySpec spec, java.lang.String name, AttributeDefinition pathAttribute, AccessControlGroup accessControlGroup, AttributeDefinition displayAttribute)
          Create a new organization hierarchy object.
 java.util.Set<Permission> Role.getPermissionList(AccessControlGroup accessControlGroup)
          Fetches the Permissions granted to this role as part of the given access control group.
 void Role.grantPermissions(AccessControlGroup accessControlGroup, java.util.Set<Permission> permissions)
          Grants the given set of permissions to this role as part of the given access control group.
 void Role.revokePermissions(AccessControlGroup accessControlGroup, java.util.Set<Permission> permissions)
          Revokes the given set of permissions to this role as part of the given access control group.
 void OrganizationHierarchy.setAccessControlGroup(AccessControlGroup acg)
          Sets the Access Control Group for this hierarchy
 

Uses of AccessControlGroup in com.ibm.pim.selection
 

Methods in com.ibm.pim.selection that return AccessControlGroup
 AccessControlGroup Selection.getAccessControlGroup()
          Fetches the access control group for the selection
 

Methods in com.ibm.pim.selection with parameters of type AccessControlGroup
 void Selection.setAccessControlGroup(AccessControlGroup accessControlGroup)
          Sets the AccessControlGroup for the selection
 

Uses of AccessControlGroup in com.ibm.pim.workflow
 

Methods in com.ibm.pim.workflow that return AccessControlGroup
 AccessControlGroup Workflow.getAccessControlGroup()
          Get the access control group of the workflow.
 

Methods in com.ibm.pim.workflow with parameters of type AccessControlGroup
 Workflow WorkflowManager.createCategoryWorkflow(java.lang.String workflowName, java.lang.String workflowDescription, AccessControlGroup acg)
          Create an empty Category Workflow with Initial, Success, Failure steps and Initial routed to Success.
 Workflow WorkflowManager.createItemWorkflow(java.lang.String workflowName, java.lang.String workflowDescription, AccessControlGroup acg)
          Create an empty Item Workflow with Initial, Success, Failure steps and Initial routed to Success.
 void Workflow.setAccessControlGroup(AccessControlGroup acg)
          Set the access control group for a workflow.