|
Novell exteNd Director 5.0 API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides access to worflow properties. Workflow properties are assigned to a workitem or a workitem document.
You can access EbiProperty objects from an
EbiWorkitemDelegate
object.
Field Summary | |
static String |
TYPE_BOOLEAN
Public constant for property type boolean |
static String |
TYPE_DOUBLE
Public constant for property type double |
static String |
TYPE_ELEMENT
Public constant for property type Element |
static String |
TYPE_FLOAT
Public constant for property type float |
static String |
TYPE_INT
Public constant for property type integer |
static String |
TYPE_LONG
Public constant for property type long |
static String |
TYPE_STRING
Public constant for property type string |
static String |
TYPE_TIMESTAMP
Public constant for property type timestamp |
Method Summary | |
String |
getDocumentName()
Returns the document name if property is assigned to a document. |
org.w3c.dom.Element |
getPropertyElement()
This method returns the property value the value is TYPE_ELEMENT. |
String |
getPropertyName()
Returns the property name. |
String |
getPropertyType()
Gets the property value type. |
String |
getPropertyValue()
Returns the property value. |
boolean |
isDocumentProperty()
Return whether the property is a document property |
boolean |
isImmutable()
Returns whether the property can be modified. |
void |
setPropertyType(String propertyType)
Sets the property value type. |
void |
setPropertyValue(String propertyValue)
Sets the property value. |
void |
storeInto(org.w3c.dom.Element propEl)
Stores this property into the specified Element. |
Field Detail |
public static final String TYPE_INT
public static final String TYPE_FLOAT
public static final String TYPE_DOUBLE
public static final String TYPE_LONG
public static final String TYPE_BOOLEAN
public static final String TYPE_TIMESTAMP
public static final String TYPE_STRING
public static final String TYPE_ELEMENT
Method Detail |
public String getDocumentName()
public String getPropertyName()
public String getPropertyValue()
EbiProperty.getPropertyType()
public org.w3c.dom.Element getPropertyElement()
public void setPropertyValue(String propertyValue)
EbiProperty.setPropertyType( String propertyType)
public String getPropertyType()
public void setPropertyType(String propertyType)
value
- - the property value or nullpublic boolean isImmutable()
public boolean isDocumentProperty()
public void storeInto(org.w3c.dom.Element propEl)
|
Novell exteNd Director 5.0 API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |