Uses of Interface
org.flowable.common.engine.api.repository.EngineResource
Packages that use EngineResource
Package
Description
-
Uses of EngineResource in org.flowable.cmmn.engine.impl.deployer
Fields in org.flowable.cmmn.engine.impl.deployer declared as EngineResourceModifier and TypeFieldDescriptionprotected final EngineResource
CmmnDeployer.CmmnParseContextImpl.resource
Methods in org.flowable.cmmn.engine.impl.deployer that return EngineResourceMethod parameters in org.flowable.cmmn.engine.impl.deployer with type arguments of type EngineResourceModifier and TypeMethodDescriptionstatic String
ResourceNameUtil.getCaseDiagramResourceNameFromDeployment
(CaseDefinitionEntity caseDefinition, Map<String, EngineResource> resources) Finds the name of a resource for the diagram for a case definition.Constructors in org.flowable.cmmn.engine.impl.deployer with parameters of type EngineResource -
Uses of EngineResource in org.flowable.cmmn.engine.impl.parser
Fields in org.flowable.cmmn.engine.impl.parser declared as EngineResourceFields in org.flowable.cmmn.engine.impl.parser with type parameters of type EngineResourceModifier and TypeFieldDescriptionprotected Map<CaseDefinitionEntity,
EngineResource> CmmnParseResult.mapDefinitionsToResources
Methods in org.flowable.cmmn.engine.impl.parser that return EngineResourceModifier and TypeMethodDescriptionCmmnParseResult.getResourceEntity()
CmmnParseResult.getResourceForCaseDefinition
(CaseDefinitionEntity caseDefinition) CmmnParseContext.resource()
TheEngineResource
that contains the information that should be parsedMethods in org.flowable.cmmn.engine.impl.parser with parameters of type EngineResourceModifier and TypeMethodDescriptionvoid
CmmnParseResult.addCaseDefinition
(CaseDefinitionEntity caseDefinitionEntity, EngineResource resourceEntity, CmmnModel cmmnModel) void
CmmnParseResult.setResourceEntity
(EngineResource resourceEntity) -
Uses of EngineResource in org.flowable.cmmn.engine.impl.persistence.entity
Subinterfaces of EngineResource in org.flowable.cmmn.engine.impl.persistence.entityClasses in org.flowable.cmmn.engine.impl.persistence.entity that implement EngineResourceFields in org.flowable.cmmn.engine.impl.persistence.entity with type parameters of type EngineResourceModifier and TypeFieldDescriptionprotected Map<String,
EngineResource> CmmnDeploymentEntityImpl.resources
Methods in org.flowable.cmmn.engine.impl.persistence.entity that return types with arguments of type EngineResourceMethod parameters in org.flowable.cmmn.engine.impl.persistence.entity with type arguments of type EngineResourceModifier and TypeMethodDescriptionvoid
CmmnDeploymentEntity.setResources
(Map<String, EngineResource> resources) void
CmmnDeploymentEntityImpl.setResources
(Map<String, EngineResource> resources) -
Uses of EngineResource in org.flowable.common.engine.api.repository
Methods in org.flowable.common.engine.api.repository that return types with arguments of type EngineResource -
Uses of EngineResource in org.flowable.dmn.engine.impl.deployer
Fields in org.flowable.dmn.engine.impl.deployer with type parameters of type EngineResourceModifier and TypeFieldDescriptionprotected Map<DecisionEntity,
EngineResource> ParsedDeployment.mapDecisionsToResources
Methods in org.flowable.dmn.engine.impl.deployer that return EngineResourceModifier and TypeMethodDescriptionParsedDeployment.getResourceForDecision
(DecisionEntity decision) Methods in org.flowable.dmn.engine.impl.deployer with parameters of type EngineResourceModifier and TypeMethodDescriptionprotected DmnParse
ParsedDeploymentBuilder.createDmnParseFromResource
(EngineResource resource) Method parameters in org.flowable.dmn.engine.impl.deployer with type arguments of type EngineResourceModifier and TypeMethodDescriptionstatic String
ResourceNameUtil.getDecisionRequirementsDiagramResourceNameFromDeployment
(DecisionEntity decisionDefinition, Map<String, EngineResource> resources) Finds the name of a resource for the diagram for a decision definition. -
Uses of EngineResource in org.flowable.dmn.engine.impl.persistence.entity
Subinterfaces of EngineResource in org.flowable.dmn.engine.impl.persistence.entityClasses in org.flowable.dmn.engine.impl.persistence.entity that implement EngineResourceFields in org.flowable.dmn.engine.impl.persistence.entity with type parameters of type EngineResourceModifier and TypeFieldDescriptionprotected Map<String,
EngineResource> DmnDeploymentEntityImpl.resources
Methods in org.flowable.dmn.engine.impl.persistence.entity that return types with arguments of type EngineResourceMethod parameters in org.flowable.dmn.engine.impl.persistence.entity with type arguments of type EngineResourceModifier and TypeMethodDescriptionvoid
DmnDeploymentEntity.setResources
(Map<String, EngineResource> resources) void
DmnDeploymentEntityImpl.setResources
(Map<String, EngineResource> resources) -
Uses of EngineResource in org.flowable.engine.impl.bpmn.deployer
Fields in org.flowable.engine.impl.bpmn.deployer with type parameters of type EngineResourceModifier and TypeFieldDescriptionprotected Map<ProcessDefinitionEntity,
EngineResource> ParsedDeployment.mapProcessDefinitionsToResources
Methods in org.flowable.engine.impl.bpmn.deployer that return EngineResourceModifier and TypeMethodDescriptionParsedDeployment.getResourceForProcessDefinition
(ProcessDefinitionEntity processDefinition) Methods in org.flowable.engine.impl.bpmn.deployer with parameters of type EngineResourceModifier and TypeMethodDescriptionprotected BpmnParse
ParsedDeploymentBuilder.createBpmnParseFromResource
(EngineResource resource) Method parameters in org.flowable.engine.impl.bpmn.deployer with type arguments of type EngineResourceModifier and TypeMethodDescriptionstatic String
ResourceNameUtil.getProcessDiagramResourceNameFromDeployment
(ProcessDefinitionEntity processDefinition, Map<String, EngineResource> resources) Finds the name of a resource for the diagram for a process definition. -
Uses of EngineResource in org.flowable.engine.impl.persistence.entity
Subinterfaces of EngineResource in org.flowable.engine.impl.persistence.entityClasses in org.flowable.engine.impl.persistence.entity that implement EngineResourceFields in org.flowable.engine.impl.persistence.entity with type parameters of type EngineResourceModifier and TypeFieldDescriptionprotected Map<String,
EngineResource> DeploymentEntityImpl.resources
Methods in org.flowable.engine.impl.persistence.entity that return types with arguments of type EngineResourceMethod parameters in org.flowable.engine.impl.persistence.entity with type arguments of type EngineResourceModifier and TypeMethodDescriptionvoid
DeploymentEntity.setResources
(Map<String, EngineResource> resources) void
DeploymentEntityImpl.setResources
(Map<String, EngineResource> resources)