Package org.fulib.workflows
Class Policy
- java.lang.Object
-
- org.fulib.workflows.Interaction
-
- org.fulib.workflows.Policy
-
public class Policy extends Interaction
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_EXTERNAL_SYSTEMstatic java.lang.StringPROPERTY_SERVICEstatic java.lang.StringPROPERTY_TRIGGERstatic java.lang.StringPROPERTY_WORKFLOW-
Fields inherited from class org.fulib.workflows.Interaction
listeners, PROPERTY_ACTOR_NAME, PROPERTY_STEPS
-
-
Constructor Summary
Constructors Constructor Description Policy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalSystemNotegetExternalSystem()ServiceNotegetService()EventNotegetTrigger()WorkflowgetWorkflow()voidremoveYou()PolicysetExternalSystem(ExternalSystemNote value)PolicysetService(ServiceNote value)PolicysetTrigger(EventNote value)PolicysetWorkflow(Workflow value)-
Methods inherited from class org.fulib.workflows.Interaction
firePropertyChange, getActorName, getSteps, listeners, setActorName, toString, withoutSteps, withoutSteps, withoutSteps, withSteps, withSteps, withSteps
-
-
-
-
Field Detail
-
PROPERTY_SERVICE
public static final java.lang.String PROPERTY_SERVICE
- See Also:
- Constant Field Values
-
PROPERTY_TRIGGER
public static final java.lang.String PROPERTY_TRIGGER
- See Also:
- Constant Field Values
-
PROPERTY_WORKFLOW
public static final java.lang.String PROPERTY_WORKFLOW
- See Also:
- Constant Field Values
-
PROPERTY_EXTERNAL_SYSTEM
public static final java.lang.String PROPERTY_EXTERNAL_SYSTEM
- See Also:
- Constant Field Values
-
-
Method Detail
-
getService
public ServiceNote getService()
-
setService
public Policy setService(ServiceNote value)
-
getTrigger
public EventNote getTrigger()
-
getWorkflow
public Workflow getWorkflow()
-
getExternalSystem
public ExternalSystemNote getExternalSystem()
-
setExternalSystem
public Policy setExternalSystem(ExternalSystemNote value)
-
removeYou
public void removeYou()
- Overrides:
removeYouin classInteraction
-
-