A C D E F G I L N P R S U W

A

ACCEPT - Static variable in class com.ragic.s3.service.workflow.Workflow
 
addApprover(String) - Method in class com.ragic.s3.service.workflow.ScriptWorkflow
 
addFieldSelectionValue(int, int, int, String) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Extend a new choice of the given selection-typed field when field ID and node ID of root field are provided.
addFieldSelectionValue(int, String, int, String) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Extend a new choice of the given selection-typed field when field ID and value of root field are provided.
addNode(int, String, boolean) - Method in class com.ragic.s3.service.workflow.ExecuteScriptWorker
Adds a new node or updates a existed node with given value and field ID.
addRecord(int[], String[], boolean[]) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Register a new record by providing serial field IDs, corresponding values and an array of boolean values indicating if these new nodes should be merged with old values or not.
addSigner(String, String) - Method in class com.ragic.s3.service.workflow.Workflow
 

C

CANCEL - Static variable in class com.ragic.s3.service.workflow.Workflow
 
cancel() - Method in class com.ragic.s3.service.workflow.Workflow
 
close() - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Deprecated.  
com.ragic.s3.service.workflow - package com.ragic.s3.service.workflow
 
CONFIRM - Static variable in class com.ragic.s3.service.workflow.ScriptResponse
Used when asking confirmation in pre-workflow.
create(String, String, String, int, int, String, String) - Static method in class com.ragic.s3.service.workflow.Workflow
 
createInDB(String, int) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
createUser(String, String, String) - Method in class com.ragic.s3.service.workflow.ScriptUser
Create a new account and returns a number to specify the condition it meets.

D

DEBUG - Static variable in class com.ragic.s3.service.workflow.ScriptResponse
Used for debugging during development.
delNode(int, int) - Method in class com.ragic.s3.service.workflow.ExecuteScriptWorker
Deletes the node specified by given field ID and node ID.
dip(int) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Returns the value corresponding to this field ID.
dipAll(int) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Returns all the values corresponding to this field ID in a single string.
dipAllNodes(int) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Returns all the SDBNode objects corresponding to this field ID in a list.
dipNode(int) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Returns the SDBNode object corresponding to this field ID.
dive(int) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Returns the value corresponding to this field ID.

E

EMPTY - Static variable in class com.ragic.s3.service.workflow.Workflow
 
ERROR - Static variable in class com.ragic.s3.service.workflow.ScriptResponse
Means that the program will fail to run.
ExecuteScriptWorker - Class in com.ragic.s3.service.workflow
ExecuteScriptWorker is a class employed by Ragic Workflow application, which allows applications to access and manipulate Ragic database.
ExecuteScriptWorker(BDBWorker) - Constructor for class com.ragic.s3.service.workflow.ExecuteScriptWorker
For internal use only
ExecuteScriptWorker(BDBWorker, int) - Constructor for class com.ragic.s3.service.workflow.ExecuteScriptWorker
For internal use only

F

filter(String) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
A filter specifying the pattern.
filter(SDBQuery) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
A filter specifying another SDBQuery instance as the pattern.
filter(SDBQuery, boolean) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
A filter specifying another SDBQuery instance as the pattern and the specifier about whether or not to reverse the order of filtered data.
filter(List<Integer>) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
A filter specifying a list of node ID.
filter(int, String) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
A filter specifying the field possessing this domainId and the pattern.
filter(int, List<Integer>) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
A filter specifying the field possessing this domainId and the pattern.
filterRange(String, String) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
A filter specifying the range bounded by high value and low value.
filterRange(String, String, boolean, boolean) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
A filter specifying the range bounded by high value and low value and two specifiers about boundaries.
filterRange(int, String, String) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
A filter specifying the field possessing this domainId and the range bounded by high value and low value.
filterRange(int, String, String, boolean, boolean) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
A filter specifying the field possessing this domainId, the range bounded by high value and low value, and two specifiers about boundaries.
filterRegex(String) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
A filter specifying the pattern in Regular Expression .
filterRegex(int, String) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
A filter specifying the field possessing this domainId and the Regular Expression pattern.
FINISH - Static variable in class com.ragic.s3.service.workflow.Workflow
 
finish() - Method in class com.ragic.s3.service.workflow.Workflow
 

G

getAccountHandle() - Method in class com.ragic.s3.service.workflow.ScriptResponse
For internal use only.
getAction_date() - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
getApname() - Method in class com.ragic.s3.service.workflow.ScriptAccount
 
