Java Doc for VolatileActivity.java in  » Workflow-Engines » wfmopen-2.1.1 » domain » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Workflow Engines » wfmopen 2.1.1 » domain 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


de.danet.an.workflow.domain.AbstractActivity
   domain.VolatileActivity

VolatileActivity
public class VolatileActivity extends AbstractActivity implements ExtActivityLocal(Code)
This class implements the persistance layer required by AbstractActivity by, well, providing no persistence ...
author:
  
version:
   $Revision: 1.10.2.1 $



Constructor Summary
public  VolatileActivity(AbstractProcess proc, String key)
     Creates an instance of VolatileActivity with all attributes initialized to default values.
public  VolatileActivity(AbstractProcess proc)
     Creates an instance of VolatileActivity with all attributes initialized to default values.

Method Summary
public  ActivityFinderactivityFinder()
     Returns an de.danet.an.workflow.ras.ActivityFinderActivityFinder that identifies this activity against a resource assignment service as defined by de.danet.an.workflow.ras the ras package .
public  WfAuditEventauditEventBase()
     Returns a WfAuditEvent containing information about the activity and its container, only.
public  WfProcesscontainer()
     Describe container method here.
protected  WfAuditEventcontainerAuditEventBase()
     Returns an WfAuditEvent containing container-related information.
public  WfProcessLocalcontainerLocal()
     Describe container method here.
protected  Implementation[]getPaActImpl()
     The getter method implementation for the persistent attribute tools.
protected  ElementgetPaActivityElement()
     Describe getPaActivityElement method here.
protected  intgetPaAuditEventSelection()
     The getter method implementation for the persistent attribute auditEventSelection.
protected  LonggetPaBlockActivity()
     The getter method implementation for the persistent attribute blockActivity.
protected  ListgetPaDeadlines()
     The getter method implementation for the persistent attribute deadlines.
protected  booleangetPaDebug()
     The getter method implementation for the persistent attribute Debug.
protected  booleangetPaDeferChoiceOnSplit()
     The getter method implementation for the persistent attribute deferChoiceOnSplit.
protected  StringgetPaDescription()
     The getter method implementation for the persistent attribute description.
protected  IntegergetPaExecStat()
     The getter method implementation for the persistent attribute executor.
protected  StartFinishModegetPaFinishMode()
     The getter method implementation for the persistent attribute finishMode.
protected  JoinAndSplitModegetPaJoinMode()
     The getter method implementation for the persistent attribute joinMode.
protected  StringgetPaKey()
     The getter method implementation for the persistent attribute key.
protected  DategetPaLastStateTime()
     The getter method implementation for the persistent attribute lastStateTime.
protected  StringgetPaName()
     The getter method implementation for the persistent attribute name.
protected  booleangetPaNoAssignments()
     The getter method implementation for the persistent attribute noAssignments.
protected  StringgetPaPendingException()
     The getter method implementation for the persistent attribute pendingException.
protected  booleangetPaPendingExceptionIsFromBlock()
     The getter method for the persistent flag pendingExceptionIsFromBlock.
protected  StringgetPaPerformer()
     The getter method implementation for the persistent attribute performer.
protected  booleangetPaPreliminarilyChosen()
     The getter method implementation for the persistent attribute preliminaryElected.
protected  PrioritygetPaPriority()
     The getter method implementation for the persistent attribute priority.
protected  JoinAndSplitModegetPaSplitMode()
     The getter method implementation for the persistent attribute splitMode.
protected  StartFinishModegetPaStartMode()
     The getter method implementation for the persistent attribute startMode.
protected  DategetPaStartTime()
     The getter method implementation for the persistent attribute startTime.
protected  booleangetPaStoreAuditEvents()
     The getter method implementation for the persistent attribute storeAuditEvents.
protected  intgetPaSubStateBackup()
     The getter method implementation for the persistent attribute subStateBackup.
protected  StringgetPaSubflow()
     The getter method implementation for the persistent attribute Subflow.
protected  longgetPaSuspendAccum()
     The getter method implementation for the persistent attribute suspendAccum.
protected  DategetPaSuspendStart()
     The getter method implementation for the persistent attribute suspendStart.
protected  ThreadInfogetPaThreadInfo()
     The getter method implementation for the persistent attribute threadInfo.
protected  StategetPaTypedState()
     The getter method implementation for the persistent attribute typedState.
protected  StringgetPaWaitOnChan()
     The getter method implementation for the persistent attribute waitOnChan.
