Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
org.apache.chemistry.opencmis.commons.definitions |
OpenCMIS type and property definition interfaces.
|
org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
org.apache.chemistry.opencmis.commons.impl.server | |
org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
Modifier and Type | Method and Description |
---|---|
BaseTypeId |
CmisObjectProperties.getBaseTypeId()
Returns the id of the base type of this CMIS object (CMIS property
cmis:baseTypeId ). |
Modifier and Type | Method and Description |
---|---|
BaseTypeId |
ObjectData.getBaseTypeId()
Returns the base object type.
|
Modifier and Type | Method and Description |
---|---|
List<BaseTypeId> |
RepositoryInfo.getChangesOnType()
Returns which types of objects are considered in the changelog.
|
Modifier and Type | Method and Description |
---|---|
BaseTypeId |
TypeDefinition.getBaseTypeId()
Returns the base object type id.
|
Modifier and Type | Method and Description |
---|---|
static BaseTypeId |
BaseTypeId.fromValue(String v) |
static BaseTypeId |
BaseTypeId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseTypeId[] |
BaseTypeId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BaseTypeId |
ObjectInfoImpl.getBaseType() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectInfoImpl.setBaseType(BaseTypeId baseObjectTypeId) |
Constructor and Description |
---|
ObjectInfoImpl(String id,
BaseTypeId baseObjectTypeId) |
Modifier and Type | Method and Description |
---|---|
BaseTypeId |
ObjectInfo.getBaseType()
Returns the base type.
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.