getApname() - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Returns the name of AP holding the field that q goes.
getApname() - Method in class com.ragic.s3.service.workflow.Workflow
 
getAttachment() - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
getAutoGenerate(String) - Method in class com.ragic.s3.service.workflow.ExecuteScriptWorker
Returns current number read by counter of the given auto-generate field .
getComment() - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
getDomainId() - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Returns field ID of the current field which this query cursor goes
getEmail() - Method in class com.ragic.s3.service.workflow.ScriptUser
Returns e-mail of this user, which is also his/her account ID as well.
getEmail() - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
getException() - Method in exception com.ragic.s3.service.workflow.RagicScriptException
 
getFieldNodeId(int, int, int) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Returns node ID of the given field when node ID of root field is provided.
getFieldNodeId(int, String, int) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Returns node ID of the given field when value of root field is provided.
getFieldNodeIds(int, int, int) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Returns a list of string-typed value of the given selection-typed field when node ID of root field is provided.
getFieldNodeIds(int, String, int) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Returns a list of string-typed node ID of the given selection-typed field when the value of root field is provided.
getFieldValue(int, String, int) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Returns string-typed value of the given field when value of root field is provided.
getFieldValue(int, int, int) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Returns string-typed value of the given field when node ID of root field is provided.
getFieldValues(int, int, int) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Returns a list of string-typed value of the given selection-typed field when node ID of root field is provided.
getFieldValues(int, String, int) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Returns a list of string-typed value of the given selection-typed field when value of root field is provided.
getFieldValuesString(int, String, int) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Returns a joined string of values of the given selection-typed field when value of root field is provided.
getFinishDate() - Method in class com.ragic.s3.service.workflow.Workflow
 
getGroups() - Method in class com.ragic.s3.service.workflow.ScriptUser
Returns a list of group names in this AP that this user belongs to.
getLinkedNodeId(int, int, int) - Method in class com.ragic.s3.service.workflow.ExecuteScriptWorker
Returns node ID of given linked node.
getList() - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Returns a list of all nodes corresponding to the current field that the query cursor goes.
getLogger() - Method in class com.ragic.s3.service.workflow.ScriptResponse
For internal use only.
getMessage() - Method in class com.ragic.s3.service.workflow.ScriptResponse
Returns message as a String appended by all messages having registered.
getMessages() - Method in class com.ragic.s3.service.workflow.ScriptResponse
Returns message as a list of all messages having been registered.
getNewNodeId(int) - Method in interface com.ragic.s3.service.workflow.ScriptParameter
Returns the node ID of given field after new value being written.
getNewNodeId(int) - Method in class com.ragic.s3.service.workflow.ScriptPostflowParameter
 
getNewNodeId(int) - Method in class com.ragic.s3.service.workflow.ScriptPreflowParameter
 
getNewNodeIds(int) - Method in interface com.ragic.s3.service.workflow.ScriptParameter
Similar to getNewNodeId, but can access multiple IDs at the same time, which is useful when dealing with multiple-selection fields.
getNewNodeIds(int) - Method in class com.ragic.s3.service.workflow.ScriptPostflowParameter
 
getNewNodeIds(int) - Method in class com.ragic.s3.service.workflow.ScriptPreflowParameter
 
getNewValue(int) - Method in interface com.ragic.s3.service.workflow.ScriptParameter
Returns the value of given field after new value being written.
Returned value should be the same value as getOldNodeId if no change submitted.
getNewValue(int) - Method in class com.ragic.s3.service.workflow.ScriptPostflowParameter
 
getNewValue(int) - Method in class com.ragic.s3.service.workflow.ScriptPreflowParameter
 
getNewValues(int) - Method in interface com.ragic.s3.service.workflow.ScriptParameter
Similar to getNewValue, but can access multiple values at the same time, which is useful when dealing with multiple-selection fields.
getNewValues(int) - Method in class com.ragic.s3.service.workflow.ScriptPostflowParameter
 
getNewValues(int) - Method in class com.ragic.s3.service.workflow.ScriptPreflowParameter
 
getNextUser() - Method in class com.ragic.s3.service.workflow.Workflow
 
getNode(int, int) - Method in class com.ragic.s3.service.workflow.ExecuteScriptWorker
Returns the node corresponding to the given field ID and node ID.
getOldNodeId(int) - Method in interface com.ragic.s3.service.workflow.ScriptParameter
Returns the node ID of given field before new value being written.
getOldNodeId(int) - Method in class com.ragic.s3.service.workflow.ScriptPostflowParameter
 
