Uses of Interface
org.operaton.bpm.engine.repository.Resource
Packages that use Resource
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.
Classes related to the
RepositoryService.-
Uses of Resource in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return types with arguments of type ResourceModifier and TypeMethodDescriptionRepositoryService.getDeploymentResources(String deploymentId) Retrieves a list of deployment resources for the given deployment, ordered alphabetically by name. -
Uses of Resource in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return types with arguments of type ResourceModifier and TypeMethodDescriptionRepositoryServiceImpl.getDeploymentResources(String deploymentId) -
Uses of Resource in org.operaton.bpm.engine.impl.cmd
Methods in org.operaton.bpm.engine.impl.cmd with parameters of type ResourceModifier and TypeMethodDescriptionprotected booleanDeployCmd.isBpmnResource(Resource resourceEntity) protected booleanDeployCmd.isCmmnResource(Resource resourceEntity) Method parameters in org.operaton.bpm.engine.impl.cmd with type arguments of type ResourceModifier and TypeMethodDescriptionDeployCmd.parseProcessDefinitionKeys(Collection<Resource> resources) -
Uses of Resource in org.operaton.bpm.engine.impl.persistence.entity
Classes in org.operaton.bpm.engine.impl.persistence.entity that implement Resource -
Uses of Resource in org.operaton.bpm.engine.impl.repository
Fields in org.operaton.bpm.engine.impl.repository with type parameters of type ResourceMethods in org.operaton.bpm.engine.impl.repository that return types with arguments of type ResourceMethods in org.operaton.bpm.engine.impl.repository with parameters of type ResourceModifier and TypeMethodDescriptionprotected booleanDefaultDeploymentHandler.resourcesDiffer(Resource resource, Resource existing) booleanDefaultDeploymentHandler.shouldDeployResource(Resource newResource, Resource existingResource) Method parameters in org.operaton.bpm.engine.impl.repository with type arguments of type ResourceModifier and TypeMethodDescriptionvoidCandidateDeploymentImpl.setResources(Map<String, Resource> resources) Constructor parameters in org.operaton.bpm.engine.impl.repository with type arguments of type ResourceModifierConstructorDescriptionCandidateDeploymentImpl(String name, Map<String, Resource> resources) -
Uses of Resource in org.operaton.bpm.engine.repository
Methods in org.operaton.bpm.engine.repository that return types with arguments of type ResourceMethods in org.operaton.bpm.engine.repository with parameters of type ResourceModifier and TypeMethodDescriptionbooleanDeploymentHandler.shouldDeployResource(Resource newResource, Resource existingResource) This method is called in the first stage of the deployment process. -
Uses of Resource in org.operaton.bpm.engine.rest.dto.repository
Methods in org.operaton.bpm.engine.rest.dto.repository with parameters of type ResourceModifier and TypeMethodDescriptionstatic DeploymentResourceDtoDeploymentResourceDto.fromResources(Resource resource)