Java Doc for WfActivityCORBA.java in  » Workflow-Engines » shark » org » enhydra » shark » corba » 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 » shark » org.enhydra.shark.corba 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.enhydra.shark.corba.WfActivityCORBA

WfActivityCORBA
public class WfActivityCORBA extends _WfActivityImplBase (Code)
WfActivityImpl - Workflow Activity Object implementation
author:
   Sasa Bojanic
version:
   1.0


Field Summary
 org.enhydra.shark.api.client.wfmodel.WfActivitysharkAct
    

Constructor Summary
protected  WfActivityCORBA(Collective toJoin, org.enhydra.shark.api.client.wfmodel.WfActivity sharkAct)
    

Method Summary
public  voidabort()
     Abort the execution of this process or activity.
public  voidchange_state(String new_state)
    
public  voidcomplete()
     Complete this activity.
public  WfProcesscontainer()
     Getter for the process of this activity.
public  Stringdescription()
    
public  booleanequals(java.lang.Object obj)
     It is assumed that there can't be two or more activities having the same key.
public  WfAssignmentIteratorget_iterator_assignment()
     Retrieve the Iterator of Assignments objects.
public  WfEventAuditIteratorget_iterator_history(String query, NameValue[] names_in_query)
     Search in the history for specific elements.
Parameters:
  query - Search criteria.
Parameters:
  names_in_query - elements to search.
public  WfProcessIteratorget_iterator_performer()
     Gets an iterator of processes.
public  WfAssignment[]get_sequence_assignment(int max_number)
     Retrieve all assignments of this activity.
public  WfEventAudit[]get_sequence_history(int max_number)
     Getter for history sequence.
Parameters:
  max_number - Maximum number of element in result list.
public  WfProcess[]get_sequence_performer(int max_number)
    
public  how_closedTypehow_closed()
    
public  inthow_many_assignment()
     Retrieve the no.
public  inthow_many_history()
    
public  inthow_many_performer()
     Gets the number of processes.
public  booleanis_member_of_assignment(WfAssignment member)
     Check if a specific assignment is a member of this activity.
public  booleanis_member_of_history(WfExecutionObject member)
     Predicate to check if a 'member' is an element of the history.
public  booleanis_member_of_performer(WfProcess member)
    
public  Stringkey()
    
public  UtcTlast_state_time()
    
public  Stringname()
    
public  shortpriority()
    
public  NameValue[]process_context()
    
public  voidreceive_event(WfEventAudit event)
    
public  NameValue[]result()
     Retrieve the Result map of this activity.
public  voidresume()
     Resume this process or activity.
public  voidset_description(String new_value)
    
public  voidset_name(String new_value)
    
public  voidset_priority(short new_value)
    
public  voidset_process_context(NameValue[] new_value)
    
public  voidset_result(NameValue[] results)
     Assign Result for this activity.
public  Stringstate()
    
public  voidsuspend()
     Suspend this process or activity.
public  voidterminate()
     Terminate this process or activity.
public  StringtoString()
    
public  String[]valid_states()
    
public  while_openTypewhile_open()
    
public  why_not_runningTypewhy_not_running()
    
public  workflow_stateTypeworkflow_state()
    

Field Detail
sharkAct
org.enhydra.shark.api.client.wfmodel.WfActivity sharkAct(Code)




Constructor Detail
WfActivityCORBA
protected WfActivityCORBA(Collective toJoin, org.enhydra.shark.api.client.wfmodel.WfActivity sharkAct)(Code)
Create a new WfActivityImpl




Method Detail
abort
public void abort() throws BaseException, CannotStop, NotRunning(Code)
Abort the execution of this process or activity.



change_state
public void change_state(String new_state) throws BaseException, InvalidState, TransitionNotAllowed(Code)



complete
public void complete() throws BaseException, CannotComplete(Code)
Complete this activity.



container
public WfProcess container() throws BaseException(Code)
Getter for the process of this activity.



description
public String description() throws BaseException(Code)



