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 EngineResourceCmmnDeployer.CmmnParseContextImpl.resourceMethods 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 StringResourceNameUtil.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.mapDefinitionsToResourcesMethods in org.flowable.cmmn.engine.impl.parser that return EngineResourceModifier and TypeMethodDescriptionCmmnParseResult.getResourceEntity()CmmnParseResult.getResourceForCaseDefinition(CaseDefinitionEntity caseDefinition) CmmnParseContext.resource()TheEngineResourcethat contains the information that should be parsedMethods in org.flowable.cmmn.engine.impl.parser with parameters of type EngineResourceModifier and TypeMethodDescriptionvoidCmmnParseResult.addCaseDefinition(CaseDefinitionEntity caseDefinitionEntity, EngineResource resourceEntity, CmmnModel cmmnModel) voidCmmnParseResult.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.resourcesMethods 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 TypeMethodDescriptionvoidCmmnDeploymentEntity.setResources(Map<String, EngineResource> resources) voidCmmnDeploymentEntityImpl.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.mapDecisionsToResourcesMethods 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 DmnParseParsedDeploymentBuilder.createDmnParseFromResource(EngineResource resource) Method parameters in org.flowable.dmn.engine.impl.deployer with type arguments of type EngineResourceModifier and TypeMethodDescriptionstatic StringResourceNameUtil.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.resourcesMethods 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 TypeMethodDescriptionvoidDmnDeploymentEntity.setResources(Map<String, EngineResource> resources) voidDmnDeploymentEntityImpl.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.mapProcessDefinitionsToResourcesMethods 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 BpmnParseParsedDeploymentBuilder.createBpmnParseFromResource(EngineResource resource) Method parameters in org.flowable.engine.impl.bpmn.deployer with type arguments of type EngineResourceModifier and TypeMethodDescriptionstatic StringResourceNameUtil.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.resourcesMethods 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 TypeMethodDescriptionvoidDeploymentEntity.setResources(Map<String, EngineResource> resources) voidDeploymentEntityImpl.setResources(Map<String, EngineResource> resources)