|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.workspaces.ws.beans.WorkflowParameter
This class represents workflow parameter attributes associated with a workflow operation.
| Constructor Summary | |
WorkflowParameter()Default constructor |
|
| Method Summary | |
java.lang.String |
get_default()Gets the default value for this WorkflowParameter. |
java.lang.String |
getDescription()Gets the description of workflow parameter. |
java.lang.String |
getDisplayName()Gets the display name of workflow parameter. |
java.lang.String |
getName()Gets the name. |
java.lang.String |
getValue()Gets the value. |
boolean |
is_final()Gets whether the WorkflowParameter is final (immutable), which means its default value cannot be set for a WorkflowConfiguration. |
boolean |
isHidden()Gets whether the WorkflowParameter is hidden or exposed to user. |
boolean |
isPrompted()Gets whether the user should be prompted to fill WorkflowParameter value. |
boolean |
isRequired()Gets whether the user must fill the workflow parameter value. |
void |
setName(java.lang.String name)Sets the name value for this WorkflowParameter. |
void |
setValue(java.lang.String value)Sets the value value for this WorkflowParameter. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WorkflowParameter()
| Method Detail |
public java.lang.String get_default()
public java.lang.String getDescription()
public java.lang.String getDisplayName()
public boolean is_final()
public boolean isHidden()
public boolean isPrompted()
public boolean isRequired()
public java.lang.String getName()
public void setName(java.lang.String name)
name -public java.lang.String getValue()
public void setValue(java.lang.String value)
value -
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||