public class CMISProducer
extends org.apache.camel.support.DefaultProducer
| Constructor and Description |
|---|
CMISProducer(CMISEndpoint endpoint,
CMISSessionFacadeFactory sessionFacadeFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelCheckOut(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
org.apache.chemistry.opencmis.client.api.ObjectId |
checkIn(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
org.apache.chemistry.opencmis.client.api.ObjectId |
checkOut(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
org.apache.chemistry.opencmis.client.api.Document |
copyDocument(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
Map<String,org.apache.chemistry.opencmis.client.api.CmisObject> |
copyFolder(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
org.apache.chemistry.opencmis.client.api.Folder |
createFolderByPath(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
org.apache.chemistry.opencmis.client.api.CmisObject |
createNode(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
void |
deleteDocument(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
List<String> |
deleteFolder(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
org.apache.chemistry.opencmis.commons.data.ContentStream |
downloadDocument(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
org.apache.chemistry.opencmis.client.api.CmisObject |
findObjectById(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
org.apache.chemistry.opencmis.client.api.CmisObject |
findObjectByPath(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
CMISEndpoint |
getEndpoint() |
org.apache.chemistry.opencmis.client.api.Folder |
getFolder(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
org.apache.chemistry.opencmis.client.api.ItemIterable<org.apache.chemistry.opencmis.client.api.CmisObject> |
listFolder(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
org.apache.chemistry.opencmis.client.api.CmisObject |
moveDocument(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
org.apache.chemistry.opencmis.client.api.FileableCmisObject |
moveFolder(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
void |
process(org.apache.camel.Exchange exchange) |
org.apache.chemistry.opencmis.client.api.CmisObject |
rename(org.apache.camel.Exchange exchange)
This method is called via reflection.
|
createExchange, doStart, doStop, isSingleton, toStringbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic CMISProducer(CMISEndpoint endpoint, CMISSessionFacadeFactory sessionFacadeFactory)
public CMISEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.support.DefaultProducerpublic org.apache.chemistry.opencmis.client.api.CmisObject findObjectById(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic org.apache.chemistry.opencmis.client.api.CmisObject findObjectByPath(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic org.apache.chemistry.opencmis.commons.data.ContentStream downloadDocument(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic org.apache.chemistry.opencmis.client.api.Folder getFolder(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic org.apache.chemistry.opencmis.client.api.CmisObject createNode(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic org.apache.chemistry.opencmis.client.api.Folder createFolderByPath(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic List<String> deleteFolder(org.apache.camel.Exchange exchange) throws Exception
CamelCMISActions.Exceptionpublic void deleteDocument(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic org.apache.chemistry.opencmis.client.api.CmisObject moveDocument(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic org.apache.chemistry.opencmis.client.api.FileableCmisObject moveFolder(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic org.apache.chemistry.opencmis.client.api.Document copyDocument(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic Map<String,org.apache.chemistry.opencmis.client.api.CmisObject> copyFolder(org.apache.camel.Exchange exchange) throws Exception
CamelCMISActions.Exceptionpublic org.apache.chemistry.opencmis.client.api.ItemIterable<org.apache.chemistry.opencmis.client.api.CmisObject> listFolder(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic org.apache.chemistry.opencmis.client.api.CmisObject rename(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic org.apache.chemistry.opencmis.client.api.ObjectId checkIn(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic org.apache.chemistry.opencmis.client.api.ObjectId checkOut(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.Exceptionpublic void cancelCheckOut(org.apache.camel.Exchange exchange)
throws Exception
CamelCMISActions.ExceptionApache Camel