Uses of Interface
com.flowable.validation.cmmn.PlatformServiceTaskValidator
-
Packages that use PlatformServiceTaskValidator Package Description com.flowable.validation.cmmn.impl -
-
Uses of PlatformServiceTaskValidator in com.flowable.validation.cmmn.impl
Classes in com.flowable.validation.cmmn.impl that implement PlatformServiceTaskValidator Modifier and Type Class Description class
CreateDocumentServiceTaskValidator
class
DataObjectServiceTaskValidator
class
GenerateDocumentServiceTaskValidator
class
GenerateSequenceServiceTaskValidator
class
InitVariablesServiceTaskValidator
class
MergeDocumentServiceTaskValidator
class
ServiceRegistryServiceTaskValidator
Fields in com.flowable.validation.cmmn.impl with type parameters of type PlatformServiceTaskValidator Modifier and Type Field Description protected Map<String,List<PlatformServiceTaskValidator>>
PlatformServiceTasksValidator. validators
Methods in com.flowable.validation.cmmn.impl that return types with arguments of type PlatformServiceTaskValidator Modifier and Type Method Description Map<String,List<PlatformServiceTaskValidator>>
PlatformServiceTasksValidator. getValidators()
Methods in com.flowable.validation.cmmn.impl with parameters of type PlatformServiceTaskValidator Modifier and Type Method Description void
PlatformServiceTasksValidator. addValidator(PlatformServiceTaskValidator validator)
-