Uses of Class
org.nuxeo.client.NuxeoClient
-
-
Uses of NuxeoClient in org.nuxeo.client
Methods in org.nuxeo.client that return NuxeoClient Modifier and Type Method Description NuxeoClientNuxeoClient.Builder. connect()Builds aNuxeoClientand log it, it will throw aNuxeoClientExceptionif failed.NuxeoClientNuxeoClient. refreshCache() -
Uses of NuxeoClient in org.nuxeo.client.objects
Fields in org.nuxeo.client.objects declared as NuxeoClient Modifier and Type Field Description protected NuxeoClientAbstractConnectable. nuxeoClientMethods in org.nuxeo.client.objects with parameters of type NuxeoClient Modifier and Type Method Description voidAbstractConnectable. reconnectWith(NuxeoClient nuxeoClient)voidConnectable. reconnectWith(NuxeoClient nuxeoClient)voidDocument. reconnectWith(NuxeoClient nuxeoClient)voidDocuments. reconnectWith(NuxeoClient nuxeoClient)Constructors in org.nuxeo.client.objects with parameters of type NuxeoClient Constructor Description AbstractAdapter(NuxeoClient nuxeoClient, java.lang.String repositoryName, java.lang.String documentId, java.lang.String adapter)AbstractConnectable(java.lang.Class<A> apiClass, NuxeoClient nuxeoClient)Adapter(NuxeoClient nuxeoClient, java.lang.String repositoryName, java.lang.String documentId, java.lang.String adapter)ConnectableEntity(java.lang.String entityType, java.lang.Class<A> apiClass, NuxeoClient nuxeoClient)The constructor to use.Operation(NuxeoClient nuxeoClient, java.lang.String operationId)Repository(NuxeoClient nuxeoClient)Repository(NuxeoClient nuxeoClient, java.lang.String repositoryName)RepositoryEntity(java.lang.String entityType, java.lang.Class<A> apiClass, NuxeoClient nuxeoClient) -
Uses of NuxeoClient in org.nuxeo.client.objects.comment
Constructors in org.nuxeo.client.objects.comment with parameters of type NuxeoClient Constructor Description CommentAdapter(NuxeoClient nuxeoClient, java.lang.String repositoryName, java.lang.String documentId) -
Uses of NuxeoClient in org.nuxeo.client.objects.config
Methods in org.nuxeo.client.objects.config with parameters of type NuxeoClient Modifier and Type Method Description voidDocTypes. reconnectWith(NuxeoClient nuxeoClient)Constructors in org.nuxeo.client.objects.config with parameters of type NuxeoClient Constructor Description ConfigManager(NuxeoClient nuxeoClient) -
Uses of NuxeoClient in org.nuxeo.client.objects.directory
Methods in org.nuxeo.client.objects.directory with parameters of type NuxeoClient Modifier and Type Method Description voidDirectories. reconnectWith(NuxeoClient nuxeoClient)voidDirectoryEntries. reconnectWith(NuxeoClient nuxeoClient)Constructors in org.nuxeo.client.objects.directory with parameters of type NuxeoClient Constructor Description Directory(NuxeoClient nuxeoClient, java.lang.String name)DirectoryManager(NuxeoClient nuxeoClient) -
Uses of NuxeoClient in org.nuxeo.client.objects.task
Constructors in org.nuxeo.client.objects.task with parameters of type NuxeoClient Constructor Description TaskManager(NuxeoClient nuxeoClient) -
Uses of NuxeoClient in org.nuxeo.client.objects.upload
Constructors in org.nuxeo.client.objects.upload with parameters of type NuxeoClient Constructor Description BatchUpload(NuxeoClient nuxeoClient, java.lang.String batchId)BatchUpload(NuxeoClient nuxeoClient, java.lang.String batchId, java.lang.String fileIdx)BatchUploadManager(NuxeoClient nuxeoClient) -
Uses of NuxeoClient in org.nuxeo.client.objects.user
Constructors in org.nuxeo.client.objects.user with parameters of type NuxeoClient Constructor Description UserManager(NuxeoClient nuxeoClient)
-