MBean

Partial ObjectName:
WebSphere:*,type=


MBean

Proxy MBean for XDServantFileRepository.


Operation Summary
create( docContents,  lockToken)
           Create a new document in the repository
com.ibm.websphere.management.repository.DocumentDigest[]create(com.ibm.websphere.management.repository.DocumentContentSource[] docContents,  lockToken)
           Create new documents in the repository
delete( docURI,  lockToken)
           Delete a document from the repository
delete(java.lang.String[] docURIs,  lockToken)
           Delete documents from the repository
delete( doc,  lockToken)
           Delete a document from the repository
delete(com.ibm.websphere.management.repository.Document[] docs,  lockToken)
           Delete documents from the repository
rename( docURI,  newdocURI,  lockToken)
           Rename a document in the repository
rename( doc,  newdoc,  lockToken)
           Rename a document in the repository
modify( docContents,  lockToken)
           Modify a document in the repository
com.ibm.websphere.management.repository.DocumentDigest[]modify(com.ibm.websphere.management.repository.DocumentContentSource[] docContents,  lockToken)
           Modify documents in the repository
update(com.ibm.websphere.management.repository.DocumentContentSource[] docContents, com.ibm.websphere.management.repository.DocumentContentSource[] docContents, com.ibm.websphere.management.repository.Document[] docContents,  lockToken)
           Add, modify, and/or, delete documents in the repository
lockRepository( reason,  lockToken)
           Lock the repository
unlockRepository( reason,  lockToken)
           Unlock the repository
createDigestFile( docURI,  delete,  lockToken)
           Create a digest file for a document

Operation Detail

create

public  create( docContents,  lockToken)
Create a new document in the repository
Parameters:
docContents - The new document contents
lockToken - Repository Lock Token

create

public com.ibm.websphere.management.repository.DocumentDigest[] create(com.ibm.websphere.management.repository.DocumentContentSource[] docContents,  lockToken)
Create new documents in the repository
Parameters:
docContents - The new document contents
lockToken - Repository Lock Token

delete

public  delete( docURI,  lockToken)
Delete a document from the repository
Parameters:
docURI - the URI of the document
lockToken - Repository Lock Token

delete

public  delete(java.lang.String[] docURIs,  lockToken)
Delete documents from the repository
Parameters:
docURIs - the URI of the document
lockToken - Repository Lock Token

delete

public  delete( doc,  lockToken)
Delete a document from the repository
Parameters:
doc - the URI of the document
lockToken - Repository Lock Token

delete

public  delete(com.ibm.websphere.management.repository.Document[] docs,  lockToken)
Delete documents from the repository
Parameters:
docs - the URI of the document
lockToken - Repository Lock Token

rename

public  rename( docURI,  newdocURI,  lockToken)
Rename a document in the repository
Parameters:
docURI - the current URI of the document
newdocURI - the new URI of the document
lockToken - Repository Lock Token

rename

public  rename( doc,  newdoc,  lockToken)
Rename a document in the repository
Parameters:
doc - the current URI of the document
newdoc - the new URI of the document
lockToken - Repository Lock Token

modify

public  modify( docContents,  lockToken)
Modify a document in the repository
Parameters:
docContents - The new document contents
lockToken - Repository Lock Token

modify

public com.ibm.websphere.management.repository.DocumentDigest[] modify(com.ibm.websphere.management.repository.DocumentContentSource[] docContents,  lockToken)
Modify documents in the repository
Parameters:
docContents - The new document contents
lockToken - Repository Lock Token

update

public  update(com.ibm.websphere.management.repository.DocumentContentSource[] docContents, com.ibm.websphere.management.repository.DocumentContentSource[] docContents, com.ibm.websphere.management.repository.Document[] docContents,  lockToken)
Add, modify, and/or, delete documents in the repository
Parameters:
docContents - The document contents for new documents
docContents - The document contents for modified documents
docContents - The document contents for deleted documents
lockToken - Repository Lock Token

lockRepository

public  lockRepository( reason,  lockToken)
Lock the repository
Parameters:
reason - a description of the reason for locking the repository
lockToken - Repository Lock Token

unlockRepository

public  unlockRepository( reason,  lockToken)
Unlock the repository
Parameters:
reason - a description of the reason for locking the repository - this should match the reason given in the lockRepository call.
lockToken - Repository Lock Token

createDigestFile

public  createDigestFile( docURI,  delete,  lockToken)
Create a digest file for a document
Parameters:
docURI - the URI of the document
delete - a flag to indicate if the original document should be deleted
lockToken - Repository Lock Token

Copyright IBM Corp. 1996 - 2007