Uses of Class
org.flowable.cmmn.model.FieldExtension
Packages that use FieldExtension
Package
Description
-
Uses of FieldExtension in org.flowable.cmmn.converter.export
Method parameters in org.flowable.cmmn.converter.export with type arguments of type FieldExtensionModifier and TypeMethodDescriptionstatic boolean
FieldExport.writeFieldExtensions
(List<FieldExtension> fieldExtensions, boolean didWriteExtensionElement, XMLStreamWriter xtw) -
Uses of FieldExtension in org.flowable.cmmn.engine.impl.behavior.impl
Fields in org.flowable.cmmn.engine.impl.behavior.impl with type parameters of type FieldExtensionModifier and TypeFieldDescriptionprotected List<FieldExtension>
PlanItemDelegateExpressionActivityBehavior.fieldExtensions
Constructor parameters in org.flowable.cmmn.engine.impl.behavior.impl with type arguments of type FieldExtensionModifierConstructorDescriptionPlanItemDelegateExpressionActivityBehavior
(String expression, List<FieldExtension> fieldExtensions) -
Uses of FieldExtension in org.flowable.cmmn.engine.impl.behavior.impl.http.handler
Fields in org.flowable.cmmn.engine.impl.behavior.impl.http.handler with type parameters of type FieldExtensionModifier and TypeFieldDescriptionprotected final List<FieldExtension>
DelegateExpressionHttpHandler.fieldExtensions
Method parameters in org.flowable.cmmn.engine.impl.behavior.impl.http.handler with type arguments of type FieldExtensionModifier and TypeMethodDescriptionstatic Object
DelegateExpressionHttpHandler.resolveDelegateExpression
(Expression expression, VariableContainer variableScope, List<FieldExtension> fieldExtensions) Constructor parameters in org.flowable.cmmn.engine.impl.behavior.impl.http.handler with type arguments of type FieldExtensionModifierConstructorDescriptionClassDelegateHttpHandler
(Class<?> clazz, List<FieldExtension> fieldExtension) ClassDelegateHttpHandler
(String className, List<FieldExtension> fieldExtension) DelegateExpressionHttpHandler
(Expression expression, List<FieldExtension> fieldDeclarations) -
Uses of FieldExtension in org.flowable.cmmn.engine.impl.delegate
Fields in org.flowable.cmmn.engine.impl.delegate with type parameters of type FieldExtensionModifier and TypeFieldDescriptionprotected List<FieldExtension>
CmmnClassDelegate.fieldExtensions
Methods in org.flowable.cmmn.engine.impl.delegate that return FieldExtensionModifier and TypeMethodDescriptionstatic FieldExtension
CmmnDelegateHelper.getCmmnElementField
(DelegatePlanItemInstance planItemInstance, String fieldName) static FieldExtension
CmmnDelegateHelper.getField
(DelegatePlanItemInstance planItemInstance, String fieldName) static FieldExtension
CmmnDelegateHelper.getListenerField
(DelegatePlanItemInstance planItemInstance, String fieldName) Methods in org.flowable.cmmn.engine.impl.delegate that return types with arguments of type FieldExtensionModifier and TypeMethodDescriptionstatic List<FieldExtension>
CmmnDelegateHelper.getCmmnElementFields
(DelegatePlanItemInstance planItemInstance) CmmnClassDelegate.getFieldExtensions()
static List<FieldExtension>
CmmnDelegateHelper.getFields
(DelegatePlanItemInstance planItemInstance) static List<FieldExtension>
CmmnDelegateHelper.getListenerFields
(DelegatePlanItemInstance planItemInstance) Methods in org.flowable.cmmn.engine.impl.delegate with parameters of type FieldExtensionModifier and TypeMethodDescriptionprotected static void
CmmnClassDelegate.applyFieldExtension
(FieldExtension fieldExtension, Object target, boolean throwExceptionOnMissingField) static Expression
CmmnDelegateHelper.createExpressionForField
(FieldExtension fieldExtension) Method parameters in org.flowable.cmmn.engine.impl.delegate with type arguments of type FieldExtensionModifier and TypeMethodDescriptionstatic void
CmmnClassDelegate.applyFieldExtensions
(List<FieldExtension> fieldExtensions, Object target, boolean throwExceptionOnMissingField) CmmnClassDelegateFactory.create
(String className, List<FieldExtension> fieldExtensions) DefaultCmmnClassDelegateFactory.create
(String className, List<FieldExtension> fieldExtensions) CmmnClassDelegateFactory.createLifeCycleListener
(String className, String sourceState, String targetState, List<FieldExtension> fieldExtensions) DefaultCmmnClassDelegateFactory.createLifeCycleListener
(String className, String sourceState, String targetState, List<FieldExtension> fieldExtensions) void
CmmnClassDelegate.setFieldExtensions
(List<FieldExtension> fieldExtensions) Constructor parameters in org.flowable.cmmn.engine.impl.delegate with type arguments of type FieldExtensionModifierConstructorDescriptionCmmnClassDelegate
(String className, List<FieldExtension> fieldExtensions) -
Uses of FieldExtension in org.flowable.cmmn.engine.impl.listener
Fields in org.flowable.cmmn.engine.impl.listener with type parameters of type FieldExtensionModifier and TypeFieldDescriptionprotected List<FieldExtension>
DelegateExpressionCaseLifecycleListener.fieldExtensions
protected List<FieldExtension>
DelegateExpressionPlanItemLifecycleListener.fieldExtensions
protected List<FieldExtension>
DelegateExpressionTaskListener.fieldExtensions
Constructor parameters in org.flowable.cmmn.engine.impl.listener with type arguments of type FieldExtensionModifierConstructorDescriptionDelegateExpressionCaseLifecycleListener
(String sourceState, String targetState, Expression expression, List<FieldExtension> fieldExtensions) DelegateExpressionPlanItemLifecycleListener
(String sourceState, String targetState, Expression expression, List<FieldExtension> fieldExtensions) DelegateExpressionTaskListener
(Expression expression, List<FieldExtension> fieldExtensions) -
Uses of FieldExtension in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util with parameters of type FieldExtensionModifier and TypeMethodDescriptionprotected static void
DelegateExpressionUtil.applyFieldExtension
(FieldExtension fieldExtension, Object target, boolean throwExceptionOnMissingField) Method parameters in org.flowable.cmmn.engine.impl.util with type arguments of type FieldExtensionModifier and TypeMethodDescriptionprotected static void
DelegateExpressionUtil.applyFieldExtensions
(List<FieldExtension> fieldExtensions, Object target, VariableContainer variableContainer, boolean throwExceptionOnMissingField) static Object
DelegateExpressionUtil.resolveDelegateExpression
(Expression expression, VariableContainer variableContainer, List<FieldExtension> fieldExtensions) -
Uses of FieldExtension in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model with type parameters of type FieldExtensionModifier and TypeFieldDescriptionprotected List<FieldExtension>
AbstractFlowableHttpHandler.fieldExtensions
protected List<FieldExtension>
FlowableListener.fieldExtensions
protected List<FieldExtension>
TaskWithFieldExtensions.fieldExtensions
Methods in org.flowable.cmmn.model that return FieldExtensionMethods in org.flowable.cmmn.model that return types with arguments of type FieldExtensionModifier and TypeMethodDescriptionAbstractFlowableHttpHandler.getFieldExtensions()
FlowableListener.getFieldExtensions()
TaskWithFieldExtensions.getFieldExtensions()
Methods in org.flowable.cmmn.model with parameters of type FieldExtensionMethod parameters in org.flowable.cmmn.model with type arguments of type FieldExtensionModifier and TypeMethodDescriptionvoid
AbstractFlowableHttpHandler.setFieldExtensions
(List<FieldExtension> fieldExtensions) void
FlowableListener.setFieldExtensions
(List<FieldExtension> fieldExtensions) void
TaskWithFieldExtensions.setFieldExtensions
(List<FieldExtension> fieldExtensions)