Methods
Modifier and Type |
Method and Description |
StoredObject[] |
addObjectToFolder(CallContext context,
String repositoryId,
String objectId,
String folderId,
Boolean allVersions,
ExtensionsData extension) |
StoredObject |
appendContentStream(CallContext context,
String repositoryId,
Holder<String> objectId,
ExtensionsData extension) |
StoredObject |
applyAcl(CallContext context,
String repositoryId,
String objectId) |
StoredObject |
applyAcl(CallContext context,
String repositoryId,
String objectId,
AclPropagation aclPropagation,
ExtensionsData extension) |
StoredObject[] |
applyPolicy(CallContext context,
String repositoryId,
String policyId,
String objectId,
ExtensionsData extension) |
StoredObject |
cancelCheckOut(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension) |
protected void |
checkBasicType(TypeDefinition type) |
protected void |
checkCreatablePropertyTypes(String repositoryId,
Collection<PropertyDefinition<?>> propertyDefinitions) |
protected StoredObject |
checkExistingObjectId(ObjectStore objStore,
String objectId) |
protected TypeDefinition |
checkExistingTypeId(String repositoryId,
String typeId) |
StoredObject |
checkIn(CallContext context,
String repositoryId,
Holder<String> objectId,
Acl addAces,
Acl removeAces,
List<String> policyIds,
ExtensionsData extension) |
StoredObject |
checkOut(CallContext context,
String repositoryId,
Holder<String> objectId,
ExtensionsData extension,
Holder<Boolean> contentCopied) |
protected StoredObject[] |
checkParams(String repositoryId,
String objectId1,
String objectId2) |
protected void |
checkPolicies(String repositoryId,
List<String> policyIds) |
protected void |
checkRepositoryId(String repositoryId) |
protected void |
checkSettableAttributes(String repositoryId,
TypeDefinition oldTypeDefinition,
TypeDefinition newTypeDefinition) |
protected StoredObject |
checkStandardParameters(String repositoryId,
String objectId)
Check if repository is known and that object exists.
|
protected StoredObject |
checkStandardParametersAllowNull(String repositoryId,
String objectId) |
protected StoredObject |
checkStandardParametersByPath(String repositoryId,
String path,
String user) |
protected void |
checkUpdatePropertyDefinitions(Map<String,PropertyDefinition<?>> oldPropertyDefinitions,
Map<String,PropertyDefinition<?>> newPropertyDefinitions) |
protected void |
checkUpdateType(TypeDefinition updateType,
TypeDefinition type) |
StoredObject |
create(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension) |
StoredObject |
createDocument(CallContext context,
String repositoryId,
String folderId,
List<String> policyIds,
ExtensionsData extension) |
StoredObject |
createDocumentFromSource(CallContext context,
String repositoryId,
String sourceId,
String folderId,
List<String> policyIds,
ExtensionsData extension) |
StoredObject |
createFolder(CallContext context,
String repositoryId,
String folderId,
List<String> policyIds,
ExtensionsData extension) |
StoredObject |
createItem(CallContext context,
String repositoryId,
Properties properties,
String folderId,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
StoredObject |
createPolicy(CallContext context,
String repositoryId,
String folderId,
Acl addAces,
Acl removeAces,
List<String> policyIds,
ExtensionsData extension) |
StoredObject[] |
createRelationship(CallContext context,
String repositoryId,
String sourceId,
String targetId,
List<String> policyIds,
ExtensionsData extension) |
void |
createType(CallContext callContext,
String repositoryId,
TypeDefinition type,
ExtensionsData extension) |
StoredObject |
deleteContentStream(CallContext context,
String repositoryId,
Holder<String> objectId,
ExtensionsData extension) |
StoredObject |
deleteObject(CallContext context,
String repositoryId,
String objectId,
Boolean allVersions,
ExtensionsData extension) |
StoredObject |
deleteObjectOrCancelCheckOut(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension) |
StoredObject |
deleteTree(CallContext context,
String repositoryId,
String folderId,
Boolean allVersions,
UnfileObject unfileObjects,
ExtensionsData extension) |
TypeDefinition |
deleteType(CallContext callContext,
String repositoryId,
String typeId,
ExtensionsData extension) |
StoredObject |
getAcl(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension) |
StoredObject |
getAllowableActions(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension) |
StoredObject |
getAllVersions(CallContext context,
String repositoryId,
String objectId,
String versionSeriesId,
ExtensionsData extension) |
StoredObject |
getAppliedPolicies(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension) |
StoredObject |
getCheckedOutDocs(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension) |
StoredObject |
getChildren(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension) |
void |
getContentChanges(CallContext context,
String repositoryId,
ExtensionsData extension) |
StoredObject |
getContentStream(CallContext context,
String repositoryId,
String objectId,
String streamId,
ExtensionsData extension) |
StoredObject |
getDescendants(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension) |
StoredObject |
getFolderParent(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension) |
StoredObject |
getFolderTree(CallContext context,
String repositoryId,
String folderId,
ExtensionsData extension) |
StoredObject |
getObject(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension) |
StoredObject |
getObjectByPath(CallContext context,
String repositoryId,
String path,
ExtensionsData extension) |
StoredObject |
getObjectOfLatestVersion(CallContext context,
String repositoryId,
String objectId,
String versionSeriesId,
ExtensionsData extension) |
StoredObject |
getObjectParents(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension) |
StoredObject |
getObjectRelationships(CallContext context,
String repositoryId,
String objectId,
RelationshipDirection relationshipDirection,
String typeId,
ExtensionsData extension) |
StoredObject |
getProperties(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension) |
StoredObject |
getPropertiesOfLatestVersion(CallContext context,
String repositoryId,
String objectId,
String versionSeriesId,
ExtensionsData extension) |
StoredObject |
getRenditions(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension) |
void |
getRepositoryInfo(CallContext context,
String repositoryId,
ExtensionsData extension) |
void |
getRepositoryInfos(CallContext context,
ExtensionsData extension) |
void |
getTypeChildren(CallContext context,
String repositoryId,
String typeId,
ExtensionsData extension) |
void |
getTypeDefinition(CallContext context,
String repositoryId,
String typeId,
ExtensionsData extension) |
void |
getTypeDescendants(CallContext context,
String repositoryId,
String typeId,
ExtensionsData extension) |
StoredObject[] |
moveObject(CallContext context,
String repositoryId,
Holder<String> objectId,
String targetFolderId,
String sourceFolderId,
ExtensionsData extension) |
void |
query(CallContext context,
String repositoryId,
ExtensionsData extension) |
StoredObject[] |
removeObjectFromFolder(CallContext context,
String repositoryId,
String objectId,
String folderId,
ExtensionsData extension) |
StoredObject[] |
removePolicy(CallContext context,
String repositoryId,
String policyId,
String objectId,
ExtensionsData extension) |
StoredObject |
setContentStream(CallContext context,
String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
ExtensionsData extension) |
StoredObject |
updateProperties(CallContext context,
String repositoryId,
Holder<String> objectId,
ExtensionsData extension) |
TypeDefinition |
updateType(CallContext callContext,
String repositoryId,
TypeDefinition type,
ExtensionsData extension) |