Modifier and Type | Class and Description |
---|---|
class |
AuditService
Audit Service - manage document versions TODO not yet implemented
|
class |
CommentService
Comment Service - manages document comments.
|
class |
DocumentResolverService
Resolves a document URL given its ID
|
class |
FileService
File Service - manages attachments to a document.
|
class |
LockService
Lock Service - manages locks on documents.
|
class |
VersionService
Version Service - manage document versions TODO not yet implemented
|
Modifier and Type | Class and Description |
---|---|
class |
PermissionService
Version Service - manage document versions TODO not yet implemented
|
Modifier and Type | Class and Description |
---|---|
class |
ACLAdapter |
class |
AuditAdapter
Adapter that returns the log entries of the pointed resource.
|
class |
BOAdapter
Basic CRUD with a BusinessAdapter
|
class |
ChildrenAdapter
Adapter that returns the children of the pointed resource
|
class |
ConvertAdapter
Adapter allowing to convert a Blob using a named converter or a destination mime type.
|
class |
DocumentModelListPaginableAdapter
Adapter that returns a list of {
DocumentModel s. |
class |
GroupMemberGroupsAdapter |
class |
GroupMemberUsersAdapter |
class |
OperationAdapter |
class |
PageProviderAdapter
Adapter that expose a page provider that needs only one parameter that is the document Id
|
class |
PaginableAdapter<T>
Abstract adapter to be used when one want to contribute an adapter base on PageProviders.
|
class |
PreviewAdapter |
class |
SearchAdapter |
Modifier and Type | Class and Description |
---|---|
class |
BlobAdapter
REST API Blob Manager
|
Modifier and Type | Class and Description |
---|---|
class |
RenditionAdapter |
Modifier and Type | Class and Description |
---|---|
class |
TaskAdapter |
class |
WorkflowAdapter |
Modifier and Type | Class and Description |
---|---|
class |
ViewService |
Modifier and Type | Method and Description |
---|---|
AdapterResource |
Resource.getActiveAdapter()
Returns the active Adapter on this object if any in the current request.
|
AdapterResource |
WebContext.getTargetAdapter() |
AdapterResource |
WebContext.newAdapter(Resource ctx,
String adapterName,
Object... args) |
AdapterResource |
Resource.newAdapter(String type,
Object... args) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAdapter |
Modifier and Type | Method and Description |
---|---|
AdapterResource |
DefaultObject.disptachAdapter(String adapterName) |
AdapterResource |
DefaultAdapter.disptachAdapter(String adapterName)
TODO: is this wanted? Adapter of adapters?
|
AdapterResource |
AbstractResource.getActiveAdapter() |
AdapterResource |
AbstractWebContext.getTargetAdapter() |
AdapterResource |
AbstractWebContext.newAdapter(Resource ctx,
String serviceName,
Object... args) |
AdapterResource |
AbstractResource.newAdapter(String type,
Object... args) |
Copyright © 2017 Nuxeo. All rights reserved.