equals
public boolean equals(java.lang.Object obj)(Code)
It is assumed that there can't be two or more activities having the same key.



get_iterator_assignment
public WfAssignmentIterator get_iterator_assignment() throws BaseException(Code)
Retrieve the Iterator of Assignments objects.



get_iterator_history
public WfEventAuditIterator get_iterator_history(String query, NameValue[] names_in_query) throws BaseException, HistoryNotAvailable(Code)
Search in the history for specific elements.
Parameters:
  query - Search criteria.
Parameters:
  names_in_query - elements to search. Found history elements that meet the search criteria.



get_iterator_performer
public WfProcessIterator get_iterator_performer() throws BaseException(Code)
Gets an iterator of processes.



get_sequence_assignment
public WfAssignment[] get_sequence_assignment(int max_number) throws BaseException(Code)
Retrieve all assignments of this activity. array of WfAssignment objects.



get_sequence_history
public WfEventAudit[] get_sequence_history(int max_number) throws BaseException, HistoryNotAvailable(Code)
Getter for history sequence.
Parameters:
  max_number - Maximum number of element in result list. List of History objects.



get_sequence_performer
public WfProcess[] get_sequence_performer(int max_number) throws BaseException(Code)
A list of processes List of WfProcess objects.



how_closed
public how_closedType how_closed() throws BaseException(Code)



how_many_assignment
public int how_many_assignment() throws BaseException(Code)
Retrieve the no. of Assignment objects.
throws:
  org.omg.WfBase.BaseException - General workflow exception. No. of current assignments.



how_many_history
public int how_many_history() throws BaseException, HistoryNotAvailable(Code)



how_many_performer
public int how_many_performer() throws BaseException(Code)
Gets the number of processes.



is_member_of_assignment
public boolean is_member_of_assignment(WfAssignment member) throws BaseException(Code)
Check if a specific assignment is a member of this activity. true if the assignment is a member of this activity.



is_member_of_history
public boolean is_member_of_history(WfExecutionObject member) throws BaseException(Code)
Predicate to check if a 'member' is an element of the history. true if the element of the history, false otherwise.



is_member_of_performer
public boolean is_member_of_performer(WfProcess member) throws BaseException(Code)
Checks if a WfProcess is associated with this requester object true if the process is found.



key
public String key() throws BaseException(Code)



last_state_time
public UtcT last_state_time() throws BaseException(Code)



name
public String name() throws BaseException(Code)



priority
public short priority() throws BaseException(Code)



process_context
public NameValue[] process_context() throws BaseException(Code)



receive_event
public void receive_event(WfEventAudit event) throws BaseException, InvalidPerformer(Code)



result
public NameValue[] result() throws BaseException, ResultNotAvailable(Code)
Retrieve the Result map of this activity. Map of results from this activity



resume
public void resume() throws BaseException, CannotResume, NotSuspended(Code)
Resume this process or activity.



set_description
public void set_description(String new_value) throws BaseException(Code)



set_name
public void set_name(String new_value) throws BaseException(Code)



set_priority
public void set_priority(short new_value) throws BaseException(Code)



set_process_context
public void set_process_context(NameValue[] new_value) throws BaseException, InvalidData, UpdateNotAllowed(Code)



set_result
public void set_result(NameValue[] results) throws BaseException, InvalidData(Code)
Assign Result for this activity.



state
public String state() throws BaseException(Code)



suspend
public void suspend() throws BaseException, CannotSuspend, NotRunning, AlreadySuspended(Code)
Suspend this process or activity.



terminate
public void terminate() throws BaseException, CannotStop, NotRunning(Code)
Terminate this process or activity.



toString
public String toString()(Code)



valid_states
public String[] valid_states() throws BaseException(Code)



while_open
public while_openType while_open() throws BaseException(Code)



why_not_running
public why_not_runningType why_not_running() throws BaseException(Code)



workflow_state
public workflow_stateType workflow_state() throws BaseException(Code)



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