getOldNodeId(int) - Method in class com.ragic.s3.service.workflow.ScriptPreflowParameter
 
getOldNodeIds(int) - Method in interface com.ragic.s3.service.workflow.ScriptParameter
Similar to getOldNodeId, but can access multiple IDs at the same time, which is useful when dealing with multiple-selection fields.
getOldNodeIds(int) - Method in class com.ragic.s3.service.workflow.ScriptPostflowParameter
 
getOldNodeIds(int) - Method in class com.ragic.s3.service.workflow.ScriptPreflowParameter
 
getOldValue(int) - Method in interface com.ragic.s3.service.workflow.ScriptParameter
Returns the value of given field before new value being written.
getOldValue(int) - Method in class com.ragic.s3.service.workflow.ScriptPostflowParameter
 
getOldValue(int) - Method in class com.ragic.s3.service.workflow.ScriptPreflowParameter
 
getOldValues(int) - Method in interface com.ragic.s3.service.workflow.ScriptParameter
Similar to getOldValue, but can access multiple values at the same time, which is useful when dealing with multiple-selection fields.
getOldValues(int) - Method in class com.ragic.s3.service.workflow.ScriptPostflowParameter
 
getOldValues(int) - Method in class com.ragic.s3.service.workflow.ScriptPreflowParameter
 
getOperationType(int) - Method in interface com.ragic.s3.service.workflow.ScriptParameter
 
getOperationType(int) - Method in class com.ragic.s3.service.workflow.ScriptPostflowParameter
 
getOperationType(int) - Method in class com.ragic.s3.service.workflow.ScriptPreflowParameter
 
getOriginalDomainId() - Method in class com.ragic.s3.service.workflow.ScriptWorkflow
 
getOriginalDomainId() - Method in class com.ragic.s3.service.workflow.Workflow
 
getOriginalNodeId() - Method in class com.ragic.s3.service.workflow.ScriptWorkflow
 
getOriginalNodeId() - Method in class com.ragic.s3.service.workflow.Workflow
 
getOutputString() - Method in class com.ragic.s3.service.workflow.ScriptLogger
Returns content of logger that has been set by print or prinln.
getParentDomainId() - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Returns the field ID of last querying field.
getParentNodeId() - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Returns the node ID of last querying field.
getPath() - Method in class com.ragic.s3.service.workflow.Workflow
 
getQuery() - Method in class com.ragic.s3.service.workflow.ExecuteScriptWorker
Implements a SDBQuery object to query data in this form.
getResponse() - Method in class com.ragic.s3.service.workflow.Workflow
 
getResponse() - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
getResponseName(String, RagicBundle) - Static method in class com.ragic.s3.service.workflow.Workflow
 
getResultNodeId() - Method in class com.ragic.s3.service.workflow.Workflow
 
getResultSize() - Method in class com.ragic.s3.service.workflow.SDBQueryScript
 
getRootNodeId() - Method in class com.ragic.s3.service.workflow.ScriptResponse
Returns current root node ID
getRootValue() - Method in class com.ragic.s3.service.workflow.ScriptResponse
Returns value of current root node .
getSheet() - Method in class com.ragic.s3.service.workflow.Workflow
 
getStatus() - Method in class com.ragic.s3.service.workflow.ScriptResponse
Returns current status.
getStatus() - Method in class com.ragic.s3.service.workflow.Workflow
 
getStatus() - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
getStatusName(String, RagicBundle) - Static method in class com.ragic.s3.service.workflow.Workflow
 
getSubmitDate() - Method in class com.ragic.s3.service.workflow.Workflow
 
getSubmitter() - Method in class com.ragic.s3.service.workflow.Workflow
 
getSubmitterName() - Method in class com.ragic.s3.service.workflow.Workflow
 
getSubtableEntry(int) - Method in interface com.ragic.s3.service.workflow.ScriptParameter
Returns a list of ScriptParameters which can manipulated each record in the subtale.
With toArray() every item in list can be called by each index, which is recommended.
getSubtableEntry(int) - Method in class com.ragic.s3.service.workflow.ScriptPostflowParameter
 
getSubtableEntry(int) - Method in class com.ragic.s3.service.workflow.ScriptPreflowParameter
 
getUserName() - Method in class com.ragic.s3.service.workflow.ScriptUser
Returns this user's name in this AP.
getUserName() - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
getWfId() - Method in class com.ragic.s3.service.workflow.Workflow
 
