|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseTypeId | |
---|---|
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.server | OpenCMIS server interfaces. |
Uses of BaseTypeId in org.apache.chemistry.opencmis.client.api |
---|
Methods in org.apache.chemistry.opencmis.client.api that return BaseTypeId | |
---|---|
BaseTypeId |
CmisObjectProperties.getBaseTypeId()
Returns the id of the base type of this CMIS object (CMIS property cmis:baseTypeId ). |
Uses of BaseTypeId in org.apache.chemistry.opencmis.commons.data |
---|
Methods in org.apache.chemistry.opencmis.commons.data that return BaseTypeId | |
---|---|
BaseTypeId |
ObjectData.getBaseTypeId()
Returns the base object type. |
Methods in org.apache.chemistry.opencmis.commons.data that return types with arguments of type BaseTypeId | |
---|---|
java.util.List<BaseTypeId> |
RepositoryInfo.getChangesOnType()
|
Uses of BaseTypeId in org.apache.chemistry.opencmis.commons.definitions |
---|
Methods in org.apache.chemistry.opencmis.commons.definitions that return BaseTypeId | |
---|---|
BaseTypeId |
TypeDefinition.getBaseTypeId()
Returns the base object type id. |
Uses of BaseTypeId in org.apache.chemistry.opencmis.commons.enums |
---|
Methods in org.apache.chemistry.opencmis.commons.enums that return BaseTypeId | |
---|---|
static BaseTypeId |
BaseTypeId.fromValue(java.lang.String v)
|
static BaseTypeId |
BaseTypeId.valueOf(java.lang.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. |
Uses of BaseTypeId in org.apache.chemistry.opencmis.commons.server |
---|
Methods in org.apache.chemistry.opencmis.commons.server that return BaseTypeId | |
---|---|
BaseTypeId |
ObjectInfo.getBaseType()
Returns the base type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |