|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StoredObject in org.apache.chemistry.opencmis.inmemory |
---|
Methods in org.apache.chemistry.opencmis.inmemory with parameters of type StoredObject | |
---|---|
static Acl |
DataObjectCreator.fillACL(StoredObject so)
|
static AllowableActions |
DataObjectCreator.fillAllowableActions(StoredObject so,
String user)
|
static ChangeEventInfo |
DataObjectCreator.fillChangeEventInfo(StoredObject so)
|
static PolicyIdList |
DataObjectCreator.fillPolicyIds(StoredObject so)
|
static List<ObjectData> |
DataObjectCreator.fillRelationships(IncludeRelationships includeRelationships,
StoredObject so)
|
static List<RenditionData> |
DataObjectCreator.fillRenditions(StoredObject so)
|
Uses of StoredObject in org.apache.chemistry.opencmis.inmemory.query |
---|
Fields in org.apache.chemistry.opencmis.inmemory.query declared as StoredObject | |
---|---|
protected StoredObject |
InMemoryQueryProcessor.InMemoryWhereClauseWalker.so
|
Constructors in org.apache.chemistry.opencmis.inmemory.query with parameters of type StoredObject | |
---|---|
InMemoryQueryProcessor.InMemoryWhereClauseWalker(StoredObject so)
|
Uses of StoredObject in org.apache.chemistry.opencmis.inmemory.server |
---|
Methods in org.apache.chemistry.opencmis.inmemory.server that return StoredObject | |
---|---|
StoredObject[] |
BaseServiceValidatorImpl.addObjectToFolder(CallContext context,
String repositoryId,
String objectId,
String folderId,
Boolean allVersions,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.applyAcl(CallContext context,
String repositoryId,
String objectId)
|
StoredObject |
BaseServiceValidatorImpl.applyAcl(CallContext context,
String repositoryId,
String objectId,
AclPropagation aclPropagation,
ExtensionsData extension)
|
StoredObject[] |
BaseServiceValidatorImpl.applyPolicy(CallContext context,
String repositoryId,
String policyId,
String objectId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.cancelCheckOut(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
protected StoredObject |
BaseServiceValidatorImpl.checkExistingObjectId(ObjectStore objStore,
String objectId)
|
protected StoredObject |
AbstractServiceImpl.checkExistingObjectId(ObjectStore objStore,
String objectId)
|
StoredObject |
BaseServiceValidatorImpl.checkIn(CallContext context,
String repositoryId,
Holder<String> objectId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.checkOut(CallContext context,
String repositoryId,
Holder<String> objectId,
ExtensionsData extension,
Holder<Boolean> contentCopied)
|
protected StoredObject[] |
BaseServiceValidatorImpl.checkParams(String repositoryId,
String objectId1,
String objectId2)
|
protected StoredObject |
BaseServiceValidatorImpl.checkStandardParameters(String repositoryId,
String objectId)
Check if repository is known and that object exists. |
protected StoredObject |
AbstractServiceImpl.checkStandardParameters(String repositoryId,
String objectId)
check if repository is known and that object exists. |
protected StoredObject |
BaseServiceValidatorImpl.checkStandardParametersAllowNull(String repositoryId,
String objectId)
|
StoredObject |
BaseServiceValidatorImpl.create(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.createDocument(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.createDocumentFromSource(CallContext context,
String repositoryId,
String sourceId,
String folderId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.createFolder(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.deleteContentStream(CallContext context,
String repositoryId,
Holder<String> objectId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.deleteObject(CallContext context,
String repositoryId,
String objectId,
Boolean allVersions,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.deleteObjectOrCancelCheckOut(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.deleteTree(CallContext context,
String repositoryId,
String folderId,
Boolean allVersions,
UnfileObject unfileObjects,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getAcl(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getAllowableActions(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getAllVersions(CallContext context,
String repositoryId,
String objectId,
String versionSeriesId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getAppliedPolicies(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getCheckedOutDocs(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getChildren(String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getContentStream(CallContext context,
String repositoryId,
String objectId,
String streamId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getDescendants(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getFolderParent(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getFolderTree(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getObject(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getObjectOfLatestVersion(CallContext context,
String repositoryId,
String objectId,
String versionSeriesId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getObjectParents(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getObjectRelationships(CallContext context,
String repositoryId,
String objectId,
RelationshipDirection relationshipDirection,
String typeId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getProperties(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getPropertiesOfLatestVersion(CallContext context,
String repositoryId,
String objectId,
String versionSeriesId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.getRenditions(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject[] |
BaseServiceValidatorImpl.moveObject(CallContext context,
String repositoryId,
Holder<String> objectId,
String targetFolderId,
String sourceFolderId,
ExtensionsData extension)
|
StoredObject[] |
BaseServiceValidatorImpl.removeObjectFromFolder(CallContext context,
String repositoryId,
String objectId,
String folderId,
ExtensionsData extension)
|
StoredObject[] |
BaseServiceValidatorImpl.removePolicy(CallContext context,
String repositoryId,
String policyId,
String objectId,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.setContentStream(CallContext context,
String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
ExtensionsData extension)
|
StoredObject |
BaseServiceValidatorImpl.updateProperties(CallContext context,
String repositoryId,
Holder<String> objectId,
ExtensionsData extension)
|
Methods in org.apache.chemistry.opencmis.inmemory.server with parameters of type StoredObject | |
---|---|
protected void |
InMemoryAbstractServiceImpl.checkIsVersionableObject(StoredObject so)
|
protected void |
AbstractServiceImpl.checkIsVersionableObject(StoredObject so)
|
void |
AtomLinkInfoProvider.fillInformationForAtomLinks(String repositoryId,
StoredObject so,
ObjectData od,
ObjectInfoImpl objInfo)
FillObjectInfoHolder object with required information needed for Atom binding for a single object |
void |
AtomLinkInfoProvider.fillInformationForAtomLinks(String repositoryId,
StoredObject so,
ObjectInfoImpl objectInfo)
|
protected TypeDefinition |
InMemoryAbstractServiceImpl.getTypeDefinition(String repositoryId,
StoredObject obj)
|
protected TypeDefinition |
AbstractServiceImpl.getTypeDefinition(String repositoryId,
StoredObject obj)
|
protected VersionedDocument |
InMemoryAbstractServiceImpl.getVersionedDocumentOfObjectId(StoredObject so)
We allow checkin, cancel, checkout operations on a single version as well as on a version series This method returns the versioned document (version series) in each case |
protected VersionedDocument |
AbstractServiceImpl.getVersionedDocumentOfObjectId(StoredObject so)
We allow checkin, cancel, checkout operations on a single version as well as on a version series This method returns the versioned document (version series) in each case |
protected VersionedDocument |
InMemoryAbstractServiceImpl.testHasProperCheckedOutStatus(StoredObject so,
String user)
|
protected VersionedDocument |
AbstractServiceImpl.testHasProperCheckedOutStatus(StoredObject so,
String user)
|
protected VersionedDocument |
InMemoryAbstractServiceImpl.testIsNotCheckedOutBySomeoneElse(StoredObject so,
String user)
|
protected VersionedDocument |
AbstractServiceImpl.testIsNotCheckedOutBySomeoneElse(StoredObject so,
String user)
|
Uses of StoredObject in org.apache.chemistry.opencmis.inmemory.storedobj.api |
---|
Subinterfaces of StoredObject in org.apache.chemistry.opencmis.inmemory.storedobj.api | |
---|---|
interface |
Document
A document is a concrete object (meaning it can be stored) and has content. |
interface |
DocumentVersion
A DocumentVersion is a concrete version of a versioned document. |
interface |
Folder
A folder is a concrete object (meaning it can be stored) and has Each folder is contained in a parent folder. |
interface |
VersionedDocument
A version series is a concrete object (meaning it can be stored) and has methods for check-out and checkin. |
Methods in org.apache.chemistry.opencmis.inmemory.storedobj.api that return StoredObject | |
---|---|
StoredObject[] |
CmisServiceValidator.addObjectToFolder(CallContext context,
String repositoryId,
String objectId,
String folderId,
Boolean allVersions,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.applyAcl(CallContext context,
String repositoryId,
String objectId)
|
StoredObject |
CmisServiceValidator.applyAcl(CallContext context,
String repositoryId,
String objectId,
AclPropagation aclPropagation,
ExtensionsData extension)
|
StoredObject[] |
CmisServiceValidator.applyPolicy(CallContext context,
String repositoryId,
String policyId,
String objectId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.cancelCheckOut(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.checkIn(CallContext context,
String repositoryId,
Holder<String> objectId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.checkOut(CallContext context,
String repositoryId,
Holder<String> objectId,
ExtensionsData extension,
Holder<Boolean> contentCopied)
|
StoredObject |
CmisServiceValidator.create(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.createDocument(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.createDocumentFromSource(CallContext context,
String repositoryId,
String sourceId,
String folderId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.createFolder(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.deleteContentStream(CallContext context,
String repositoryId,
Holder<String> objectId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.deleteObject(CallContext context,
String repositoryId,
String objectId,
Boolean allVersions,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.deleteObjectOrCancelCheckOut(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.deleteTree(CallContext context,
String repositoryId,
String folderId,
Boolean allVersions,
UnfileObject unfileObjects,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getAcl(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getAllowableActions(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getAllVersions(CallContext context,
String repositoryId,
String objectId,
String versionSeriesId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getAppliedPolicies(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getCheckedOutDocs(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getChildren(String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getContentStream(CallContext context,
String repositoryId,
String objectId,
String streamId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getDescendants(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getFolderParent(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getFolderTree(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getObject(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
ObjectStore.getObjectById(String folderId)
get an object by its id |
StoredObject |
ObjectStore.getObjectByPath(String path)
return an object by path. |
StoredObject |
CmisServiceValidator.getObjectOfLatestVersion(CallContext context,
String repositoryId,
String objectId,
String versionSeriesId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getObjectParents(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getObjectRelationships(CallContext context,
String repositoryId,
String objectId,
RelationshipDirection relationshipDirection,
String typeId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getProperties(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getPropertiesOfLatestVersion(CallContext context,
String repositoryId,
String objectId,
String versionSeriesId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.getRenditions(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension)
|
StoredObject[] |
CmisServiceValidator.moveObject(CallContext context,
String repositoryId,
Holder<String> objectId,
String targetFolderId,
String sourceFolderId,
ExtensionsData extension)
|
StoredObject[] |
CmisServiceValidator.removeObjectFromFolder(CallContext context,
String repositoryId,
String objectId,
String folderId,
ExtensionsData extension)
|
StoredObject[] |
CmisServiceValidator.removePolicy(CallContext context,
String repositoryId,
String policyId,
String objectId,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.setContentStream(CallContext context,
String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
ExtensionsData extension)
|
StoredObject |
CmisServiceValidator.updateProperties(CallContext context,
String repositoryId,
Holder<String> objectId,
ExtensionsData extension)
|
Methods in org.apache.chemistry.opencmis.inmemory.storedobj.api that return types with arguments of type StoredObject | |
---|---|
List<StoredObject> |
ObjectStore.getCheckedOutDocuments(String orderBy)
Return a list of all documents that are checked out in the repository. |
List<StoredObject> |
Children.getChildren(int maxItems,
int skipCount)
get all the children of this folder. |
Uses of StoredObject in org.apache.chemistry.opencmis.inmemory.storedobj.impl |
---|
Classes in org.apache.chemistry.opencmis.inmemory.storedobj.impl that implement StoredObject | |
---|---|
class |
AbstractMultiFilingImpl
AbstractMultiPathImpl is the common superclass of all objects hold in the repository that have multiple parent folders, these are: Folders |
class |
AbstractSingleFilingImpl
AbstractPathImpl is the common superclass of all objects hold in the repository that have a single parent, these are: Folders. |
class |
DocumentImpl
InMemory Stored Document A document is a stored object that has a path and (optional) content |
class |
DocumentVersionImpl
A class representing a single version of a document |
class |
FolderImpl
|
class |
StoredObjectImpl
StoredObject is the common superclass of all objects hold in the repository Documents, Folders, Relationships and Policies |
class |
VersionedDocumentImpl
|
Methods in org.apache.chemistry.opencmis.inmemory.storedobj.impl that return StoredObject | |
---|---|
StoredObject |
ObjectStoreImpl.getObjectById(String objectId)
|
StoredObject |
ObjectStoreImpl.getObjectByPath(String path)
|
Methods in org.apache.chemistry.opencmis.inmemory.storedobj.impl that return types with arguments of type StoredObject | |
---|---|
List<StoredObject> |
ObjectStoreImpl.getCheckedOutDocuments(String orderBy)
|
List<StoredObject> |
FolderImpl.getChildren(int maxItems,
int skipCount)
|
Methods in org.apache.chemistry.opencmis.inmemory.storedobj.impl with parameters of type StoredObject | |
---|---|
void |
FolderImpl.moveChildDocument(StoredObject so,
Folder oldParent,
Folder newParent)
|
String |
ObjectStoreImpl.storeObject(StoredObject so)
|
Uses of StoredObject in org.apache.chemistry.opencmis.inmemory.types |
---|
Methods in org.apache.chemistry.opencmis.inmemory.types with parameters of type StoredObject | |
---|---|
static ObjectData |
PropertyCreationHelper.getObjectData(TypeDefinition typeDef,
StoredObject so,
String filter,
String user,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
ExtensionsData extension)
|
static ObjectData |
PropertyCreationHelper.getObjectDataQueryResult(TypeDefinition typeDef,
StoredObject so,
String user,
Map<String,String> requestedProperties,
Map<String,String> requestedFuncs,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter)
|
static Properties |
PropertyCreationHelper.getPropertiesFromObject(StoredObject so,
TypeDefinition td,
List<String> requestedIds,
boolean fillOptionalPropertyData)
|
static Properties |
PropertyCreationHelper.getPropertiesFromObject(StoredObject so,
TypeDefinition td,
Map<String,String> requestedIds,
Map<String,String> requestedFuncs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |