Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.commons.definitions |
OpenCMIS type and property definition interfaces.
|
org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
Modifier and Type | Method and Description |
---|---|
ContentStreamAllowed |
DocumentType.getContentStreamAllowed()
Gets the enum that describes, how content streams have to be handled with
this document type.
|
Modifier and Type | Method and Description |
---|---|
ContentStreamAllowed |
DocumentTypeDefinition.getContentStreamAllowed()
Returns if a content stream must be set.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableDocumentTypeDefinition.setContentStreamAllowed(ContentStreamAllowed contentStreamAllowed) |
Modifier and Type | Method and Description |
---|---|
static ContentStreamAllowed |
ContentStreamAllowed.fromValue(String v) |
static ContentStreamAllowed |
ContentStreamAllowed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentStreamAllowed[] |
ContentStreamAllowed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.