Uses of Class
com.suncode.pwfl.component.ComponentDefinition
Packages that use ComponentDefinition
Package
Description
-
Uses of ComponentDefinition in com.suncode.pwfl.administration.scheduledtask
Subclasses of ComponentDefinition in com.suncode.pwfl.administration.scheduledtaskModifier and TypeClassDescriptionclass
Scheduled task.class
Scheduled task definition.Methods in com.suncode.pwfl.administration.scheduledtask that return ComponentDefinition -
Uses of ComponentDefinition in com.suncode.pwfl.component
Methods in com.suncode.pwfl.component that return ComponentDefinitionModifier and TypeMethodDescriptionabstract ComponentDefinition
ComponentDefinitionBuilder.create()
Builds ComponentDefinition with given information.Constructors in com.suncode.pwfl.component with parameters of type ComponentDefinition -
Uses of ComponentDefinition in com.suncode.pwfl.component.exception
Methods in com.suncode.pwfl.component.exception that return ComponentDefinitionModifier and TypeMethodDescriptionComponentAlreadyRegisteredException.getAlreadyRegisteredComponent()
UnknownParameterException.getComponentDefinition()
Constructors in com.suncode.pwfl.component.exception with parameters of type ComponentDefinitionModifierConstructorDescriptionUnknownParameterException
(ComponentDefinition userComponentDefinition, String paramId) -
Uses of ComponentDefinition in com.suncode.pwfl.datasource
Subclasses of ComponentDefinition in com.suncode.pwfl.datasourceMethods in com.suncode.pwfl.datasource that return ComponentDefinition -
Uses of ComponentDefinition in com.suncode.pwfl.workflow.application
Subclasses of ComponentDefinition in com.suncode.pwfl.workflow.applicationMethods in com.suncode.pwfl.workflow.application that return ComponentDefinitionConstructors in com.suncode.pwfl.workflow.application with parameters of type ComponentDefinitionModifierConstructorDescriptionApplication
(ComponentDefinition definition, Method executeMethod, Object instance) -
Uses of ComponentDefinition in com.suncode.pwfl.workflow.component
Subclasses of ComponentDefinition in com.suncode.pwfl.workflow.componentModifier and TypeClassDescriptionclass
Component with invocable method.class
Base class for all workflow components.Constructors in com.suncode.pwfl.workflow.component with parameters of type ComponentDefinitionModifierConstructorDescriptionContextVariables
(ComponentDefinition component) InvocableComponent
(ComponentDefinition definition, Method method, Object instance) WorkflowComponent
(ComponentDefinition definition) -
Uses of ComponentDefinition in com.suncode.pwfl.workflow.form.action
Subclasses of ComponentDefinition in com.suncode.pwfl.workflow.form.action -
Uses of ComponentDefinition in com.suncode.pwfl.workflow.form.datachooser
Subclasses of ComponentDefinition in com.suncode.pwfl.workflow.form.datachooserModifier and TypeClassDescriptionclass
DataChooser.class
Datachooser definition.Methods in com.suncode.pwfl.workflow.form.datachooser that return ComponentDefinition -
Uses of ComponentDefinition in com.suncode.pwfl.workflow.form.eventaction
Subclasses of ComponentDefinition in com.suncode.pwfl.workflow.form.eventactionMethods in com.suncode.pwfl.workflow.form.eventaction that return ComponentDefinition -
Uses of ComponentDefinition in com.suncode.pwfl.workflow.form.validator
Subclasses of ComponentDefinition in com.suncode.pwfl.workflow.form.validatorModifier and TypeClassDescriptionclass
Form validator.class
Validator definitionMethods in com.suncode.pwfl.workflow.form.validator that return ComponentDefinitionConstructors in com.suncode.pwfl.workflow.form.validator with parameters of type ComponentDefinitionModifierConstructorDescriptionValidator
(ComponentDefinition definition, Method validateMethod, Object instance) -
Uses of ComponentDefinition in com.suncode.pwfl.workflow.form.variablesetter
Subclasses of ComponentDefinition in com.suncode.pwfl.workflow.form.variablesetterMethods in com.suncode.pwfl.workflow.form.variablesetter that return ComponentDefinitionConstructors in com.suncode.pwfl.workflow.form.variablesetter with parameters of type ComponentDefinitionModifierConstructorDescriptionVariableSetter
(ComponentDefinition definition, Method setterMethod, Object instance) -
Uses of ComponentDefinition in com.suncode.pwfl.workflow.invocable
Methods in com.suncode.pwfl.workflow.invocable that return ComponentDefinition