Package | Description |
---|---|
com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
com.docdoku.core.notification |
Classes for managing global, i.e. at workspace level, notifications.
|
com.docdoku.core.security |
Provides security related classes.
|
com.docdoku.core.services |
Business layer classes.
|
com.docdoku.core.workflow |
Provides classes for designing and running workflow.
|
Constructor and Description |
---|
UserGroupAlreadyExistsException(Locale pLocale,
UserGroup pUserGroup) |
UserGroupAlreadyExistsException(Locale pLocale,
UserGroup pUserGroup,
Throwable pCause) |
Modifier and Type | Method and Description |
---|---|
UserGroup |
TagUserGroupSubscription.getGroupSubscriber() |
Modifier and Type | Method and Description |
---|---|
void |
TagUserGroupSubscription.setGroupSubscriber(UserGroup groupSubscriber) |
Constructor and Description |
---|
TagUserGroupSubscription(Tag pTag,
UserGroup pSubscriber) |
TagUserGroupSubscription(Tag pTag,
UserGroup pSubscriber,
boolean pOnIterationChange,
boolean pOnStateChange) |
Modifier and Type | Method and Description |
---|---|
UserGroup |
WorkspaceUserGroupMembership.getMember() |
UserGroup |
ACLUserGroupEntry.getPrincipal() |
Modifier and Type | Method and Description |
---|---|
Map<UserGroup,ACLUserGroupEntry> |
ACL.getGroupEntries() |
Modifier and Type | Method and Description |
---|---|
void |
ACL.addEntry(UserGroup group,
ACLPermission perm) |
void |
ACL.removeEntry(UserGroup group) |
void |
WorkspaceUserGroupMembership.setMember(UserGroup pMember) |
void |
ACLUserGroupEntry.setPrincipal(UserGroup pPrincipal) |
Modifier and Type | Method and Description |
---|---|
void |
ACL.setGroupEntries(Map<UserGroup,ACLUserGroupEntry> groupEntries) |
Constructor and Description |
---|
ACLUserGroupEntry(ACL acl,
UserGroup principal,
ACLPermission permission) |
WorkspaceUserGroupMembership(Workspace pWorkspace,
UserGroup pMember) |
Modifier and Type | Method and Description |
---|---|
UserGroup |
IUserManagerLocal.createUserGroup(String pId,
String workspaceId) |
UserGroup |
IUserManagerLocal.createUserGroup(String pId,
Workspace pWorkspace) |
UserGroup |
IUserManagerLocal.getUserGroup(UserGroupKey pKey) |
UserGroup[] |
IUserManagerLocal.getUserGroups(String pWorkspaceId) |
UserGroup[] |
IUserManagerLocal.getUserGroupsForUser(UserKey userKey) |
UserGroup |
IUserManagerLocal.removeUserFromGroup(UserGroupKey pGroupKey,
String logins) |
Modifier and Type | Method and Description |
---|---|
void |
IWorkflowManagerLocal.removeUserGroupFromAllRoleMappings(UserGroup pUserGroup) |
Modifier and Type | Method and Description |
---|---|
Set<UserGroup> |
Task.getAssignedGroups() |
Set<UserGroup> |
Role.getDefaultAssignedGroups() |
Modifier and Type | Method and Description |
---|---|
void |
Role.addUserGroup(UserGroup userGroup) |
void |
Role.removeUserGroup(UserGroup userGroup) |
Modifier and Type | Method and Description |
---|---|
abstract Activity |
ActivityModel.createActivity(Map<Role,Collection<User>> roleUserMap,
Map<Role,Collection<UserGroup>> roleGroupMap) |
Activity |
SequentialActivityModel.createActivity(Map<Role,Collection<User>> roleUserMap,
Map<Role,Collection<UserGroup>> roleGroupMap) |
Activity |
ParallelActivityModel.createActivity(Map<Role,Collection<User>> roleUserMap,
Map<Role,Collection<UserGroup>> roleGroupMap) |
Task |
TaskModel.createTask(Map<Role,Collection<User>> roleUserMap,
Map<Role,Collection<UserGroup>> roleGroupMap) |
Workflow |
WorkflowModel.createWorkflow(Map<Role,Collection<User>> roleUserMap,
Map<Role,Collection<UserGroup>> roleGroupMap) |
void |
Task.setAssignedGroups(Set<UserGroup> assignedGroups) |
void |
Role.setDefaultAssignedGroups(Set<UserGroup> defaultAssignedGroups) |
Constructor and Description |
---|
Role(String name,
Workspace workspace,
Set<User> defaultAssignedUsers,
Set<UserGroup> defaultAssignedGroups) |
Task(int pNum,
String pTitle,
String pInstructions,
Collection<User> assignedU,
Collection<UserGroup> assignedG) |
Copyright © 2017 DocDoku. All rights reserved.