protected  LonggetPaWaitOnProc()
     The getter method implementation for the persistent attribute waitOnProc.
public  Collectionhistory()
     Describe history method here.
public  booleanisMemberOfPerformers(WfProcess member)
    
protected  ExtProcessLocallookupProcessLocal(String key)
     Lookup a process by its key.
public  ListnextActivities()
     Describe nextActivities method here.
protected  ResourceAssignmentServiceresourceAssignmentService()
     Get the resource assignment service.
protected  voidsetPaActImpl(Implementation[] newTools)
     The setter method implementation for the persistent attribute tools.
protected  voidsetPaAuditEventSelection(int newAuditEventSelection)
     The setter method implementation for the persistent attribute auditEventSelection.
protected  voidsetPaBlockActivity(Long newBlockActivity)
     The setter method implementation for the persistent attribute blockActivity.
protected  voidsetPaDeadlines(List newDeadlines)
     The setter method implementation for the persistent attribute deadlines.
protected  voidsetPaDebug(boolean newDebug)
     The setter method implementation for the persistent attribute Debug.
protected  voidsetPaDeferChoiceOnSplit(boolean newDeferChoiceOnSplit)
     The setter method implementation for the persistent attribute deferChoiceOnSplit.
protected  voidsetPaDescription(String newDescription)
     The setter method implementation for the persistent attribute description.
protected  voidsetPaExecStat(Integer newExecutor)
     The setter method implementation for the persistent attribute executor.
protected  voidsetPaFinishMode(StartFinishMode newFinishMode)
     The setter method implementation for the persistent attribute finishMode.
protected  voidsetPaJoinMode(JoinAndSplitMode newJoinMode)
     The setter method implementation for the persistent attribute joinMode.
protected  voidsetPaLastStateTime(Date newLastStateTime)
     The setter method implementation for the persistent attribute lastStateTime.
protected  voidsetPaName(String newName)
     The setter method implementation for the persistent attribute name.
protected  voidsetPaNoAssignments(boolean newNoAssignments)
     The setter method implementation for the persistent attribute noAssignments.
protected  voidsetPaPendingException(String newPendingException)
     The setter method implementation for the persistent attribute pendingException.
protected  voidsetPaPendingExceptionIsFromBlock(boolean newValue)
     The setter method for the persistent flags pendingExceptionIsFromBlock.
protected  voidsetPaPerformer(String newPerformer)
     The setter method implementation for the persistent attribute performer.
protected  voidsetPaPreliminarilyChosen(boolean newPreliminaryChosen)
     The setter method implementation for the persistent attribute preliminaryElected.
protected  voidsetPaPriority(Priority newPriority)
     The setter method implementation for the persistent attribute priority.
protected  voidsetPaSplitMode(JoinAndSplitMode newSplitMode)
     The setter method implementation for the persistent attribute splitMode.
protected  voidsetPaStartMode(StartFinishMode newStartMode)
     The setter method implementation for the persistent attribute startMode.
protected  voidsetPaStartTime(Date newStartTime)
     The setter method implementation for the persistent attribute startTime.
protected  voidsetPaStoreAuditEvents(boolean newStoreAuditEvents)
     The setter method implementation for the persistent attribute storeAuditEvents.
protected  voidsetPaSubStateBackup(int newSubStateBackup)
     The setter method implementation for the persistent attribute subStateBackup.
protected  voidsetPaSubflow(String newSubflow)
     The setter method implementation for the persistent attribute Subflow.
protected  voidsetPaSuspendAccum(long newSuspendAccum)
     The setter method implementation for the persistent attribute suspendAccum.
protected  voidsetPaSuspendStart(Date newSuspendStart)
     The setter method implementation for the persistent attribute suspendStart.
protected  voidsetPaThreadInfo(ThreadInfo newThreadInfo)
     The setter method implementation for the persistent attribute threadInfo.
protected  voidsetPaTypedState(State newTypedState)
     The setter method implementation for the persistent attribute typedState.
protected  voidsetPaWaitOnChan(String newWaitOnChan)
     The setter method implementation for the persistent attribute waitOnChan.
protected  voidsetPaWaitOnProc(Long newWaitOnProc)
     The setter method implementation for the persistent attribute waitOnProc.
public  voidsetStartMode(StartFinishMode mode)
     Describe setStartMode method here.
