|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractDataObjectBase | +--com.ibm.mm.sdk.common.dkDataObject | +--com.ibm.mm.sdk.common.dkPersistentObject
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
dkPersistentObject()
Constructs a persistent object. |
|
dkPersistentObject(dkDatastore ds)
Constructs a persistent object with given a datastore. |
|
dkPersistentObject(DKPid fromPid)
Constructs a persistent object with given Pid. |
Method Summary | |
void |
add()
adds this action list into the persistent store |
void |
del()
deletes this action list from the persistent store |
dkDatastore |
getDatastore()
gets the datastore |
java.lang.String |
getObjectType()
Gets the type of this data-object. |
short |
protocol()
Returns the protocol type supported by this persistent-object. |
void |
retrieve()
retrieves this action list from the persistent store |
void |
setDatastore(dkDatastore ds)
sets datastore object |
void |
setObjectType(java.lang.String toObjectType)
Sets the type of this data-object and synchronizes it with the object type of its Pid. |
void |
update()
updates this action list in the persistent store |
Methods inherited from class com.ibm.mm.sdk.common.dkDataObject |
getPid, getPidObject, setPid, setPidObject |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractDataObjectBase |
getParent, getRootObject, setParent, setRootObject |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public dkPersistentObject()
public dkPersistentObject(DKPid fromPid)
fromPid
- pid.public dkPersistentObject(dkDatastore ds)
ds
- datastore.Method Detail |
public dkDatastore getDatastore()
public void setDatastore(dkDatastore ds)
public void add() throws DKAlreadyExistException, DKException, java.lang.Exception
public void del() throws DKNotExistException, DKException, java.lang.Exception
public void update() throws DKNotExistException, DKException, java.lang.Exception
public void retrieve() throws DKNotExistException, DKException, java.lang.Exception
public short protocol()
protocol
in class dkAbstractDataObjectBase
public java.lang.String getObjectType()
getObjectType
in class dkAbstractDataObjectBase
public void setObjectType(java.lang.String toObjectType)
toObjectType
- the object type.
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |