Uses of Interface
org.operaton.bpm.engine.repository.CalledProcessDefinition
Packages that use CalledProcessDefinition
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of 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.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of CalledProcessDefinition in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return types with arguments of type CalledProcessDefinitionModifier and TypeMethodDescriptionRepositoryService.getStaticCalledProcessDefinitions(String processDefinitionId) For the given process, returns a list ofCalledProcessDefinition. -
Uses of CalledProcessDefinition in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return types with arguments of type CalledProcessDefinitionModifier and TypeMethodDescriptionRepositoryServiceImpl.getStaticCalledProcessDefinitions(String processDefinitionId) -
Uses of CalledProcessDefinition in org.operaton.bpm.engine.impl.cmd
Methods in org.operaton.bpm.engine.impl.cmd that return types with arguments of type CalledProcessDefinitionModifier and TypeMethodDescriptionGetStaticCalledProcessDefinitionCmd.execute(CommandContext commandContext) -
Uses of CalledProcessDefinition in org.operaton.bpm.engine.impl.repository
Classes in org.operaton.bpm.engine.impl.repository that implement CalledProcessDefinition -
Uses of CalledProcessDefinition in org.operaton.bpm.engine.rest.dto.repository
Methods in org.operaton.bpm.engine.rest.dto.repository with parameters of type CalledProcessDefinitionModifier and TypeMethodDescriptionstatic CalledProcessDefinitionDtoCalledProcessDefinitionDto.from(CalledProcessDefinition definition)