Uses of Interface
ch.ivyteam.ivy.workflow.IProperty
-
Packages that use IProperty Package Description ch.ivyteam.ivy.workflow -
-
Uses of IProperty in ch.ivyteam.ivy.workflow
Classes in ch.ivyteam.ivy.workflow with type parameters of type IProperty Modifier and Type Interface Description interfaceIPropertyFilter<T extends IProperty>A property filter can be used for filtering workflow objects by their properties.classPropertyOrder<T extends IProperty>Defines how to order a workflow object after a certain propertyClasses in ch.ivyteam.ivy.workflow that implement IProperty Modifier and Type Class Description classCasePropertyThe properties of a caseclassIntermediateEventPropertyIntermediate event propertyclassTaskPropertyThe properties of a taskclassTaskSwitchEventPropertyTask switch event propertiesclassWorkflowEventPropertyThe properties of the workflow eventMethods in ch.ivyteam.ivy.workflow with type parameters of type IProperty Modifier and Type Method Description static <T extends IProperty>
List<PropertyOrder<T>>PropertyOrder. create(T property)Creates a PropertyOrder list with one propertystatic <T extends IProperty>
List<PropertyOrder<T>>PropertyOrder. create(T... properties)Creates a PropertyOrder liststatic <T extends IProperty>
List<PropertyOrder<T>>PropertyOrder. create(T property, OrderDirection orderDirection)Creates a PropertyOrder list with one propertystatic <T extends IProperty>
List<PropertyOrder<T>>PropertyOrder. create(T property1, OrderDirection orderDirection1, T property2, OrderDirection orderDirection2)Creates a PropertyOrder liststatic <T extends IProperty>
List<PropertyOrder<T>>PropertyOrder. create(T property1, OrderDirection orderDirection1, T property2, OrderDirection orderDirection2, T property3, OrderDirection orderDirection3)Creates a PropertyOrder listMethods in ch.ivyteam.ivy.workflow with parameters of type IProperty Modifier and Type Method Description static <T extends IProperty>
List<PropertyOrder<T>>PropertyOrder. create(T... properties)Creates a PropertyOrder list
-