public  voidstartTimer(Date due, Serializable info)
     Start a timer that will call handleTimeout at the given date with the given info.
public  voidstopTimers()
     Stop all timers that this object has created.
public  ActivitytoActivity()
     Describe thisRemote method here.
public  ExtActivityLocaltoActivityLocal()
    
public  voidupdateProcessName(String newName)
     Updates the process name (which is cached by the activity EJB) if the process name changes.


Constructor Detail
VolatileActivity
public VolatileActivity(AbstractProcess proc, String key)(Code)
Creates an instance of VolatileActivity with all attributes initialized to default values.
Parameters:
  proc - a Process value
Parameters:
  key - a String value



VolatileActivity
public VolatileActivity(AbstractProcess proc)(Code)
Creates an instance of VolatileActivity with all attributes initialized to default values.
Parameters:
  proc - a Process value




Method Detail
activityFinder
public ActivityFinder activityFinder()(Code)
Returns an de.danet.an.workflow.ras.ActivityFinderActivityFinder that identifies this activity against a resource assignment service as defined by de.danet.an.workflow.ras the ras package . the activity finder.



auditEventBase
public WfAuditEvent auditEventBase()(Code)
Returns a WfAuditEvent containing information about the activity and its container, only. the event containing the required information.



container
public WfProcess container()(Code)
Describe container method here. a WfProcess value



containerAuditEventBase
protected WfAuditEvent containerAuditEventBase()(Code)
Returns an WfAuditEvent containing container-related information. the audit event



containerLocal
public WfProcessLocal containerLocal()(Code)
Describe container method here. a WfProcess value



getPaActImpl
protected Implementation[] getPaActImpl()(Code)
The getter method implementation for the persistent attribute tools. the value of tools.
See Also:   VolatileActivity.setPaActImpl



getPaActivityElement
protected Element getPaActivityElement()(Code)
Describe getPaActivityElement method here. an Element value



getPaAuditEventSelection
protected int getPaAuditEventSelection()(Code)
The getter method implementation for the persistent attribute auditEventSelection.
See Also:   VolatileActivity.setPaAuditEventSelection the value of auditEventSelection.



getPaBlockActivity
protected Long getPaBlockActivity()(Code)
The getter method implementation for the persistent attribute blockActivity.
See Also:   VolatileActivity.setPaBlockActivity the value of blockActivity.



getPaDeadlines
protected List getPaDeadlines()(Code)
The getter method implementation for the persistent attribute deadlines.
See Also:   VolatileActivity.setPaDeadlines the value of deadlines.



getPaDebug
protected boolean getPaDebug()(Code)
The getter method implementation for the persistent attribute Debug.
See Also:   VolatileActivity.setPaDebug the value of Debug.



getPaDeferChoiceOnSplit
protected boolean getPaDeferChoiceOnSplit()(Code)
The getter method implementation for the persistent attribute deferChoiceOnSplit.
See Also:   VolatileActivity.setPaDeferChoiceOnSplit the value of deferChoiceOnSplit.



getPaDescription
protected String getPaDescription()(Code)
The getter method implementation for the persistent attribute description. the value of description.
See Also:   VolatileActivity.setPaDescription



getPaExecStat
protected Integer getPaExecStat()(Code)
The getter method implementation for the persistent attribute executor. the value of executor.
See Also:   VolatileActivity.setPaExecStat



getPaFinishMode
protected StartFinishMode getPaFinishMode()(Code)
The getter method implementation for the persistent attribute finishMode. the value of finishMode.
See Also:   VolatileActivity.setPaFinishMode



getPaJoinMode
protected JoinAndSplitMode getPaJoinMode()(Code)
The getter method implementation for the persistent attribute joinMode. the value of joinMode.
See Also:   VolatileActivity.setPaJoinMode



getPaKey
protected String getPaKey()(Code)
The getter method implementation for the persistent attribute key. the value of key.



getPaLastStateTime
protected Date getPaLastStateTime()(Code)
The getter method implementation for the persistent attribute lastStateTime. the value of lastStateTime.
See Also:   VolatileActivity.setPaLastStateTime



getPaName
protected String getPaName()(Code)
The getter method implementation for the persistent attribute name. the value of name.
See Also:   VolatileActivity.setPaName



getPaNoAssignments
protected boolean getPaNoAssignments()(Code)
The getter method implementation for the persistent attribute noAssignments.
See Also:   VolatileActivity.setPaNoAssignments the value of noAssignments.



