|
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. |
boolean |
isMembershipManagedSecurity()
|
boolean |
isOwner()
|
void |
refresh()
Force refresh of object data. |
void |
setProperties(com.filenet.wcm.api.Properties properties)
Set persistent property values. |
Method Detail |
public boolean isOwner()
boolean
indicating if the current user is the owner of this object.public boolean isMembershipManagedSecurity()
boolean
indicating if the security of the object is being managed by the teamspace.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) throws ValidationException
properties
- Collection of properties to set.ValidationException
- 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 |