getWfsId() - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
getWorker() - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Returns the BDBWorker associated with this SDBQueryScript
getWorkflowHistory() - Method in class com.ragic.s3.service.workflow.Workflow
 
go(int) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Selects the field of interest to manipulate.
goback() - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Goes back to last queried field.

I

ifConfirm() - Method in class com.ragic.s3.service.workflow.ScriptResponse
Returns whether status equals CONFIRM or not.
ifExec() - Method in class com.ragic.s3.service.workflow.ScriptResponse
Checks current status and returns true when it is SUCCESS, DEBUG, WARN, or CONFIRM, while one additional condition is that confirmed should be true when status is CONFIRMED.
ifReinit() - Method in class com.ragic.s3.service.workflow.ScriptResponse
Returns true if status is either DEBUG or ERROR.
incrementAutoGenerate(String) - Method in class com.ragic.s3.service.workflow.ExecuteScriptWorker
Increments the current number read by the counter of the given field.
INVALID - Static variable in class com.ragic.s3.service.workflow.ScriptResponse
 
isChangePassword() - Method in class com.ragic.s3.service.workflow.ScriptUser
Returns if necessary to inform this user to change password when he/she logs in next time or not.
isConfirmed() - Method in class com.ragic.s3.service.workflow.ScriptResponse
Returns value of confirmed.
isIdentifiable() - Method in class com.ragic.s3.service.workflow.ScriptUser
Returns whether Ragic can recognize this user or not.
isPassivelyAddedUser() - Method in class com.ragic.s3.service.workflow.ScriptUser
Returns whether this user is passively joined by AP manager or not.
isReset() - Method in class com.ragic.s3.service.workflow.ScriptAccount
 
isToConsole() - Method in class com.ragic.s3.service.workflow.ScriptLogger
 
isToFile() - Method in class com.ragic.s3.service.workflow.ScriptLogger
Under construction.
isValid() - Method in class com.ragic.s3.service.workflow.ScriptUser
Returns whether this account is in the valid period or not.

L

linkNode(int, int, int, int) - Method in class com.ragic.s3.service.workflow.ExecuteScriptWorker
Create a path between two node.
load(String, String) - Static method in class com.ragic.s3.service.workflow.Workflow
 

N

NEW - Static variable in class com.ragic.s3.service.workflow.Workflow
 
next() - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Shifts to the next SDBNode object of the field this query went and returns last SDBNode it pointed.
NOTYET - Static variable in class com.ragic.s3.service.workflow.Workflow
 

P

postCustomApproval() - Method in class com.ragic.s3.service.workflow.Workflow
 
preCustomApproval(RagicBundle) - Method in class com.ragic.s3.service.workflow.Workflow
 
print(String) - Method in class com.ragic.s3.service.workflow.ScriptLogger
Sets logger message, and function as usual print in Java.
println(String) - Method in class com.ragic.s3.service.workflow.ScriptLogger
Sets logger message and function as usual println in java .
PROCESSING - Static variable in class com.ragic.s3.service.workflow.Workflow
 

R

RagicScriptException - Exception in com.ragic.s3.service.workflow
For internal use only.

User: liberation
Date: 2010/11/17
Time: 10:56:22 pm
RagicScriptException(Exception) - Constructor for exception com.ragic.s3.service.workflow.RagicScriptException
 
registerUserToMainAccountDatabase(String) - Method in class com.ragic.s3.service.workflow.ScriptUser
For internal use only.
REJECT - Static variable in class com.ragic.s3.service.workflow.Workflow
 
REPLACED - Static variable in class com.ragic.s3.service.workflow.Workflow
 
reset() - Method in class com.ragic.s3.service.workflow.ScriptAccount
 
resetAutoGenerate(String, int) - Method in class com.ragic.s3.service.workflow.ExecuteScriptWorker
Resets the counter of the given auto-generate field to any of the number.
resetCursor() - Method in class com.ragic.s3.service.workflow.SDBQueryScript
 

S

ScriptAccount - Class in com.ragic.s3.service.workflow
For internal use only.
ScriptAccount(String) - Constructor for class com.ragic.s3.service.workflow.ScriptAccount
 
ScriptBDBSmartWorker - Class in com.ragic.s3.service.workflow
ScriptBDBSmartWorker is an essential class when manipulating database.
ScriptBDBSmartWorker(String) - Constructor for class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
 
