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


org.enhydra.shark.api.common.ActivityFilterBuilder

All known Subclasses:   org.enhydra.shark.ActivityFilterBuilderDODS,  org.enhydra.shark.ws.ActivityFilterBuilderWrapper,
ActivityFilterBuilder
public interface ActivityFilterBuilder extends FilterBuilder(Code)
All methods are returng the WMFilter object.
author:
   V.Puskas
version:
   0.3


Field Summary
public  intACCEPTED_AND_NON_ACCEPTED
    
public  intONLY_ACCEPTED
    
public  intONLY_NON_ACCEPTED
    


Method Summary
public  WMFilteraddAcceptedTimeAfter(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddAcceptedTimeBefore(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddAcceptedTimeEquals(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddActivatedTimeAfter(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddActivatedTimeBefore(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddActivatedTimeEquals(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddActivitySetDefIdEquals(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddDefinitionIdEquals(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddDescriptionContains(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddDescriptionEquals(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddFinishTimeAfter(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddFinishTimeBefore(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddFinishTimeEquals(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddHasAssignmentForUser(WMSessionHandle sHandle, String username, int acceptedStatus)
     Gets activities that have assignment for the user.
public  WMFilteraddIdEquals(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddIsAccepted(WMSessionHandle sHandle)
    
public  WMFilteraddIsMgrEnabled(WMSessionHandle sHandle)
    
public  WMFilteraddLastStateTimeAfter(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddLastStateTimeBefore(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddLastStateTimeEquals(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddLimitTimeAfter(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddLimitTimeBefore(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddLimitTimeEquals(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddMgrNameEquals(WMSessionHandle sHandle, String exp)
    
public  WMFilteraddNameContains(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddNameEquals(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddPackageIdEquals(WMSessionHandle sHandle, String exp)
    
public  WMFilteraddPriorityEquals(WMSessionHandle sHandle, int arg)
    
public  WMFilteraddPriorityGreaterThan(WMSessionHandle sHandle, int arg)
    
public  WMFilteraddPriorityLessThan(WMSessionHandle sHandle, int arg)
    
public  WMFilteraddProcessCreatedTimeAfter(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessCreatedTimeBefore(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessCreatedTimeEquals(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessDefIdEquals(WMSessionHandle sHandle, String exp)
    
public  WMFilteraddProcessDescriptionContains(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddProcessDescriptionEquals(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddProcessFinishTimeAfter(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessFinishTimeBefore(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessFinishTimeEquals(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessIdEquals(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddProcessLastStateTimeAfter(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessLastStateTimeBefore(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessLastStateTimeEquals(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessLimitTimeAfter(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessLimitTimeBefore(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessLimitTimeEquals(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessNameContains(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddProcessNameEquals(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddProcessPriorityEquals(WMSessionHandle sHandle, int arg)
    
public  WMFilteraddProcessPriorityGreaterThan(WMSessionHandle sHandle, int arg)
    
public  WMFilteraddProcessPriorityLessThan(WMSessionHandle sHandle, int arg)
    
public  WMFilteraddProcessRequesterIdEquals(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddProcessRequesterUsernameEquals(WMSessionHandle shandle, String arg)
    
public  WMFilteraddProcessStartTimeAfter(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessStartTimeBefore(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessStartTimeEquals(WMSessionHandle sHandle, long arg)
    
public  WMFilteraddProcessStateEquals(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddProcessStateStartsWith(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddProcessVariableDoubleEquals(WMSessionHandle sHandle, String vName, double vValue)
    
public  WMFilteraddProcessVariableDoubleGreaterThan(WMSessionHandle sHandle, String vName, double vValue)
    
public  WMFilteraddProcessVariableDoubleLessThan(WMSessionHandle sHandle, String vName, double vValue)
    
public  WMFilteraddProcessVariableEquals(WMSessionHandle sHandle, String vName, Object vValue)
    
public  WMFilteraddProcessVariableLongEquals(WMSessionHandle sHandle, String vName, long vValue)
    
public  WMFilteraddProcessVariableLongGreaterThan(WMSessionHandle sHandle, String vName, long vValue)
    
public  WMFilteraddProcessVariableLongLessThan(WMSessionHandle sHandle, String vName, long vValue)
    
public  WMFilteraddProcessVariableStringEquals(WMSessionHandle sHandle, String vName, String vValue)
    
public  WMFilteraddResourceUsernameEquals(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddStateEquals(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddStateStartsWith(WMSessionHandle sHandle, String arg)
    
public  WMFilteraddVariableDoubleEquals(WMSessionHandle sHandle, String vName, double vValue)
    
public  WMFilteraddVariableDoubleGreaterThan(WMSessionHandle sHandle, String vName, double vValue)
    
public  WMFilteraddVariableDoubleLessThan(WMSessionHandle sHandle, String vName, double vValue)
    
public  WMFilteraddVariableEquals(WMSessionHandle sHandle, String vName, Object vValue)
    
public  WMFilteraddVariableLongEquals(WMSessionHandle sHandle, String vName, long vValue)
    
public  WMFilteraddVariableLongGreaterThan(WMSessionHandle sHandle, String vName, long vValue)
    
public  WMFilteraddVariableLongLessThan(WMSessionHandle sHandle, String vName, long vValue)
    
public  WMFilteraddVariableStringEquals(WMSessionHandle sHandle, String vName, String vValue)
    
public  WMFilteraddVersionEquals(WMSessionHandle sHandle, String exp)
    
public  WMFiltersetOrderByAcceptedTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending)
     Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.
public  WMFiltersetOrderByActivatedTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending)
     Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.
public  WMFiltersetOrderByActivitySetDefId(WMSessionHandle sHandle, WMFilter filter, boolean ascending)
     Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.
public  WMFiltersetOrderByDefinitionId(WMSessionHandle sHandle, WMFilter filter, boolean ascending)
     Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.
public  WMFiltersetOrderById(WMSessionHandle sHandle, WMFilter filter, boolean ascending)
     Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.
public  WMFiltersetOrderByLastStateTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending)
     Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.
public  WMFiltersetOrderByName(WMSessionHandle sHandle, WMFilter filter, boolean ascending)
     Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.
public  WMFiltersetOrderByPerformer(WMSessionHandle sHandle, WMFilter filter, boolean ascending)
     Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.
public  WMFiltersetOrderByPriority(WMSessionHandle sHandle, WMFilter filter, boolean ascending)
     Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.
public  WMFiltersetOrderByProcessDefName(WMSessionHandle sHandle, WMFilter filter, boolean ascending)
     Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.
public  WMFiltersetOrderByProcessId(WMSessionHandle sHandle, WMFilter filter, boolean ascending)
     Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.
public  WMFiltersetOrderByResourceUsername(WMSessionHandle sHandle, WMFilter filter, boolean ascending)
     Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.
public  WMFiltersetOrderByState(WMSessionHandle sHandle, WMFilter filter, boolean ascending)
     Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

Field Detail
ACCEPTED_AND_NON_ACCEPTED
public int ACCEPTED_AND_NON_ACCEPTED(Code)



ONLY_ACCEPTED
public int ONLY_ACCEPTED(Code)



ONLY_NON_ACCEPTED
public int ONLY_NON_ACCEPTED(Code)





Method Detail
addAcceptedTimeAfter
public WMFilter addAcceptedTimeAfter(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "activity accepted time > arg"



addAcceptedTimeBefore
public WMFilter addAcceptedTimeBefore(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "activity accepted time < arg"



addAcceptedTimeEquals
public WMFilter addAcceptedTimeEquals(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "activity accepted time == arg"



addActivatedTimeAfter
public WMFilter addActivatedTimeAfter(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "activity activated time > arg"



addActivatedTimeBefore
public WMFilter addActivatedTimeBefore(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "activity activated time < arg"



addActivatedTimeEquals
public WMFilter addActivatedTimeEquals(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "activity activated time == arg"



addActivitySetDefIdEquals
public WMFilter addActivitySetDefIdEquals(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "activity set definition id == arg"



addDefinitionIdEquals
public WMFilter addDefinitionIdEquals(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "activity definition id == arg"



addDescriptionContains
public WMFilter addDescriptionContains(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "activity description contains arg"



addDescriptionEquals
public WMFilter addDescriptionEquals(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "activity description == arg"



addFinishTimeAfter
public WMFilter addFinishTimeAfter(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "activity finish time > arg"



addFinishTimeBefore
public WMFilter addFinishTimeBefore(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "activity finish time < arg"



addFinishTimeEquals
public WMFilter addFinishTimeEquals(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "activity finish time == arg"



addHasAssignmentForUser
public WMFilter addHasAssignmentForUser(WMSessionHandle sHandle, String username, int acceptedStatus) throws Exception(Code)
Gets activities that have assignment for the user. It can be specified to get activities only for accepted assignments, only for non-accepted, and for both accepted and non-accepted.



addIdEquals
public WMFilter addIdEquals(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "activity id == arg"



addIsAccepted
public WMFilter addIsAccepted(WMSessionHandle sHandle) throws Exception(Code)
Sets condition "activity is accepted"



addIsMgrEnabled
public WMFilter addIsMgrEnabled(WMSessionHandle sHandle) throws Exception(Code)
Sets condition "process manager is enabled"



addLastStateTimeAfter
public WMFilter addLastStateTimeAfter(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "activity last state time > arg"



addLastStateTimeBefore
public WMFilter addLastStateTimeBefore(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "activity last state time < arg"



addLastStateTimeEquals
public WMFilter addLastStateTimeEquals(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "activity last state time == arg"



addLimitTimeAfter
public WMFilter addLimitTimeAfter(WMSessionHandle sHandle, long arg) throws Exception(Code)



addLimitTimeBefore
public WMFilter addLimitTimeBefore(WMSessionHandle sHandle, long arg) throws Exception(Code)



addLimitTimeEquals
public WMFilter addLimitTimeEquals(WMSessionHandle sHandle, long arg) throws Exception(Code)



addMgrNameEquals
public WMFilter addMgrNameEquals(WMSessionHandle sHandle, String exp) throws Exception(Code)
Sets condition "process manager name == value of exp"



addNameContains
public WMFilter addNameContains(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "activity name contains arg"



addNameEquals
public WMFilter addNameEquals(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "activity name == arg"



addPackageIdEquals
public WMFilter addPackageIdEquals(WMSessionHandle sHandle, String exp) throws Exception(Code)
Sets condition "process definition id == value of exp"



addPriorityEquals
public WMFilter addPriorityEquals(WMSessionHandle sHandle, int arg) throws Exception(Code)
Sets condition "activity priority == arg"



addPriorityGreaterThan
public WMFilter addPriorityGreaterThan(WMSessionHandle sHandle, int arg) throws Exception(Code)
Sets condition "activity priority > arg"



addPriorityLessThan
public WMFilter addPriorityLessThan(WMSessionHandle sHandle, int arg) throws Exception(Code)
Sets condition "activity priority < arg"



addProcessCreatedTimeAfter
public WMFilter addProcessCreatedTimeAfter(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "process created time > value of exp"



addProcessCreatedTimeBefore
public WMFilter addProcessCreatedTimeBefore(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "process created time < value of exp"



addProcessCreatedTimeEquals
public WMFilter addProcessCreatedTimeEquals(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "process created time == value of exp"



addProcessDefIdEquals
public WMFilter addProcessDefIdEquals(WMSessionHandle sHandle, String exp) throws Exception(Code)
Sets condition "process definition id == value of exp"



addProcessDescriptionContains
public WMFilter addProcessDescriptionContains(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "process description contains value of exp"



addProcessDescriptionEquals
public WMFilter addProcessDescriptionEquals(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "process description == value of exp"



addProcessFinishTimeAfter
public WMFilter addProcessFinishTimeAfter(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "process finish time > arg"



addProcessFinishTimeBefore
public WMFilter addProcessFinishTimeBefore(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "process finish time < arg"



addProcessFinishTimeEquals
public WMFilter addProcessFinishTimeEquals(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "process finish time == arg"



addProcessIdEquals
public WMFilter addProcessIdEquals(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "process id == value of exp"



addProcessLastStateTimeAfter
public WMFilter addProcessLastStateTimeAfter(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "process last state time time > value of exp"



addProcessLastStateTimeBefore
public WMFilter addProcessLastStateTimeBefore(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "process last state time time < value of exp"



addProcessLastStateTimeEquals
public WMFilter addProcessLastStateTimeEquals(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "process last state time time == value of exp"



addProcessLimitTimeAfter
public WMFilter addProcessLimitTimeAfter(WMSessionHandle sHandle, long arg) throws Exception(Code)



addProcessLimitTimeBefore
public WMFilter addProcessLimitTimeBefore(WMSessionHandle sHandle, long arg) throws Exception(Code)



addProcessLimitTimeEquals
public WMFilter addProcessLimitTimeEquals(WMSessionHandle sHandle, long arg) throws Exception(Code)



addProcessNameContains
public WMFilter addProcessNameContains(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "process name contains value of exp"



addProcessNameEquals
public WMFilter addProcessNameEquals(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "process name == value of exp"



addProcessPriorityEquals
public WMFilter addProcessPriorityEquals(WMSessionHandle sHandle, int arg) throws Exception(Code)
Sets condition "process priority == value of exp"



addProcessPriorityGreaterThan
public WMFilter addProcessPriorityGreaterThan(WMSessionHandle sHandle, int arg) throws Exception(Code)
Sets condition "process priority > value of exp"



addProcessPriorityLessThan
public WMFilter addProcessPriorityLessThan(WMSessionHandle sHandle, int arg) throws Exception(Code)
Sets condition "process priority < value of exp"



addProcessRequesterIdEquals
public WMFilter addProcessRequesterIdEquals(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "process requester == value of exp"



addProcessRequesterUsernameEquals
public WMFilter addProcessRequesterUsernameEquals(WMSessionHandle shandle, String arg) throws Exception(Code)



addProcessStartTimeAfter
public WMFilter addProcessStartTimeAfter(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "process started time > value of exp"



addProcessStartTimeBefore
public WMFilter addProcessStartTimeBefore(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "process started time < value of exp"



addProcessStartTimeEquals
public WMFilter addProcessStartTimeEquals(WMSessionHandle sHandle, long arg) throws Exception(Code)
Sets condition "process started time == value of exp"



addProcessStateEquals
public WMFilter addProcessStateEquals(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "process state == value of exp"



addProcessStateStartsWith
public WMFilter addProcessStateStartsWith(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "process state starts with value of exp"



addProcessVariableDoubleEquals
public WMFilter addProcessVariableDoubleEquals(WMSessionHandle sHandle, String vName, double vValue) throws Exception(Code)
Sets condition "process variable vName == vValue"



addProcessVariableDoubleGreaterThan
public WMFilter addProcessVariableDoubleGreaterThan(WMSessionHandle sHandle, String vName, double vValue) throws Exception(Code)
Sets condition "process variable vName > vValue"



addProcessVariableDoubleLessThan
public WMFilter addProcessVariableDoubleLessThan(WMSessionHandle sHandle, String vName, double vValue) throws Exception(Code)
Sets condition "process variable vName < vValue"



addProcessVariableEquals
public WMFilter addProcessVariableEquals(WMSessionHandle sHandle, String vName, Object vValue) throws Exception(Code)
Sets condition "process variable vName == vValue"



addProcessVariableLongEquals
public WMFilter addProcessVariableLongEquals(WMSessionHandle sHandle, String vName, long vValue) throws Exception(Code)
Sets condition "process variable vName == vValue"



addProcessVariableLongGreaterThan
public WMFilter addProcessVariableLongGreaterThan(WMSessionHandle sHandle, String vName, long vValue) throws Exception(Code)
Sets condition "process variable vName > vValue"



addProcessVariableLongLessThan
public WMFilter addProcessVariableLongLessThan(WMSessionHandle sHandle, String vName, long vValue) throws Exception(Code)
Sets condition "process variable vName < vValue"



addProcessVariableStringEquals
public WMFilter addProcessVariableStringEquals(WMSessionHandle sHandle, String vName, String vValue) throws Exception(Code)
Sets condition "process variable vName == vValue"



addResourceUsernameEquals
public WMFilter addResourceUsernameEquals(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "activity resource username == arg"



addStateEquals
public WMFilter addStateEquals(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "activity state == arg"



addStateStartsWith
public WMFilter addStateStartsWith(WMSessionHandle sHandle, String arg) throws Exception(Code)
Sets condition "activity state starts with arg"



addVariableDoubleEquals
public WMFilter addVariableDoubleEquals(WMSessionHandle sHandle, String vName, double vValue) throws Exception(Code)
Sets condition "activity variable vName == vValue"



addVariableDoubleGreaterThan
public WMFilter addVariableDoubleGreaterThan(WMSessionHandle sHandle, String vName, double vValue) throws Exception(Code)
Sets condition "activity variable vName > vValue"



addVariableDoubleLessThan
public WMFilter addVariableDoubleLessThan(WMSessionHandle sHandle, String vName, double vValue) throws Exception(Code)
Sets condition "activity variable vName < vValue"



addVariableEquals
public WMFilter addVariableEquals(WMSessionHandle sHandle, String vName, Object vValue) throws Exception(Code)
Sets condition "activity variable vName == vValue"



addVariableLongEquals
public WMFilter addVariableLongEquals(WMSessionHandle sHandle, String vName, long vValue) throws Exception(Code)
Sets condition "activity variable vName == vValue"



addVariableLongGreaterThan
public WMFilter addVariableLongGreaterThan(WMSessionHandle sHandle, String vName, long vValue) throws Exception(Code)
Sets condition "activity variable vName > vValue"



addVariableLongLessThan
public WMFilter addVariableLongLessThan(WMSessionHandle sHandle, String vName, long vValue) throws Exception(Code)
Sets condition "activity variable vName < vValue"



addVariableStringEquals
public WMFilter addVariableStringEquals(WMSessionHandle sHandle, String vName, String vValue) throws Exception(Code)
Sets condition "activity variable vName == vValue"



addVersionEquals
public WMFilter addVersionEquals(WMSessionHandle sHandle, String exp) throws Exception(Code)
Sets condition "process manager version == value of exp"



setOrderByAcceptedTime
public WMFilter setOrderByAcceptedTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws Exception(Code)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

This method sets ordering by activity accepted time value.




setOrderByActivatedTime
public WMFilter setOrderByActivatedTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws Exception(Code)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

This method sets ordering by activity activated time value.




setOrderByActivitySetDefId
public WMFilter setOrderByActivitySetDefId(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws Exception(Code)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

This method sets ordering by activity set definition id.




setOrderByDefinitionId
public WMFilter setOrderByDefinitionId(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws Exception(Code)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

This method sets ordering by activity definition id.




setOrderById
public WMFilter setOrderById(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws Exception(Code)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

This method sets ordering by activity id.




setOrderByLastStateTime
public WMFilter setOrderByLastStateTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws Exception(Code)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

This method sets ordering by last state time value.




setOrderByName
public WMFilter setOrderByName(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws Exception(Code)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

This method sets ordering by activity name value.




setOrderByPerformer
public WMFilter setOrderByPerformer(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws Exception(Code)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

This method sets ordering by performer value.




setOrderByPriority
public WMFilter setOrderByPriority(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws Exception(Code)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

This method sets ordering by priority value.




setOrderByProcessDefName
public WMFilter setOrderByProcessDefName(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws Exception(Code)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

This method sets ordering by process manager name value.




setOrderByProcessId
public WMFilter setOrderByProcessId(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws Exception(Code)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

This method sets ordering by process id.




setOrderByResourceUsername
public WMFilter setOrderByResourceUsername(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws Exception(Code)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

This method sets ordering by resource username.




setOrderByState
public WMFilter setOrderByState(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws Exception(Code)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result.

This method sets ordering by activity state.




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