Modifier and Type | Interface and Description |
---|---|
interface |
OwCMISNativeSession
Abstraction to OpenCMIS-Session object, contains additionally simplified helper methods.
|
Modifier and Type | Class and Description |
---|---|
class |
OwCMISRepositorySession
Implementation of OwCMISNativeSession interface.
|
Modifier and Type | Method and Description |
---|---|
OwCMISSession |
OwCMISRepositoryResource.createSession() |
OwCMISSession |
OwCMISResource.createSession() |
OwCMISSession |
OwCMISNetwork.getDefaultSession() |
OwCMISSession |
OwCMISSemiVirtualFolderObject.getSession() |
OwCMISSession |
OwCMISNetwork.getSession(String resourceIdOrName_p) |
Modifier and Type | Method and Description |
---|---|
OwCMISValueConverter<String,com.wewebu.ow.server.ecm.OwObjectReference> |
OwCMISSimplePropertyClassFactory.createIdConverter(OwCMISSession currentSession) |
OwCMISValueConverter<String,com.wewebu.ow.server.ecm.OwObjectReference> |
OwCMISNativePropertyClassFactory.createIdConverter(OwCMISSession session)
Factory method to create an instance of a converter.
|
Constructor and Description |
---|
OwCMISSimplePropertyClassFactory(OwCMISSession session_p) |
Constructor and Description |
---|
OwCMISIdObjectConverter(OwCMISSession session_p,
OwCMISValueConverter<String,String> dmsidConverter_p) |
Modifier and Type | Class and Description |
---|---|
class |
OwCMISAbstractSessionObject<S extends OwCMISSession,C extends OwCMISSessionObjectClass<S>>
Base object class for all CMIS objects.
|
Modifier and Type | Method and Description |
---|---|
OwCMISSession |
OwCMISResourceObject.getNativeObject() |
OwCMISSession |
OwCMISResourceObjectImpl.getNativeObject() |
OwCMISSession |
OwCMISSessionObject.getSession() |
Modifier and Type | Method and Description |
---|---|
Collection<OwCMISSession> |
OwCMISResourceDomainFolder.getNativeObject() |
Constructor and Description |
---|
OwCMISResourceDomainFolder(OwCMISDomainFolderClass class_p,
String name_p,
Collection<OwCMISSession> sessions_p)
constructs a CMIS domain root folder object wrapper
|
OwCMISResourceDomainFolder(String name_p,
Collection<OwCMISSession> sessions_p) |
Modifier and Type | Class and Description |
---|---|
class |
OwCMISAbstractSessionObjectClass<S extends OwCMISSession>
Abstract session based OwObjectClass implementation.
|
interface |
OwCMISSessionObjectClass<S extends OwCMISSession>
An
OwCMISSession defined object class. |
Constructor and Description |
---|
OwCMISResourceObjectClassImpl(OwCMISSession session) |
Modifier and Type | Method and Description |
---|---|
OwCMISSession |
OwCMISResourceCache.getSession(String nameOrId_p) |
Modifier and Type | Method and Description |
---|---|
Collection<OwCMISSession> |
OwCMISResourceCache.getSessions() |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.