|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
com.filenet.wcm.api.BaseObject |
getBaseObject()
Returns a BaseObject , which provides access to the underlying
Content Java API object for this object. |
java.lang.String |
getID()
Returns the ID (in GUID format) for this object. |
com.filenet.wcm.api.ObjectStore |
getObjectStore()
Returns this object's parent Content Engine object store. |
com.filenet.wcm.api.Properties |
getProperties(java.lang.String[] propertyNames)
Retrieve persistent property values. |
void |
refresh()
Force refresh of object data. |
void |
setProperties(com.filenet.wcm.api.Properties properties)
Set persistent property values. |
Method Detail |
public com.filenet.wcm.api.BaseObject getBaseObject()
BaseObject
, which provides access to the underlying
Content Java API object for this object.
BsoBaseObject
.public java.lang.String getID()
String
containing an object GUID.public com.filenet.wcm.api.ObjectStore getObjectStore()
ObjectStore
object.public void refresh()
public void setProperties(com.filenet.wcm.api.Properties properties)
properties
- Collection of properties to set.public com.filenet.wcm.api.Properties getProperties(java.lang.String[] propertyNames)
propertyNames
- Array of property names.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |