|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The base interface representing a link or process node definition in a workflow process definition.
EbiProcessNodeDefinition,
EbiLinkDefinition| Method Summary | |
Map[] |
getCopyScopes()
Get a Map of all the Scoped Paths to copy on a link |
String |
getDescription()
Get component description. |
String |
getId()
Get component id. |
String |
getName()
Get component name. |
Map[] |
getPostScopes()
Get a Map of all the Scoped Paths to copy after each activity |
Map[] |
getPreScopes()
Get a Map of all the Scoped Paths to copy before each activity |
NodeList |
getProperties()
Get component's properties. |
Element |
getProperty(String propName)
Get components property tag. |
void |
setCopyScopes(Map[] scopes)
Set the Map of all the Scoped Paths to copy on a link |
void |
setDescription(String description)
Set component description. |
void |
setName(String name)
Set component name. |
void |
setPostScopes(Map[] scopes)
Set the Map of all the Scoped Paths to copy after each activity |
void |
setPreScopes(Map[] scopes)
Set the Map of all the Scoped Paths to copy before each activity |
void |
setProperty(String propName,
Object propValue,
String propType)
Add a property to the component's property list. |
void |
setProperty(String propName,
Object propValue,
String propType,
boolean immutable)
Add a property to the component's property list. |
| Method Detail |
public String getId()
public void setName(String name)
name - - the component's namepublic String getName()
public void setDescription(String description)
description - - the component's descriptionpublic String getDescription()
public void setProperty(String propName,
Object propValue,
String propType,
boolean immutable)
propName - - the property namepropValue - - the property valuepropType - - the property typeimmutable - - indicated whether the property is read-only
public void setProperty(String propName,
Object propValue,
String propType)
propName - - the property namepropValue - - the property valuepropType - - the property typepublic Element getProperty(String propName)
propName - - the name of the requested propertypublic NodeList getProperties()
public Map[] getCopyScopes()
public void setCopyScopes(Map[] scopes)
scopes - - the Map array of scoped paths to setpublic Map[] getPreScopes()
public void setPreScopes(Map[] scopes)
scopes - - the Map array of scoped paths to setpublic Map[] getPostScopes()
public void setPostScopes(Map[] scopes)
scopes - - the Map array of scoped paths to set
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||