getPaPendingException
protected String getPaPendingException()(Code)
The getter method implementation for the persistent attribute pendingException.
See Also:   VolatileActivity.setPaPendingException the value of suspendAccum.



getPaPendingExceptionIsFromBlock
protected boolean getPaPendingExceptionIsFromBlock()(Code)
The getter method for the persistent flag pendingExceptionIsFromBlock. the value of the flag.
See Also:   VolatileActivity.setPaPendingExceptionIsFromBlock



getPaPerformer
protected String getPaPerformer()(Code)
The getter method implementation for the persistent attribute performer. the value of performer.
See Also:   VolatileActivity.setPaPerformer



getPaPreliminarilyChosen
protected boolean getPaPreliminarilyChosen()(Code)
The getter method implementation for the persistent attribute preliminaryElected.
See Also:   VolatileActivity.setPaPreliminaryChosen the value of preliminaryElected.



getPaPriority
protected Priority getPaPriority()(Code)
The getter method implementation for the persistent attribute priority. the value of priority.
See Also:   VolatileActivity.setPaPriority



getPaSplitMode
protected JoinAndSplitMode getPaSplitMode()(Code)
The getter method implementation for the persistent attribute splitMode. the value of splitMode.
See Also:   VolatileActivity.setPaSplitMode



getPaStartMode
protected StartFinishMode getPaStartMode()(Code)
The getter method implementation for the persistent attribute startMode. the value of startMode.
See Also:   VolatileActivity.setPaStartMode



getPaStartTime
protected Date getPaStartTime()(Code)
The getter method implementation for the persistent attribute startTime.
See Also:   VolatileActivity.setPaStartTime the value of startTime.



getPaStoreAuditEvents
protected boolean getPaStoreAuditEvents()(Code)
The getter method implementation for the persistent attribute storeAuditEvents.
See Also:   VolatileActivity.setPaStoreAuditEvents the value of storeAuditEvents.



getPaSubStateBackup
protected int getPaSubStateBackup()(Code)
The getter method implementation for the persistent attribute subStateBackup.
See Also:   VolatileActivity.setPaSubStateBackup the value of subStateBackup.



getPaSubflow
protected String getPaSubflow()(Code)
The getter method implementation for the persistent attribute Subflow.
See Also:   VolatileActivity.setPaSubflow the value of Subflow.



getPaSuspendAccum
protected long getPaSuspendAccum()(Code)
The getter method implementation for the persistent attribute suspendAccum.
See Also:   VolatileActivity.setPaSuspendAccum the value of suspendAccum.



getPaSuspendStart
protected Date getPaSuspendStart()(Code)
The getter method implementation for the persistent attribute suspendStart.
See Also:   VolatileActivity.setPaSuspendStart the value of suspendStart.



getPaThreadInfo
protected ThreadInfo getPaThreadInfo()(Code)
The getter method implementation for the persistent attribute threadInfo.
See Also:   VolatileActivity.setPaThreadInfo the value of threadInfo.



getPaTypedState
protected State getPaTypedState()(Code)
The getter method implementation for the persistent attribute typedState. the value of typedState.
See Also:   VolatileActivity.setPaTypedState



getPaWaitOnChan
protected String getPaWaitOnChan()(Code)
The getter method implementation for the persistent attribute waitOnChan.
See Also:   VolatileActivity.setPaWaitOnChan the value of waitOnChan.



getPaWaitOnProc
protected Long getPaWaitOnProc()(Code)
The getter method implementation for the persistent attribute waitOnProc.
See Also:   VolatileActivity.setPaWaitOnProc the value of waitOnProc.



history
public Collection history()(Code)
Describe history method here. a Collection value



isMemberOfPerformers
public boolean isMemberOfPerformers(WfProcess member) throws RemoteException(Code)



lookupProcessLocal
protected ExtProcessLocal lookupProcessLocal(String key) throws InvalidKeyException(Code)
Lookup a process by its key. Can only be implemented by the persistence layer.
Parameters:
  key - the primary key the process
throws:
  InvalidKeyException - if no process with the given keyexists



nextActivities
public List nextActivities()(Code)
Describe nextActivities method here. a List value



resourceAssignmentService
protected ResourceAssignmentService resourceAssignmentService()(Code)
Get the resource assignment service. the configured resource assignment service.



setPaActImpl
protected void setPaActImpl(Implementation[] newTools)(Code)
The setter method implementation for the persistent attribute tools.
Parameters:
  newTools - the new value of tools.
