|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtensionLevel | |
|---|---|
| org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
| org.apache.chemistry.opencmis.commons.enums | OpenCMIS enums. |
| Uses of ExtensionLevel in org.apache.chemistry.opencmis.client.api |
|---|
| Methods in org.apache.chemistry.opencmis.client.api with parameters of type ExtensionLevel | |
|---|---|
List<CmisExtensionElement> |
CmisObject.getExtensions(ExtensionLevel level)
Returns the extensions for the given level. |
List<CmisExtensionElement> |
TransientCmisObject.getInputExtensions(ExtensionLevel level)
|
List<CmisExtensionElement> |
TransientCmisObject.getOutputExtensions(ExtensionLevel level)
|
void |
TransientCmisObject.setOutputExtensions(ExtensionLevel level,
List<CmisExtensionElement> extensions)
|
| Uses of ExtensionLevel in org.apache.chemistry.opencmis.commons.enums |
|---|
| Methods in org.apache.chemistry.opencmis.commons.enums that return ExtensionLevel | |
|---|---|
static ExtensionLevel |
ExtensionLevel.fromValue(String v)
|
static ExtensionLevel |
ExtensionLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExtensionLevel[] |
ExtensionLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||