| java.lang.Object de.danet.an.workflow.domain.ActivityBase de.danet.an.workflow.domain.BlockActivity de.danet.an.workflow.domain.BAForProcessInstantiation
BAForProcessInstantiation | public class BAForProcessInstantiation extends BlockActivity (Code) | | This class provides a temporary representation of a block activity
used during process instantiation.
author: Michael N. Lipp version: $Revision: 1.3 $ |
Inner Class :public class BlockActivityInitializer extends StackedHandler | |
Method Summary | |
public void | add(String actId, WfActivityLocal act) Add an activity to this block activity's activities. | public Collection | entryActivities() Return the collection of entry activities of this block
activity. | public Collection | exitActivities() Return the collection of exit activities of this block
activity. | public String | getMemberId(String key) Return the id from the acivity set definition of the given
activity which must be contained in this block activity. | public String | setId() Return the id of the activity set this block activity was
created from. |
BAForProcessInstantiation | public BAForProcessInstantiation(AbstractProcess proc, String key, SAXEventBuffer actSetDef, String packageId, Map actSetDefs, String blkActId, JoinAndSplitMode joinMode, JoinAndSplitMode splitMode) throws SAXException(Code) | | Creates an instance of BAForProcessInstantiation
with all attributes initialized to given values.
Parameters: proc - the process this block activity is part of Parameters: key - the block activity key Parameters: actSetDef - the activity set definition Parameters: packageId - the package id of the process beinginstantiated Parameters: actSetDefs - activity set definition map Parameters: blkActId - the id of the block activity Parameters: joinMode - the join mode of the block activity Parameters: splitMode - the split mode of the activity throws: SAXException - if an error occurs |
add | public void add(String actId, WfActivityLocal act)(Code) | | Add an activity to this block activity's activities.
Parameters: actId - the id of the activity in the process definition Parameters: act - the activity |
entryActivities | public Collection entryActivities()(Code) | | Return the collection of entry activities of this block
activity.
the entry activities |
exitActivities | public Collection exitActivities()(Code) | | Return the collection of exit activities of this block
activity.
the exit activities |
getMemberId | public String getMemberId(String key)(Code) | | Return the id from the acivity set definition of the given
activity which must be contained in this block activity.
Parameters: key - the activity's key the id |
setId | public String setId()(Code) | | Return the id of the activity set this block activity was
created from.
set id |
Methods inherited from de.danet.an.workflow.domain.ActivityBase | public void abandon(String exception) throws TransitionNotAllowedException(Code)(Java Doc) public void abandon(ExceptionResult result) throws TransitionNotAllowedException(Code)(Java Doc) public void abort() throws CannotStopException, NotRunningException(Code)(Java Doc) public void abortRequester()(Code)(Java Doc) public ActivityFinder activityFinder()(Code)(Java Doc) public Info activityInfo()(Code)(Java Doc) public Collection assignments()(Code)(Java Doc) public WfAuditEvent auditEventBase()(Code)(Java Doc) public String blockActivity()(Code)(Java Doc) public void changeAssignment(WfResource oldResource, WfResource newResource) throws InvalidResourceException, AlreadyAssignedException, NotAssignedException(Code)(Java Doc) public void changeState(State newState) throws InvalidStateException, TransitionNotAllowedException(Code)(Java Doc) public void changeState(String newState) throws InvalidStateException, TransitionNotAllowedException(Code)(Java Doc) public boolean choose() throws TransitionNotAllowedException(Code)(Java Doc) public void complete() throws CannotCompleteException(Code)(Java Doc) public WfProcessLocal containerLocal()(Code)(Java Doc) public DeadlineInfo[] deadlines()(Code)(Java Doc) public boolean debugEnabled()(Code)(Java Doc) public boolean deferChoiceOnSplit()(Code)(Java Doc) public String description()(Code)(Java Doc) public void doCloseActivity(State closedState)(Code)(Java Doc) public Implementation executor()(Code)(Java Doc) public WfResource getResource(WfAssignment asnmnt)(Code)(Java Doc) public void handleAuditEvent(WfAuditEvent event)(Code)(Java Doc) public String[] handledExceptions()(Code)(Java Doc) public Collection history() throws HistoryNotAvailableException(Code)(Java Doc) public State howClosed()(Code)(Java Doc) public Implementation[] implementation()(Code)(Java Doc) public boolean initiateAbandoning(boolean blockException, String exceptionName)(Code)(Java Doc) public void invokeTool(ExtApplication appl, Map params)(Code)(Java Doc) public boolean isMemberOfAssignments(WfAssignment member)(Code)(Java Doc) public boolean isMemberOfPerformers(WfProcess member)(Code)(Java Doc) public JoinAndSplitMode joinMode()(Code)(Java Doc) public String key()(Code)(Java Doc) public Date lastStateTime()(Code)(Java Doc) public String name()(Code)(Java Doc) public List nextActivities()(Code)(Java Doc) public String performer()(Code)(Java Doc) public Collection performers()(Code)(Java Doc) public boolean preliminarilyChosen()(Code)(Java Doc) public int priority()(Code)(Java Doc) public ProcessData processContext()(Code)(Java Doc) public void receiveEvent(WfAuditEvent evt) throws InvalidPerformerException(Code)(Java Doc) public void removeAssignment(WfResource resource) throws InvalidResourceException, NotAssignedException(Code)(Java Doc) public void reset(boolean preserveThreadInfo, boolean publishChange)(Code)(Java Doc) public ProcessData result() throws ResultNotAvailableException(Code)(Java Doc) public void resume() throws CannotResumeException, NotRunningException, NotSuspendedException(Code)(Java Doc) public void setDebugEnabled(boolean debug) throws InvalidStateException(Code)(Java Doc) public void setDescription(String newValue)(Code)(Java Doc) public void setJoinMode(JoinAndSplitMode joinMode)(Code)(Java Doc) public void setName(String newValue)(Code)(Java Doc) public void setPriority(int newValue) throws InvalidPriorityException, UpdateNotAllowedException(Code)(Java Doc) public void setProcessContext(ProcessData newValue) throws InvalidDataException, UpdateNotAllowedException(Code)(Java Doc) public void setResult(ProcessData result) throws InvalidDataException(Code)(Java Doc) public void setSplitMode(JoinAndSplitMode splitMode)(Code)(Java Doc) public void setStartable(Collection triggers, boolean preliminaryChoice)(Code)(Java Doc) public JoinAndSplitMode splitMode()(Code)(Java Doc) public void start() throws AlreadyRunningException(Code)(Java Doc) public Date startTime() throws NotRunningException(Code)(Java Doc) public String state()(Code)(Java Doc) public void suspend() throws CannotSuspendException, NotRunningException, AlreadySuspendedException(Code)(Java Doc) public void terminate() throws CannotStopException, NotRunningException(Code)(Java Doc) public ThreadInfo threadInfo()(Code)(Java Doc) public Activity toActivity()(Code)(Java Doc) public String toString()(Code)(Java Doc) public State typedState()(Code)(Java Doc) public ActivityUniqueKey uniqueKey()(Code)(Java Doc) public void updateProcessName(String newName)(Code)(Java Doc) public Collection validStates()(Code)(Java Doc) public void waitOnChannel(ProcessLocal proc, String channel)(Code)(Java Doc) public State whileOpen()(Code)(Java Doc) public State whyNotRunning()(Code)(Java Doc) public void withdrawPreliminaryChoice(boolean reset) throws TransitionNotAllowedException(Code)(Java Doc) public State workflowState()(Code)(Java Doc)
|
|
|