See Also:   VolatileActivity.getPaActImpl



setPaAuditEventSelection
protected void setPaAuditEventSelection(int newAuditEventSelection)(Code)
The setter method implementation for the persistent attribute auditEventSelection.
Parameters:
  newAuditEventSelection - the new value of auditEventSelection.
See Also:   VolatileActivity.getPaAuditEventSelection



setPaBlockActivity
protected void setPaBlockActivity(Long newBlockActivity)(Code)
The setter method implementation for the persistent attribute blockActivity. May only be used in base class' init.
Parameters:
  newBlockActivity - the new value of blockActivity.
See Also:   VolatileActivity.getPaBlockActivity



setPaDeadlines
protected void setPaDeadlines(List newDeadlines)(Code)
The setter method implementation for the persistent attribute deadlines.
Parameters:
  newDeadlines - the new value of deadlines.
See Also:   VolatileActivity.getPaDeadlines



setPaDebug
protected void setPaDebug(boolean newDebug)(Code)
The setter method implementation for the persistent attribute Debug.
Parameters:
  newDebug - the new value of Debug.
See Also:   VolatileActivity.getPaDebug



setPaDeferChoiceOnSplit
protected void setPaDeferChoiceOnSplit(boolean newDeferChoiceOnSplit)(Code)
The setter method implementation for the persistent attribute deferChoiceOnSplit.
Parameters:
  newDeferChoiceOnSplit - the new value of deferChoiceOnSplit.
See Also:   VolatileActivity.getPaDeferChoiceOnSplit



setPaDescription
protected void setPaDescription(String newDescription)(Code)
The setter method implementation for the persistent attribute description.
Parameters:
  newDescription - the new value of description.
See Also:   VolatileActivity.getPaDescription



setPaExecStat
protected void setPaExecStat(Integer newExecutor)(Code)
The setter method implementation for the persistent attribute executor.
Parameters:
  newExecutor - the new value of executor.
See Also:   VolatileActivity.getPaExecStat



setPaFinishMode
protected void setPaFinishMode(StartFinishMode newFinishMode)(Code)
The setter method implementation for the persistent attribute finishMode.
Parameters:
  newFinishMode - the new value of finishMode.
See Also:   VolatileActivity.getPaFinishMode



setPaJoinMode
protected void setPaJoinMode(JoinAndSplitMode newJoinMode)(Code)
The setter method implementation for the persistent attribute joinMode.
Parameters:
  newJoinMode - the new value of joinMode.
See Also:   VolatileActivity.getPaJoinMode



setPaLastStateTime
protected void setPaLastStateTime(Date newLastStateTime)(Code)
The setter method implementation for the persistent attribute lastStateTime.
Parameters:
  newLastStateTime - the new value of lastStateTime.
See Also:   VolatileActivity.getPaLastStateTime



setPaName
protected void setPaName(String newName)(Code)
The setter method implementation for the persistent attribute name.
Parameters:
  newName - the new value of name.
See Also:   VolatileActivity.getPaName



setPaNoAssignments
protected void setPaNoAssignments(boolean newNoAssignments)(Code)
The setter method implementation for the persistent attribute noAssignments.
Parameters:
  newNoAssignments - the new value of noAssignments.
See Also:   VolatileActivity.getPaNoAssignments



setPaPendingException
protected void setPaPendingException(String newPendingException)(Code)
The setter method implementation for the persistent attribute pendingException.
Parameters:
  newPendingException - the new value of suspendAccum.
See Also:   VolatileActivity.getPaPendingException



setPaPendingExceptionIsFromBlock
protected void setPaPendingExceptionIsFromBlock(boolean newValue)(Code)
The setter method for the persistent flags pendingExceptionIsFromBlock.
Parameters:
  newValue - the new value of the flag.
See Also:   VolatileActivity.getPaPendingExceptionIsFromBlock



setPaPerformer
protected void setPaPerformer(String newPerformer)(Code)
The setter method implementation for the persistent attribute performer.
Parameters:
  newPerformer - the new value of performer.
See Also:   VolatileActivity.getPaPerformer



setPaPreliminarilyChosen
protected void setPaPreliminarilyChosen(boolean newPreliminaryChosen)(Code)
The setter method implementation for the persistent attribute preliminaryElected.
Parameters:
  newPreliminaryChosen - the new value of preliminaryElected.
