|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VersioningState | |
|---|---|
| org.xcmis.spi | |
| org.xcmis.spi.basic | |
| org.xcmis.spi.model | |
| Uses of VersioningState in org.xcmis.spi |
|---|
| Methods in org.xcmis.spi with parameters of type VersioningState | |
|---|---|
DocumentData |
Storage.copyDocument(DocumentData source,
FolderData parent,
Map<String,Property<?>> properties,
List<AccessControlEntry> acl,
Collection<PolicyData> policies,
VersioningState versioningState)
Create new document as copy of the given source document and
use parent as parent. |
DocumentData |
Storage.createDocument(FolderData parent,
TypeDefinition typeDefinition,
Map<String,Property<?>> properties,
ContentStream content,
List<AccessControlEntry> acl,
Collection<PolicyData> policies,
VersioningState versioningState)
Create new document with type typeDefinition using
parent as parent. |
String |
Connection.createDocument(String parentId,
Map<String,Property<?>> properties,
ContentStream content,
List<AccessControlEntry> addACL,
List<AccessControlEntry> removeACL,
Collection<String> policies,
VersioningState versioningState)
Create a document object. |
String |
Connection.createDocumentFromSource(String sourceId,
String parentId,
Map<String,Property<?>> properties,
List<AccessControlEntry> addACL,
List<AccessControlEntry> removeACL,
Collection<String> policies,
VersioningState versioningState)
Create a document object as a copy of the given source document in the specified parent folder parentId. |
| Uses of VersioningState in org.xcmis.spi.basic |
|---|
| Methods in org.xcmis.spi.basic with parameters of type VersioningState | |
|---|---|
DocumentData |
BasicStorage.createDocument(FolderData parent,
TypeDefinition typeDefinition,
Map<String,Property<?>> properties,
ContentStream content,
List<AccessControlEntry> acl,
Collection<PolicyData> policies,
VersioningState versioningState)
Create new document with type typeDefinition using
parent as parent. |
| Uses of VersioningState in org.xcmis.spi.model |
|---|
| Methods in org.xcmis.spi.model that return VersioningState | |
|---|---|
static VersioningState |
VersioningState.fromValue(String value)
|
static VersioningState |
VersioningState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VersioningState[] |
VersioningState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||