|
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.DKWorkListAdminFed
Fields inherited from interface com.ibm.mm.sdk.common.DKConstantFed |
For details, see the class or interface |
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.DKMessageIdFed |
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 | |
DKWorkListAdminFed()
Default Constructor |
|
DKWorkListAdminFed(dkDatastore ds)
Constructor with dkDatastore reference |
|
DKWorkListAdminFed(dkDatastore ds,
java.lang.String name,
java.lang.String aclName)
Constructor with dkDatastore object reference |
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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKWorkListAdminFed()
public DKWorkListAdminFed(dkDatastore ds)
ds
- dkDatastore - datastore objectpublic DKWorkListAdminFed(dkDatastore ds, java.lang.String name, java.lang.String aclName)
ds
- datastore Objectname
- work list nameaclName
- ACL NameMethod Detail |
public dkDatastore getDatastore()
getDatastore
in interface dkWorkListAdmin
public void setDatastore(dkDatastore ds)
setDatastore
in interface dkWorkListAdmin
ds
- the datastore object associated with this work list objectpublic java.lang.String getName()
getName
in interface dkWorkListAdmin
public void setName(java.lang.String name)
setName
in interface dkWorkListAdmin
name
- name of the work list objectpublic void setID(long id)
setID
in interface dkWorkListAdmin
public long getID()
getID
in interface dkWorkListAdmin
public java.lang.String getACLName()
getACLName
in interface dkWorkListAdmin
public void setACLName(java.lang.String aclName)
setACLName
in interface dkWorkListAdmin
aclName
- the ACL name of the work list objectpublic java.lang.String getItemId()
getItemId
in interface dkWorkListAdmin
public void setItemId(java.lang.String item_id)
setItemId
in interface dkWorkListAdmin
item_id
- item id of the work listpublic void add() throws DKAlreadyExistException, DKException
add
in interface dkWorkListAdmin
DKAlreadyExistException
- if the work list already existsDKException
- when error occurs in the serverpublic void del() throws DKNotExistException, DKNotCheckedOutException, DKException
del
in interface dkWorkListAdmin
DKNotExitException
- if the work list object does not existsDKException
- when error occurs in the serverpublic void update() throws DKNotExistException, DKNotCheckedOutException, DKException
update
in interface dkWorkListAdmin
DKNotExistException
- if the work packet object does not existsDKException
- when error occurs in the serverpublic void retrieve() throws DKNotExistException, DKException
retrieve
in interface dkWorkListAdmin
DKNotExistException
- if the work packet does not existsDKException
- when error occurs in the serverpublic void checkin() throws DKNotCheckedOutException, DKException
checkin
in interface dkWorkListAdmin
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
checkout
in interface dkWorkListAdmin
DKAlreadyCheckedOutException
- if the work list has already been checked outDKException
- when error occurs in the serverpublic void unlockCheckedOut() throws DKNotCheckedOutException, DKException
unlockCheckedOut
in interface dkWorkListAdmin
DKNotCheckedOutException
- if the work packet is not checked outDKException
- when error occurs in the serverpublic java.lang.String getCheckedOutUserid() throws DKNotCheckedOutException, DKException
getCheckedOutUserid
in interface dkWorkListAdmin
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 |