ScriptLogger - Class in com.ragic.s3.service.workflow
ScriptLogger is a class functions as debugger in Ragic Workflow.
ScriptLogger() - Constructor for class com.ragic.s3.service.workflow.ScriptLogger
For internal use only.
ScriptMailer - Class in com.ragic.s3.service.workflow
ScrpitMailer is a class employed by Ragic Workflow, which allows applicaiton send notification e-mails to users.
ScriptMailer() - Constructor for class com.ragic.s3.service.workflow.ScriptMailer
 
ScriptParameter - Interface in com.ragic.s3.service.workflow
ScriptParameter is an interface which describes a default variable in pre/post-workflow, param.

User: liberation
Date: 2010/10/5
Time: 11:07:06 am
ScriptPostflowParameter - Class in com.ragic.s3.service.workflow
ScriptPostflowParameter is an implementation of ScriptParameter in Ragic post-workflow.
ScriptPostflowParameter(SummarySubtree, BDBWorker) - Constructor for class com.ragic.s3.service.workflow.ScriptPostflowParameter
For internal use only.
ScriptPreflowParameter - Class in com.ragic.s3.service.workflow
ScriptPreflowParameter is an implementation of ScriptParameter in Ragic pre-workflow.

User: liberation
Date: 2010/10/5
Time: 11:07:06 am
ScriptPreflowParameter(Map<String, String[]>, NUIForm) - Constructor for class com.ragic.s3.service.workflow.ScriptPreflowParameter
For internal use only.
ScriptPreflowParameter(NUIForm) - Constructor for class com.ragic.s3.service.workflow.ScriptPreflowParameter
For internal use only.
ScriptResponse - Class in com.ragic.s3.service.workflow
ScriptResponse is a class employed in Ragic Workflow that allows the application to send message to browser.
ScriptResponse() - Constructor for class com.ragic.s3.service.workflow.ScriptResponse
 
ScriptUser - Class in com.ragic.s3.service.workflow
ScriptUser is a class employed in Ragic Workflow, which allows the program to access and manipulate user data.
ScriptUser(User, String, RagicBundle) - Constructor for class com.ragic.s3.service.workflow.ScriptUser
Class constructor specifying user ID, AP name and a RagicBundle class.
ScriptWorkflow - Class in com.ragic.s3.service.workflow

Under construction.
ScriptWorkflow(Workflow) - Constructor for class com.ragic.s3.service.workflow.ScriptWorkflow
 
SDBQueryScript - Class in com.ragic.s3.service.workflow
SDBQueryScript is a class employed by Ragic Workflow application, which allows applications to access Ragic database by multiple approaches and filter those data by customized patterns.
SDBQueryScript(BDBWorker) - Constructor for class com.ragic.s3.service.workflow.SDBQueryScript
Class constructor specifying a BDBWorker.
sendMail(String, String, String) - Method in class com.ragic.s3.service.workflow.ScriptMailer
Sends e-mail to the address in parameter list.
setAccountHandle(ScriptAccount) - Method in class com.ragic.s3.service.workflow.ScriptResponse
For internal use only.
setAction_date(Date) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
setAction_date(String) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
setApname(String) - Method in class com.ragic.s3.service.workflow.ScriptAccount
 
setApname(String) - Method in class com.ragic.s3.service.workflow.Workflow
 
setAttachment(String) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
setComment(String) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
setConfirmed(boolean) - Method in class com.ragic.s3.service.workflow.ScriptResponse
Registers new value to class variable confirmed.
setDelta(int) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
 
setEmail(String) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
setFetchSize(int) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Deprecated.  
setFieldSelectionValue(int, int, int, String) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Register the first choice to the given selection-typed field when field ID and node ID of root field are provided.
setFieldSelectionValue(int, String, int, String) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Register the first choice to the given selection-typed field when field ID and value of root field are provided.
setFieldSelectionValues(int, int, int, List<String>) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Register a list of all choices to the given selection-typed field when field ID and node ID of root field are provided.
setFieldSelectionValues(int, String, int, List<String>) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Register a list of all choices to the given selection-typed field when ID and value of root field are provided.
setFieldSelectionValues(int, String, int, String[]) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Register an array of all choices to the given selection-typed field when ID and value of root field are provided.
setFieldSelectionValues(int, int, int, String[]) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Register an array of all choices to the given selection-typed field when field ID and node ID of root field are provided.
setFieldValue(int, String, int, String) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Register a new value to the given field when field ID and value of root field are provided.
setFieldValue(int, int, int, String) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Register a new value to the given field when field ID and node ID of root field are provided.
setFinishDate(String) - Method in class com.ragic.s3.service.workflow.Workflow
 
