Uses of Package
org.flowable.idm.api
Packages that use org.flowable.idm.api
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
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 Deployments.RuntimeService: For starting and searching ProcessInstances.TaskService: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService: Used for managing users, groups and the relations between them.ManagementService: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService: Exposes information about ongoing and past process instances.FormService: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Classes in org.flowable.idm.api used by org.flowable.cmmn.engine
-
Classes in org.flowable.idm.api used by org.flowable.cmmn.engine.impl.util
-
Classes in org.flowable.idm.api used by org.flowable.engineClassDescriptionRepresents a group, used in
IdmIdentityService.Allows to programmatically query forGroups.Allows querying ofGroups via native (SQL) queriesAllows querying ofUsers via native (SQL) queriesRepresents a user, used inIdmIdentityService.Allows programmatic querying ofUser -
Classes in org.flowable.idm.api used by org.flowable.engine.implClassDescriptionRepresents a group, used in
IdmIdentityService.Allows to programmatically query forGroups.Allows querying ofGroups via native (SQL) queriesAllows querying ofUsers via native (SQL) queriesRepresents a user, used inIdmIdentityService.Allows programmatic querying ofUser -
Classes in org.flowable.idm.api used by org.flowable.engine.impl.cmdClassDescriptionRepresents a group, used in
IdmIdentityService.Represents a user, used inIdmIdentityService. -
Classes in org.flowable.idm.api used by org.flowable.engine.impl.util
-
Classes in org.flowable.idm.api used by org.flowable.idm.apiClassDescriptionRepresents a group, used in
IdmIdentityService.Allows to programmatically query forGroups.Contains the possible properties that can be used by theGroupQuery.Service for admin and maintenance operations on the idm engine.Allows querying ofGroups via native (SQL) queriesAllows querying ofTokens via native (SQL) queriesAllows querying ofUsers via native (SQL) queriesAllows programmatic querying ofPrivilegeAllows programmatic querying ofTokenContains the possible properties that can be used by theTokenQuery.Represents a user, used inIdmIdentityService.Allows programmatic querying ofUserAllows programmatic querying ofUserContains the possible properties that can be used by theUserQuery. -
Classes in org.flowable.idm.api used by org.flowable.idm.engineClassDescriptionService for admin and maintenance operations on the idm engine.
-
Classes in org.flowable.idm.api used by org.flowable.idm.engine.implClassDescriptionRepresents a group, used in
IdmIdentityService.Allows to programmatically query forGroups.Service for admin and maintenance operations on the idm engine.Allows querying ofGroups via native (SQL) queriesAllows querying ofTokens via native (SQL) queriesAllows querying ofUsers via native (SQL) queriesAllows programmatic querying ofPrivilegeAllows programmatic querying ofTokenRepresents a user, used inIdmIdentityService.Allows programmatic querying ofUserAllows programmatic querying ofUser -
Classes in org.flowable.idm.api used by org.flowable.idm.engine.impl.authentication
-
Classes in org.flowable.idm.api used by org.flowable.idm.engine.impl.cfg
-
Classes in org.flowable.idm.api used by org.flowable.idm.engine.impl.cmdClassDescriptionRepresents a group, used in
IdmIdentityService.Allows to programmatically query forGroups.Allows programmatic querying ofPrivilegeAllows programmatic querying ofTokenRepresents a user, used inIdmIdentityService.Allows programmatic querying ofUser -
Classes in org.flowable.idm.api used by org.flowable.idm.engine.impl.persistence.entityClassDescriptionRepresents a group, used in
IdmIdentityService.Allows to programmatically query forGroups.Allows programmatic querying ofPrivilegeAllows programmatic querying ofTokenRepresents a user, used inIdmIdentityService.Allows programmatic querying ofUser -
Classes in org.flowable.idm.api used by org.flowable.idm.engine.impl.persistence.entity.dataClassDescriptionRepresents a group, used in
IdmIdentityService.Represents a user, used inIdmIdentityService. -
Classes in org.flowable.idm.api used by org.flowable.idm.engine.impl.persistence.entity.data.implClassDescriptionRepresents a group, used in
IdmIdentityService.Represents a user, used inIdmIdentityService. -
Classes in org.flowable.idm.api used by org.flowable.idm.engine.testClassDescriptionRepresents a group, used in
IdmIdentityService.Service for admin and maintenance operations on the idm engine. -
Classes in org.flowable.idm.api used by org.flowable.rest.security
-
Classes in org.flowable.idm.api used by org.flowable.rest.service.apiClassDescriptionRepresents a group, used in
IdmIdentityService.Allows to programmatically query forGroups.Represents a user, used inIdmIdentityService.Allows programmatic querying ofUser -
Classes in org.flowable.idm.api used by org.flowable.rest.service.api.identityClassDescriptionRepresents a group, used in
IdmIdentityService.Represents a user, used inIdmIdentityService. -
Classes in org.flowable.idm.api used by org.flowable.spring.securityClassDescriptionRepresents a group, used in
IdmIdentityService.Represents a user, used inIdmIdentityService. -
Classes in org.flowable.idm.api used by org.flowable.task.service
-
Classes in org.flowable.idm.api used by org.flowable.task.service.impl