public class ActivityImpl extends ScopeImpl implements PvmActivity, HasDIBounds
Modifier and Type | Field and Description |
---|---|
protected ActivityBehavior |
activityBehavior |
protected String |
failedJobRetryTimeCycleValue |
protected int |
height |
protected List<TransitionImpl> |
incomingTransitions |
protected boolean |
isAsync |
protected boolean |
isExclusive |
protected boolean |
isScope |
protected Map<String,TransitionImpl> |
namedOutgoingTransitions |
protected List<TransitionImpl> |
outgoingTransitions |
protected ScopeImpl |
parent |
protected Map<String,Object> |
variables |
protected int |
width |
protected int |
x |
protected int |
y |
activities, executionListeners, ioSpecification, namedActivities
id, processDefinition, properties
Constructor and Description |
---|
ActivityImpl(String id,
ProcessDefinitionImpl processDefinition) |
addExecutionListener, addExecutionListener, contains, createActivity, createActivity, findActivity, getActivities, getExecutionListeners, getExecutionListeners, getIoSpecification, setIoSpecification
getId, getProcessDefinition, getProperties, getProperty, setProperties, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findActivity, getActivities
getId, getProcessDefinition, getProperty
protected List<TransitionImpl> outgoingTransitions
protected Map<String,TransitionImpl> namedOutgoingTransitions
protected List<TransitionImpl> incomingTransitions
protected ActivityBehavior activityBehavior
protected ScopeImpl parent
protected boolean isScope
protected boolean isAsync
protected boolean isExclusive
protected String failedJobRetryTimeCycleValue
protected int x
protected int y
protected int width
protected int height
public ActivityImpl(String id, ProcessDefinitionImpl processDefinition)
public String getFailedJobRetryTimeCycleValue()
public void setFailedJobRetryTimeCycleValue(String failedJobRetryTimeCycleValue)
public TransitionImpl createOutgoingTransition()
public TransitionImpl createOutgoingTransition(String transitionId)
public TransitionImpl createOutgoingTransition(String transitionId, Expression skipExpression)
public TransitionImpl findOutgoingTransition(String transitionId)
findOutgoingTransition
in interface PvmActivity
public ActivityImpl getParentActivity()
protected void setOutgoingTransitions(List<TransitionImpl> outgoingTransitions)
protected void setParent(ScopeImpl parent)
protected void setIncomingTransitions(List<TransitionImpl> incomingTransitions)
public List<PvmTransition> getOutgoingTransitions()
getOutgoingTransitions
in interface PvmActivity
public ActivityBehavior getActivityBehavior()
public void setActivityBehavior(ActivityBehavior activityBehavior)
public ScopeImpl getParent()
getParent
in interface PvmActivity
public List<PvmTransition> getIncomingTransitions()
getIncomingTransitions
in interface PvmActivity
public boolean isScope()
public void setScope(boolean isScope)
public int getX()
getX
in interface HasDIBounds
public void setX(int x)
setX
in interface HasDIBounds
public int getY()
getY
in interface HasDIBounds
public void setY(int y)
setY
in interface HasDIBounds
public int getWidth()
getWidth
in interface HasDIBounds
public void setWidth(int width)
setWidth
in interface HasDIBounds
public int getHeight()
getHeight
in interface HasDIBounds
public void setHeight(int height)
setHeight
in interface HasDIBounds
public boolean isAsync()
isAsync
in interface PvmActivity
public void setAsync(boolean isAsync)
public boolean isExclusive()
isExclusive
in interface PvmActivity
public void setExclusive(boolean isExclusive)
Copyright © 2016 Alfresco. All rights reserved.