See Also:   VolatileActivity.getPaPreliminaryChosen



setPaPriority
protected void setPaPriority(Priority newPriority)(Code)
The setter method implementation for the persistent attribute priority.
Parameters:
  newPriority - the new value of priority.
See Also:   VolatileActivity.getPaPriority



setPaSplitMode
protected void setPaSplitMode(JoinAndSplitMode newSplitMode)(Code)
The setter method implementation for the persistent attribute splitMode.
Parameters:
  newSplitMode - the new value of splitMode.
See Also:   VolatileActivity.getPaSplitMode



setPaStartMode
protected void setPaStartMode(StartFinishMode newStartMode)(Code)
The setter method implementation for the persistent attribute startMode.
Parameters:
  newStartMode - the new value of startMode.
See Also:   VolatileActivity.getPaStartMode



setPaStartTime
protected void setPaStartTime(Date newStartTime)(Code)
The setter method implementation for the persistent attribute startTime.
Parameters:
  newStartTime - the new value of startTime.
See Also:   VolatileActivity.getPaStartTime



setPaStoreAuditEvents
protected void setPaStoreAuditEvents(boolean newStoreAuditEvents)(Code)
The setter method implementation for the persistent attribute storeAuditEvents.
Parameters:
  newStoreAuditEvents - the new value of storeAuditEvents.
See Also:   VolatileActivity.getPaStoreAuditEvents



setPaSubStateBackup
protected void setPaSubStateBackup(int newSubStateBackup)(Code)
The setter method implementation for the persistent attribute subStateBackup.
Parameters:
  newSubStateBackup - the new value of subStateBackup.
See Also:   VolatileActivity.getPaSubStateBackup



setPaSubflow
protected void setPaSubflow(String newSubflow)(Code)
The setter method implementation for the persistent attribute Subflow.
Parameters:
  newSubflow - the new value of Subflow.
See Also:   VolatileActivity.getPaSubflow



setPaSuspendAccum
protected void setPaSuspendAccum(long newSuspendAccum)(Code)
The setter method implementation for the persistent attribute suspendAccum.
Parameters:
  newSuspendAccum - the new value of suspendAccum.
See Also:   VolatileActivity.getPaSuspendAccum



setPaSuspendStart
protected void setPaSuspendStart(Date newSuspendStart)(Code)
The setter method implementation for the persistent attribute suspendStart.
Parameters:
  newSuspendStart - the new value of suspendStart.
See Also:   VolatileActivity.getPaSuspendStart



setPaThreadInfo
protected void setPaThreadInfo(ThreadInfo newThreadInfo)(Code)
The setter method implementation for the persistent attribute threadInfo.
Parameters:
  newThreadInfo - the new value of threadInfo.
See Also:   VolatileActivity.getPaThreadInfo



setPaTypedState
protected void setPaTypedState(State newTypedState)(Code)
The setter method implementation for the persistent attribute typedState.
Parameters:
  newTypedState - the new value of typedState.
See Also:   VolatileActivity.getPaTypedState



setPaWaitOnChan
protected void setPaWaitOnChan(String newWaitOnChan)(Code)
The setter method implementation for the persistent attribute waitOnChan.
Parameters:
  newWaitOnChan - the new value of waitingOn.
See Also:   VolatileActivity.getPaWaitOnChan



setPaWaitOnProc
protected void setPaWaitOnProc(Long newWaitOnProc)(Code)
The setter method implementation for the persistent attribute waitOnProc.
Parameters:
  newWaitOnProc - the new value of waitingOn.
See Also:   VolatileActivity.getPaWaitOnProc



setStartMode
public void setStartMode(StartFinishMode mode)(Code)
Describe setStartMode method here.
Parameters:
  mode - a StartFinishMode value



startTimer
public void startTimer(Date due, Serializable info)(Code)
Start a timer that will call handleTimeout at the given date with the given info.
Parameters:
  due - target date
Parameters:
  info - the context



stopTimers
public void stopTimers()(Code)
Stop all timers that this object has created.



toActivity
public Activity toActivity()(Code)
Describe thisRemote method here. an Activity value



toActivityLocal
public ExtActivityLocal toActivityLocal()(Code)



updateProcessName
public void updateProcessName(String newName)(Code)
Updates the process name (which is cached by the activity EJB) if the process name changes.
Parameters:
  newName - the new process name.



