org.pentaho.platform.util.client
Class BiPlatformRepositoryClientObjectService
java.lang.Object
org.pentaho.platform.util.client.BiPlatformRepositoryClientObjectService
- All Implemented Interfaces:
- IObjectService
public class BiPlatformRepositoryClientObjectService
- extends java.lang.Object
- implements IObjectService
Method Summary |
java.lang.String |
createDocument(java.lang.String arg0,
java.lang.String arg1,
CmisProperties arg2,
java.lang.String arg3,
ContentStream arg4,
VersioningState arg5)
|
java.lang.String |
createFolder(java.lang.String arg0,
java.lang.String arg1,
CmisProperties arg2,
java.lang.String arg3)
|
java.lang.String |
createPolicy(java.lang.String arg0,
java.lang.String arg1,
CmisProperties arg2,
java.lang.String arg3)
|
java.lang.String |
createRelationship(java.lang.String arg0,
java.lang.String arg1,
CmisProperties arg2,
java.lang.String arg3,
java.lang.String arg4)
|
void |
deleteContentStream(java.lang.String arg0,
java.lang.String arg1)
|
void |
deleteObject(java.lang.String arg0,
java.lang.String arg1)
|
java.util.List<java.lang.String> |
deleteTree(java.lang.String arg0,
java.lang.String arg1,
UnfileNonfolderObjects arg2,
boolean arg3)
|
AllowableActions |
getAllowableActions(java.lang.String arg0,
java.lang.String arg1)
|
ContentStream |
getContentStream(java.lang.String arg0,
java.lang.String arg1)
|
org.dom4j.Document |
getDoc()
|
CmisObject |
getProperties(java.lang.String arg0,
java.lang.String arg1,
ReturnVersion arg2,
java.lang.String arg3,
boolean arg4,
boolean arg5)
|
void |
moveObject(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2,
java.lang.String arg3)
|
java.lang.String |
setContentStream(java.lang.String arg0,
java.lang.String arg1,
boolean arg2,
ContentStream arg3)
|
void |
setDoc(org.dom4j.Document doc)
|
void |
updateProperties(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2,
CmisProperties arg3)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BiPlatformRepositoryClientObjectService
public BiPlatformRepositoryClientObjectService()
createDocument
public java.lang.String createDocument(java.lang.String arg0,
java.lang.String arg1,
CmisProperties arg2,
java.lang.String arg3,
ContentStream arg4,
VersioningState arg5)
throws StorageException,
InvalidArgumentException,
ConstraintViolationException,
RuntimeException,
UpdateConflictException,
StreamNotSupportedException,
OperationNotSupportedException,
PermissionDeniedException,
TypeNotFoundException,
FolderNotValidException
- Specified by:
createDocument
in interface IObjectService
- Throws:
StorageException
InvalidArgumentException
ConstraintViolationException
RuntimeException
UpdateConflictException
StreamNotSupportedException
OperationNotSupportedException
PermissionDeniedException
TypeNotFoundException
FolderNotValidException
createFolder
public java.lang.String createFolder(java.lang.String arg0,
java.lang.String arg1,
CmisProperties arg2,
java.lang.String arg3)
throws StorageException,
InvalidArgumentException,
ConstraintViolationException,
RuntimeException,
UpdateConflictException,
StreamNotSupportedException,
OperationNotSupportedException,
PermissionDeniedException,
TypeNotFoundException,
FolderNotValidException
- Specified by:
createFolder
in interface IObjectService
- Throws:
StorageException
InvalidArgumentException
ConstraintViolationException
RuntimeException
UpdateConflictException
StreamNotSupportedException
OperationNotSupportedException
PermissionDeniedException
TypeNotFoundException
FolderNotValidException
createPolicy
public java.lang.String createPolicy(java.lang.String arg0,
java.lang.String arg1,
CmisProperties arg2,
java.lang.String arg3)
throws OperationNotSupportedException
- Specified by:
createPolicy
in interface IObjectService
- Throws:
OperationNotSupportedException
createRelationship
public java.lang.String createRelationship(java.lang.String arg0,
java.lang.String arg1,
CmisProperties arg2,
java.lang.String arg3,
java.lang.String arg4)
throws OperationNotSupportedException
- Specified by:
createRelationship
in interface IObjectService
- Throws:
OperationNotSupportedException
deleteContentStream
public void deleteContentStream(java.lang.String arg0,
java.lang.String arg1)
throws OperationNotSupportedException
- Specified by:
deleteContentStream
in interface IObjectService
- Throws:
OperationNotSupportedException
deleteObject
public void deleteObject(java.lang.String arg0,
java.lang.String arg1)
throws OperationNotSupportedException
- Specified by:
deleteObject
in interface IObjectService
- Throws:
OperationNotSupportedException
deleteTree
public java.util.List<java.lang.String> deleteTree(java.lang.String arg0,
java.lang.String arg1,
UnfileNonfolderObjects arg2,
boolean arg3)
throws OperationNotSupportedException
- Specified by:
deleteTree
in interface IObjectService
- Throws:
OperationNotSupportedException
getAllowableActions
public AllowableActions getAllowableActions(java.lang.String arg0,
java.lang.String arg1)
throws OperationNotSupportedException
- Specified by:
getAllowableActions
in interface IObjectService
- Throws:
OperationNotSupportedException
getContentStream
public ContentStream getContentStream(java.lang.String arg0,
java.lang.String arg1)
throws OperationNotSupportedException
- Specified by:
getContentStream
in interface IObjectService
- Throws:
OperationNotSupportedException
getProperties
public CmisObject getProperties(java.lang.String arg0,
java.lang.String arg1,
ReturnVersion arg2,
java.lang.String arg3,
boolean arg4,
boolean arg5)
throws OperationNotSupportedException
- Specified by:
getProperties
in interface IObjectService
- Throws:
OperationNotSupportedException
moveObject
public void moveObject(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2,
java.lang.String arg3)
throws OperationNotSupportedException
- Specified by:
moveObject
in interface IObjectService
- Throws:
OperationNotSupportedException
setContentStream
public java.lang.String setContentStream(java.lang.String arg0,
java.lang.String arg1,
boolean arg2,
ContentStream arg3)
throws OperationNotSupportedException
- Specified by:
setContentStream
in interface IObjectService
- Throws:
OperationNotSupportedException
updateProperties
public void updateProperties(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2,
CmisProperties arg3)
throws OperationNotSupportedException
- Specified by:
updateProperties
in interface IObjectService
- Throws:
OperationNotSupportedException
getDoc
public org.dom4j.Document getDoc()
setDoc
public void setDoc(org.dom4j.Document doc)