Uses of Interface
org.camunda.bpm.engine.repository.ResourceType
-
Packages that use ResourceType Package Description org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.persistence.entity.util org.camunda.bpm.engine.impl.util org.camunda.bpm.engine.repository Classes related to theRepositoryService
. -
-
Uses of ResourceType in org.camunda.bpm.engine.impl.persistence.entity
Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ResourceType Constructor Description ByteArrayEntity(byte[] bytes, ResourceType type)
ByteArrayEntity(java.lang.String name, byte[] bytes, ResourceType type)
ByteArrayEntity(java.lang.String name, byte[] bytes, ResourceType type, java.lang.String rootProcessInstanceId, java.util.Date removalTime)
-
Uses of ResourceType in org.camunda.bpm.engine.impl.persistence.entity.util
Fields in org.camunda.bpm.engine.impl.persistence.entity.util declared as ResourceType Modifier and Type Field Description protected ResourceType
ByteArrayField. type
Constructors in org.camunda.bpm.engine.impl.persistence.entity.util with parameters of type ResourceType Constructor Description ByteArrayField(Nameable nameProvider, ResourceType type)
ByteArrayField(Nameable nameProvider, ResourceType type, java.lang.String rootProcessInstanceId, java.util.Date removalTime)
-
Uses of ResourceType in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type ResourceType Modifier and Type Method Description static ByteArrayEntity
ExceptionUtil. createExceptionByteArray(java.lang.String name, byte[] byteArray, ResourceType type)
create ByteArrayEntity with specified name and payload and make sure it's persisted used in Jobs and ExternalTasksstatic ByteArrayEntity
ExceptionUtil. createJobExceptionByteArray(byte[] byteArray, ResourceType type)
-
Uses of ResourceType in org.camunda.bpm.engine.repository
Classes in org.camunda.bpm.engine.repository that implement ResourceType Modifier and Type Class Description class
ResourceTypes
Methods in org.camunda.bpm.engine.repository that return ResourceType Modifier and Type Method Description static ResourceType
ResourceTypes. forName(java.lang.String name)
-