|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
add()
Adds this work list object into the persistent store |
void |
checkin()
Deprecated. |
void |
checkout()
Deprecated. |
void |
del()
Deletes this work list from the persistent store |
java.lang.String |
getACLName()
Gets the ACL name of this work list |
java.lang.String |
getCheckedOutUserid()
Deprecated. |
dkDatastore |
getDatastore()
Gets the datastore |
long |
getID()
|
java.lang.String |
getItemId()
Gets the item_id of this work list |
java.lang.String |
getName()
Gets the name of this work packet |
void |
retrieve()
Retrieves this work packet from the persistent store |
void |
setACLName(java.lang.String aclName)
Sets the ACL name of this work list |
void |
setDatastore(dkDatastore ds)
Sets datastore object |
void |
setID(long id)
|
void |
setItemId(java.lang.String item_id)
Sets the item id of this work list |
void |
setName(java.lang.String name)
Sets the name for this work list |
void |
unlockCheckedOut()
Deprecated. |
void |
update()
Updates this work packet in the persistent store |
Method Detail |
public dkDatastore getDatastore()
public void setDatastore(dkDatastore ds)
ds
- the datastore object associated with this work list objectpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- name of the work list objectpublic void setID(long id)
public long getID()
public java.lang.String getACLName()
public void setACLName(java.lang.String aclName)
aclName
- the ACL name of the work list objectpublic java.lang.String getItemId()
public void setItemId(java.lang.String item_id)
item_id
- item id of the work listpublic void add() throws DKAlreadyExistException, DKException
DKAlreadyExistException
- if the work list already existsDKException
- when error occurs in the serverpublic void del() throws DKNotExistException, DKNotCheckedOutException, DKException
DKNotExitException
- if the work list object does not existsDKException
- when error occurs in the serverpublic void update() throws DKNotExistException, DKNotCheckedOutException, DKException
DKNotExistException
- if the work packet object does not existsDKException
- when error occurs in the serverpublic void retrieve() throws DKNotExistException, DKException
DKNotExistException
- if the work packet does not existsDKException
- when error occurs in the serverpublic void checkin() throws DKNotCheckedOutException, DKException
DKNotCheckedOutException
- if the work list is not checked out by the current user or been checked out by a different userDKException
- when error occurs in the serverpublic void checkout() throws DKNotExistException, DKAlreadyCheckedOutException, DKException
DKAlreadyCheckedOutException
- if the work list has already been checked outDKException
- when error occurs in the serverpublic void unlockCheckedOut() throws DKNotCheckedOutException, DKException
DKNotCheckedOutException
- if the work packet is not checked outDKException
- when error occurs in the serverpublic java.lang.String getCheckedOutUserid() throws DKNotCheckedOutException, DKException
DKNotCheckedOutException
- if the work packet is not checked outDKException
- when error occurs in the server
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |