|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
dkDatastoreIntICM: the following methods are additions or modifications of the existing method in the current implementation of dkDatastoreIntICM
Method Summary | |
boolean |
adminDomainEnabled()
Return true if admin domain is enabled for this datastore. |
void |
checkIn(dkDataObject item)
Checks-in a document or folder item previously checked out from the datastore. |
void |
checkOut(dkDataObject item)
Checks-out a document or folder item from the datastore. |
DKDDO |
createChildDDO(java.lang.String objectType,
java.lang.String componentName)
Create a child DDO. |
DKDDO |
createDDO(DKPidICM pid)
Create a DDO with the given DKPidICM object |
DKDDO |
createDDO(java.lang.String pidString)
Create a DDO with the given pid string. |
boolean |
informationMiningEnabled()
Return true if information mining is enabled for this datastore. |
boolean |
LDAPEnabled()
Return true if LDAP is enabled for this datastore. |
void |
moveObject(dkDataObject srcDDO,
dkDataObject destDDO,
int options)
|
void |
moveObject(dkDataObject ddo,
java.lang.String entityName)
|
short |
platform()
Return the platform of that the server for this datastore is running on. |
java.lang.String |
schemaName()
Returns the schema Name |
void |
startTransaction()
Starts a transaction |
boolean |
textSearchEnabled()
Return true if text search is enabled for this datastore. |
boolean |
workflowEnabled()
Return true if workflow is enabled for this datastore. |
Method Detail |
public void startTransaction() throws DKException, java.lang.Exception
startTransaction
in interface dkDatastore
public void checkIn(dkDataObject item) throws DKException, java.lang.Exception
item
- the item to checked-inpublic void checkOut(dkDataObject item) throws DKException, java.lang.Exception
item
- the item to checked-out.public DKDDO createDDO(java.lang.String pidString) throws DKException, java.lang.Exception
pidString
- A pidstring obtained from the DKPidICM
pidString method.public DKDDO createDDO(DKPidICM pid) throws DKException, java.lang.Exception
pid
- An object that is an instance of DKPidICMpublic DKDDO createChildDDO(java.lang.String objectType, java.lang.String componentName) throws DKException, java.lang.Exception
objectType
- The object type that this child is defined under
(Root Item Type it is defined under).componentName
- The child / component name to create.public java.lang.String schemaName() throws DKException, java.lang.Exception
public boolean informationMiningEnabled() throws java.lang.Exception
public boolean LDAPEnabled() throws java.lang.Exception
public boolean adminDomainEnabled() throws java.lang.Exception
public short platform() throws java.lang.Exception
public boolean textSearchEnabled() throws java.lang.Exception
public boolean workflowEnabled() throws java.lang.Exception
public void moveObject(dkDataObject ddo, java.lang.String entityName) throws DKException, java.lang.Exception
public void moveObject(dkDataObject srcDDO, dkDataObject destDDO, int options) throws DKException, java.lang.Exception
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |