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 Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.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 forGroup
s.Allows querying ofGroup
s via native (SQL) queriesAllows querying ofUser
s 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 forGroup
s.Allows querying ofGroup
s via native (SQL) queriesAllows querying ofUser
s 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 forGroup
s.Contains the possible properties that can be used by theGroupQuery
.Service for admin and maintenance operations on the idm engine.Allows querying ofGroup
s via native (SQL) queriesAllows querying ofToken
s via native (SQL) queriesAllows querying ofUser
s via native (SQL) queriesAllows programmatic querying ofPrivilege
Allows programmatic querying ofToken
Contains the possible properties that can be used by theTokenQuery
.Represents a user, used inIdmIdentityService
.Allows programmatic querying ofUser
Allows programmatic querying ofUser
Contains 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 forGroup
s.Service for admin and maintenance operations on the idm engine.Allows querying ofGroup
s via native (SQL) queriesAllows querying ofToken
s via native (SQL) queriesAllows querying ofUser
s via native (SQL) queriesAllows programmatic querying ofPrivilege
Allows programmatic querying ofToken
Represents a user, used inIdmIdentityService
.Allows programmatic querying ofUser
Allows 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 forGroup
s.Allows programmatic querying ofPrivilege
Allows programmatic querying ofToken
Represents 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 forGroup
s.Allows programmatic querying ofPrivilege
Allows programmatic querying ofToken
Represents 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 forGroup
s.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