setLogger(ScriptLogger) - Method in class com.ragic.s3.service.workflow.ScriptResponse
For internal use only.
setMessage(String) - Method in class com.ragic.s3.service.workflow.ScriptResponse
Registers the content of message.
setOriginalDomainId(int) - Method in class com.ragic.s3.service.workflow.Workflow
 
setOriginalNodeId(int) - Method in class com.ragic.s3.service.workflow.Workflow
 
setPath(String) - Method in class com.ragic.s3.service.workflow.Workflow
 
setResponse(String) - Method in class com.ragic.s3.service.workflow.Workflow
 
setResponse(String) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
setResponseNodeId(int) - Method in class com.ragic.s3.service.workflow.Workflow
 
setResponseNodeId(int) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
setResultNodeId(int) - Method in class com.ragic.s3.service.workflow.Workflow
 
setReverse(boolean) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Puts the order of values of current field upside down.
setRootNodeId(int) - Method in class com.ragic.s3.service.workflow.ScriptResponse
Registers a new rootNodeId of the form
setRootNodeId(int) - Method in class com.ragic.s3.service.workflow.Workflow
 
setRootValue(String) - Method in class com.ragic.s3.service.workflow.ScriptResponse
Registers a new Value of root node.
setSheet(String) - Method in class com.ragic.s3.service.workflow.Workflow
 
setStatus(String) - Method in class com.ragic.s3.service.workflow.ScriptResponse
Registers new status.
setStatus(String) - Method in class com.ragic.s3.service.workflow.Workflow
 
setStatus(String) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
setStatusNodeId(int) - Method in class com.ragic.s3.service.workflow.Workflow
 
setStatusNodeId(int) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
setSubmitDate(String) - Method in class com.ragic.s3.service.workflow.Workflow
 
setSubmitter(String) - Method in class com.ragic.s3.service.workflow.Workflow
 
setSubmitterName(String) - Method in class com.ragic.s3.service.workflow.Workflow
 
setToConsole(boolean) - Method in class com.ragic.s3.service.workflow.ScriptLogger
Enables or Disables messages to be printed on browser console
setToFile(boolean) - Method in class com.ragic.s3.service.workflow.ScriptLogger
Under construction.
setUserGroup(String, List<String>) - Method in class com.ragic.s3.service.workflow.ScriptUser
Adds a specific user into one or more than one groups at the same time.
setUserName(String) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
setValue(int, String, String) - Method in class com.ragic.s3.service.workflow.ScriptBDBSmartWorker
Register a new value to the given field when current value of this field is provided.
setWfhNodeId(int) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
setWfId(String) - Method in class com.ragic.s3.service.workflow.Workflow
 
setWfsId(String) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
sign(String, String, String, String) - Method in class com.ragic.s3.service.workflow.Workflow
 
skip(int) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
Skips given number of nodes.
sort(int, int) - Method in class com.ragic.s3.service.workflow.SDBQueryScript
 
start() - Method in class com.ragic.s3.service.workflow.Workflow
 
SUCCESS - Static variable in class com.ragic.s3.service.workflow.ScriptResponse
The default status meaning message will be sent successfully.

U

unlinkAllNodes(int, int, int) - Method in class com.ragic.s3.service.workflow.ExecuteScriptWorker
Removes every path between one node of a given field and all the nodes of another field.
unlinkNode(int, int, int, int) - Method in class com.ragic.s3.service.workflow.ExecuteScriptWorker
Remove the path between two nodes.
updateNode(int, int, String) - Method in class com.ragic.s3.service.workflow.ExecuteScriptWorker
Updates the value of the node specified by given field ID and node ID.
updateSignInDB(String) - Method in class com.ragic.s3.service.workflow.WorkflowStep
 
updateStatusInDB(boolean) - Method in class com.ragic.s3.service.workflow.Workflow
 

W

WARN - Static variable in class com.ragic.s3.service.workflow.ScriptResponse
Means that the program will run with certain warnings.
Workflow - Class in com.ragic.s3.service.workflow
Under construction.

User: liberation
Date: 2010/12/2
Time: 09:11:44 pm
WorkflowStep - Class in com.ragic.s3.service.workflow

Under construction.

User: liberation
Date: 2010/12/12
Time: 02:40:04 pm
WorkflowStep(String, String) - Constructor for class com.ragic.s3.service.workflow.WorkflowStep
 

A C D E F G I L N P R S U W

Copyright © 2009,2010,2011,2012 Ragic Corp. All Rights Reserved.