Uses of Class
de.trustable.ca3s.core.domain.enumeration.BPMNProcessType
-
Packages that use BPMNProcessType Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.domain.enumeration de.trustable.ca3s.core.service.dto Data Transfer Objects.de.trustable.ca3s.core.service.util -
-
Uses of BPMNProcessType in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type BPMNProcessType Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<BPMNProcessInfo,BPMNProcessType>BPMNProcessInfo_. typeMethods in de.trustable.ca3s.core.domain that return BPMNProcessType Modifier and Type Method Description BPMNProcessTypeBPMNProcessInfo. getType()Methods in de.trustable.ca3s.core.domain with parameters of type BPMNProcessType Modifier and Type Method Description voidBPMNProcessInfo. setType(BPMNProcessType type)BPMNProcessInfoBPMNProcessInfo. type(BPMNProcessType type) -
Uses of BPMNProcessType in de.trustable.ca3s.core.domain.enumeration
Methods in de.trustable.ca3s.core.domain.enumeration that return BPMNProcessType Modifier and Type Method Description static BPMNProcessTypeBPMNProcessType. valueOf(String name)Returns the enum constant of this type with the specified name.static BPMNProcessType[]BPMNProcessType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BPMNProcessType in de.trustable.ca3s.core.service.dto
Methods in de.trustable.ca3s.core.service.dto that return BPMNProcessType Modifier and Type Method Description BPMNProcessTypeBPMNUpload. getType()Methods in de.trustable.ca3s.core.service.dto with parameters of type BPMNProcessType Modifier and Type Method Description voidBPMNUpload. setType(BPMNProcessType type) -
Uses of BPMNProcessType in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util with parameters of type BPMNProcessType Modifier and Type Method Description BPMNProcessInfoBPMNUtil. buildBPMNProcessInfoByProcess(org.camunda.bpm.engine.repository.ProcessDefinition pd, String name, BPMNProcessType bpmnProcessType)BPMNProcessInfoBPMNUtil. buildBPMNProcessInfoByProcessId(String processId, String name, BPMNProcessType bpmnProcessType)
-