WebSphere:*,type=
MBean
Proxy MBean for XDServantFileRepository.
Operation Summary | |
| create( Create a new document in the repository |
com.ibm.websphere.management.repository.DocumentDigest[] | create( Create new documents in the repository |
| delete( Delete a document from the repository |
| delete( Delete documents from the repository |
| delete( Delete a document from the repository |
| delete( Delete documents from the repository |
| rename( Rename a document in the repository |
| rename( Rename a document in the repository |
| modify( Modify a document in the repository |
com.ibm.websphere.management.repository.DocumentDigest[] | modify( Modify documents in the repository |
| update( Add, modify, and/or, delete documents in the repository |
| lockRepository( Lock the repository |
| unlockRepository( Unlock the repository |
| createDigestFile( Create a digest file for a document |
Operation Detail |
public create( docContents,
lockToken
)
docContents
-
The new document contentslockToken
-
Repository Lock Token
public com.ibm.websphere.management.repository.DocumentDigest[] create(com.ibm.websphere.management.repository.DocumentContentSource[] docContents,
lockToken
)
docContents
-
The new document contentslockToken
-
Repository Lock Token
public delete( docURI,
lockToken
)
docURI
-
the URI of the documentlockToken
-
Repository Lock Token
public delete(java.lang.String[] docURIs,
lockToken
)
docURIs
-
the URI of the documentlockToken
-
Repository Lock Token
public delete( doc,
lockToken
)
doc
-
the URI of the documentlockToken
-
Repository Lock Token
public delete(com.ibm.websphere.management.repository.Document[] docs,
lockToken
)
docs
-
the URI of the documentlockToken
-
Repository Lock Token
public rename( docURI,
newdocURI,
lockToken
)
docURI
-
the current URI of the documentnewdocURI
-
the new URI of the documentlockToken
-
Repository Lock Token
public rename( doc,
newdoc,
lockToken
)
doc
-
the current URI of the documentnewdoc
-
the new URI of the documentlockToken
-
Repository Lock Token
public modify( docContents,
lockToken
)
docContents
-
The new document contentslockToken
-
Repository Lock Token
public com.ibm.websphere.management.repository.DocumentDigest[] modify(com.ibm.websphere.management.repository.DocumentContentSource[] docContents,
lockToken
)
docContents
-
The new document contentslockToken
-
Repository Lock Token
public update(com.ibm.websphere.management.repository.DocumentContentSource[] docContents,
com.ibm.websphere.management.repository.DocumentContentSource[] docContents,
com.ibm.websphere.management.repository.Document[] docContents,
lockToken
)
docContents
-
The document contents for new documentsdocContents
-
The document contents for modified documentsdocContents
-
The document contents for deleted documentslockToken
-
Repository Lock Token
public lockRepository( reason,
lockToken
)
reason
-
a description of the reason for locking the repositorylockToken
-
Repository Lock Token
public unlockRepository( reason,
lockToken
)
reason
-
a description of the reason for locking the repository - this should match the reason given in the lockRepository call.lockToken
-
Repository Lock Token
public createDigestFile( docURI,
delete,
lockToken
)
docURI
-
the URI of the documentdelete
-
a flag to indicate if the original document should be deletedlockToken
-
Repository Lock Token