Methods inherited from de.danet.an.workflow.domain.AbstractActivity
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)
abstract public ActivityFinder activityFinder()(Code)(Java Doc)
public Info activityInfo()(Code)(Java Doc)
public Collection assignments()(Code)(Java Doc)
protected WfAuditEvent auditEventBase(String eventType)(Code)(Java Doc)
protected void autoAssignResources()(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 boolean choose() throws TransitionNotAllowedException(Code)(Java Doc)
public void complete() throws CannotCompleteException(Code)(Java Doc)
abstract protected WfAuditEvent containerAuditEventBase()(Code)(Java Doc)
abstract public WfProcessLocal containerLocal()(Code)(Java Doc)
public DeadlineInfo[] deadlines()(Code)(Java Doc)
public boolean deferChoiceOnSplit()(Code)(Java Doc)
protected void dispose()(Code)(Java Doc)
public void doCloseActivity(State closedState)(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
public Implementation executor()(Code)(Java Doc)
protected StartFinishMode finishMode()(Code)(Java Doc)
abstract protected Implementation[] getPaActImpl()(Code)(Java Doc)
abstract protected Long getPaBlockActivity()(Code)(Java Doc)
abstract protected List getPaDeadlines()(Code)(Java Doc)
abstract protected boolean getPaDeferChoiceOnSplit()(Code)(Java Doc)
abstract protected Integer getPaExecStat()(Code)(Java Doc)
abstract protected StartFinishMode getPaFinishMode()(Code)(Java Doc)
abstract protected JoinAndSplitMode getPaJoinMode()(Code)(Java Doc)
abstract protected boolean getPaNoAssignments()(Code)(Java Doc)
abstract protected String getPaPendingException()(Code)(Java Doc)
abstract protected boolean getPaPendingExceptionIsFromBlock()(Code)(Java Doc)
abstract protected String getPaPerformer()(Code)(Java Doc)
abstract protected boolean getPaPreliminarilyChosen()(Code)(Java Doc)
protected String getPaProcessKey()(Code)(Java Doc)
protected String getPaProcessMgrName()(Code)(Java Doc)
protected String getPaProcessMgrVersion()(Code)(Java Doc)
protected String getPaProcessName()(Code)(Java Doc)
abstract protected JoinAndSplitMode getPaSplitMode()(Code)(Java Doc)
abstract protected StartFinishMode getPaStartMode()(Code)(Java Doc)
abstract protected Date getPaStartTime()(Code)(Java Doc)
abstract protected int getPaSubStateBackup()(Code)(Java Doc)
abstract protected String getPaSubflow()(Code)(Java Doc)
abstract protected long getPaSuspendAccum()(Code)(Java Doc)
abstract protected Date getPaSuspendStart()(Code)(Java Doc)
abstract protected ThreadInfo getPaThreadInfo()(Code)(Java Doc)
abstract protected String getPaWaitOnChan()(Code)(Java Doc)
abstract protected Long getPaWaitOnProc()(Code)(Java Doc)
public WfResource getResource(WfAssignment asnmnt)(Code)(Java Doc)
protected Map getStateTransitionMap()(Code)(Java Doc)
protected void handleAbortedEvent(WfStateAuditEvent event)(Code)(Java Doc)
protected void handleCompletedEvent(WfStateAuditEvent event)(Code)(Java Doc)
protected void handleImplCompletedEvent(ImplCompleteAuditEvent event)(Code)(Java Doc)
protected void handleResumedEvent(WfStateAuditEvent event)(Code)(Java Doc)
protected void handleSuspendedEvent(WfStateAuditEvent event)(Code)(Java Doc)
protected void handleTerminatedEvent(WfStateAuditEvent event)(Code)(Java Doc)
public void handleTimeout(Serializable info)(Code)(Java Doc)
protected void handleToolInvocationFailedAuditEvent(ToolInvocationFailedAuditEvent event)(Code)(Java Doc)
public String[] handledExceptions()(Code)(Java Doc)
public Implementation[] implementation()(Code)(Java Doc)
protected void init(Long blockActId, Priority priority, String name, String description, StartFinishMode startMode, StartFinishMode finishMode, JoinAndSplitMode joinMode, JoinAndSplitMode splitMode, Implementation[] implementation, String performer, List deadlines, boolean deferChoiceOnSplit, int auditEventSelection, boolean storeAuditEvents)(Code)(Java Doc)
public boolean initiateAbandoning(boolean blockException, String exceptionName)(Code)(Java Doc)
public void invokeTool(ExtApplication appl, Map params)(Code)(Java Doc)
public static boolean isHandled(WfAuditEvent event)(Code)(Java Doc)
public boolean isMemberOfAssignments(WfAssignment member)(Code)(Java Doc)
public JoinAndSplitMode joinMode()(Code)(Java Doc)
abstract protected ExtProcessLocal lookupProcessLocal(String key) throws InvalidKeyException(Code)(Java Doc)
public String performer()(Code)(Java Doc)
public Collection performers()(Code)(Java Doc)
public Collection performersLocal()(Code)(Java Doc)
public boolean preliminarilyChosen()(Code)(Java Doc)
public ProcessData processContext()(Code)(Java Doc)
protected RASInvocationHandler rasInvocationHandler()(Code)(Java Doc)
public void receiveEvent(WfAuditEvent e) throws InvalidPerformerException(Code)(Java Doc)
protected void refresh()(Code)(Java Doc)
protected void releaseResources()(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 setJoinMode(JoinAndSplitMode joinMode)(Code)(Java Doc)
abstract protected void setPaActImpl(Implementation[] newActImpl)(Code)(Java Doc)
abstract protected void setPaBlockActivity(Long newBlockActivity)(Code)(Java Doc)
abstract protected void setPaDeadlines(List newDeadlines)(Code)(Java Doc)
abstract protected void setPaDeferChoiceOnSplit(boolean newDeferChoiceOnSplit)(Code)(Java Doc)
abstract protected void setPaExecStat(Integer newExecutor)(Code)(Java Doc)
abstract protected void setPaFinishMode(StartFinishMode newFinishMode)(Code)(Java Doc)
abstract protected void setPaJoinMode(JoinAndSplitMode newJoinMode)(Code)(Java Doc)
abstract protected void setPaNoAssignments(boolean newNoAssignments)(Code)(Java Doc)
abstract protected void setPaPendingException(String newPendingException)(Code)(Java Doc)
abstract protected void setPaPendingExceptionIsFromBlock(boolean newValue)(Code)(Java Doc)
abstract protected void setPaPerformer(String newPerformer)(Code)(Java Doc)
abstract protected void setPaPreliminarilyChosen(boolean newElectedInChoice)(Code)(Java Doc)
abstract protected void setPaSplitMode(JoinAndSplitMode newSplitMode)(Code)(Java Doc)
abstract protected void setPaStartMode(StartFinishMode newStartMode)(Code)(Java Doc)
abstract protected void setPaStartTime(Date newStartTime)(Code)(Java Doc)
abstract protected void setPaSubStateBackup(int newSubStateBackup)(Code)(Java Doc)
abstract protected void setPaSubflow(String newSubflow)(Code)(Java Doc)
abstract protected void setPaSuspendAccum(long newSuspendAccum)(Code)(Java Doc)
abstract protected void setPaSuspendStart(Date newSuspendStart)(Code)(Java Doc)
abstract protected void setPaThreadInfo(ThreadInfo newThreadInfo)(Code)(Java Doc)
abstract protected void setPaWaitOnChan(String newWaitOnChan)(Code)(Java Doc)
abstract protected void setPaWaitOnProc(Long newWaitOnProc)(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 preliminarilyChosen)(Code)(Java Doc)
public JoinAndSplitMode splitMode()(Code)(Java Doc)
public void start() throws AlreadyRunningException(Code)(Java Doc)
protected StartFinishMode startMode()(Code)(Java Doc)
public Date startTime() throws NotRunningException(Code)(Java Doc)
public void suspend() throws CannotSuspendException, NotRunningException, AlreadySuspendedException(Code)(Java Doc)
public void terminate() throws CannotStopException, NotRunningException(Code)(Java Doc)
protected void terminateImpl() throws ApplicationNotStoppedException(Code)(Java Doc)
protected void terminateTool() throws ApplicationNotStoppedException(Code)(Java Doc)
public ThreadInfo threadInfo()(Code)(Java Doc)
abstract public Activity toActivity()(Code)(Java Doc)
abstract protected ExtActivityLocal toActivityLocal()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
protected ToolInvocationHandler toolInvocationHandler()(Code)(Java Doc)
public ActivityUniqueKey uniqueKey()(Code)(Java Doc)
public void waitOnChannel(String procKey, String channel)(Code)(Java Doc)
public void withdrawPreliminaryChoice(boolean reset) throws TransitionNotAllowedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.