|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Group | |
|---|---|
| org.camunda.bpm.engine | Public API of the camunda BPM engine. Typical usage of the API starts by the creation of a ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a ProcessEngine, BPM and workflow operation
can be executed:RepositoryService:
Manages DeploymentsRuntimeService:
For starting and searching ProcessInstancesTaskService:
Exposes operations to manage human (standalone) Tasks,
such as claiming, completing and assigning tasksIdentityService:
Used for managing Users,
Groups and the relations between themManagementService:
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService:
Exposes information about ongoing and past process instances.FormService:
Access to form data and rendered forms for starting new process instances and completing tasks. |
| org.camunda.bpm.engine.impl | API implementation classes, which shouldn't directly be used by end-users. |
| org.camunda.bpm.engine.impl.cfg.auth | |
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.identity | |
| org.camunda.bpm.engine.impl.identity.db | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| Uses of Group in org.camunda.bpm.engine |
|---|
| Methods in org.camunda.bpm.engine that return Group | |
|---|---|
Group |
IdentityService.newGroup(String groupId)
Creates a new group. |
| Methods in org.camunda.bpm.engine with parameters of type Group | |
|---|---|
void |
IdentityService.saveGroup(Group group)
Saves the group. |
| Uses of Group in org.camunda.bpm.engine.impl |
|---|
| Methods in org.camunda.bpm.engine.impl that return Group | |
|---|---|
Group |
IdentityServiceImpl.newGroup(String groupId)
|
| Methods in org.camunda.bpm.engine.impl with parameters of type Group | |
|---|---|
void |
IdentityServiceImpl.saveGroup(Group group)
|
| Uses of Group in org.camunda.bpm.engine.impl.cfg.auth |
|---|
| Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type Group | |
|---|---|
AuthorizationEntity[] |
DefaultAuthorizationProvider.newGroup(Group group)
|
AuthorizationEntity[] |
ResourceAuthorizationProvider.newGroup(Group group)
Invoked whenever a new group is created |
| Uses of Group in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd that return Group | |
|---|---|
protected Group |
CreateGroupCmd.executeCmd(CommandContext commandContext)
|
| Uses of Group in org.camunda.bpm.engine.impl.identity |
|---|
| Methods in org.camunda.bpm.engine.impl.identity that return Group | |
|---|---|
Group |
WritableIdentityProvider.createNewGroup(String groupId)
Returns a new (transient) Group object. |
Group |
ReadOnlyIdentityProvider.findGroupById(String groupId)
|
Group |
WritableIdentityProvider.saveGroup(Group group)
Allows saving a Group object which is not yet persistent. |
| Methods in org.camunda.bpm.engine.impl.identity with parameters of type Group | |
|---|---|
Group |
WritableIdentityProvider.saveGroup(Group group)
Allows saving a Group object which is not yet persistent. |
| Uses of Group in org.camunda.bpm.engine.impl.identity.db |
|---|
| Methods in org.camunda.bpm.engine.impl.identity.db that return types with arguments of type Group | |
|---|---|
List<Group> |
DbGroupQueryImpl.executeList(CommandContext commandContext,
Page page)
|
List<Group> |
DbReadOnlyIdentityServiceProvider.findGroupByQueryCriteria(DbGroupQueryImpl query)
|
| Methods in org.camunda.bpm.engine.impl.identity.db with parameters of type Group | |
|---|---|
protected void |
DbIdentityServiceProvider.createDefaultAuthorizations(Group group)
|
GroupEntity |
DbIdentityServiceProvider.saveGroup(Group group)
|
| Uses of Group in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Classes in org.camunda.bpm.engine.impl.persistence.entity that implement Group | |
|---|---|
class |
GroupEntity
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type Group | |
|---|---|
List<Group> |
ProcessDefinitionManager.findProcessDefinitionPotentialStarterGroups()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||