|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.fileshare.TypeManager
public class TypeManager
Type Manager.
Field Summary | |
---|---|
static String |
DOCUMENT_TYPE_ID
|
static String |
FOLDER_TYPE_ID
|
static String |
POLICY_TYPE_ID
|
static String |
RELATIONSHIP_TYPE_ID
|
Constructor Summary | |
---|---|
TypeManager()
|
Method Summary | |
---|---|
boolean |
addType(TypeDefinition type)
Adds a type to collection with inheriting base type properties. |
TypeDefinition |
getType(String typeId)
For internal use. |
TypeDefinition |
getTypeDefinition(CallContext context,
String typeId)
CMIS getTypeDefinition. |
TypeDefinitionList |
getTypesChildren(CallContext context,
String typeId,
boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount)
CMIS getTypesChildren. |
List<TypeDefinitionContainer> |
getTypesDescendants(CallContext context,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions)
CMIS getTypesDescendants. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DOCUMENT_TYPE_ID
public static final String FOLDER_TYPE_ID
public static final String RELATIONSHIP_TYPE_ID
public static final String POLICY_TYPE_ID
Constructor Detail |
---|
public TypeManager()
Method Detail |
---|
public boolean addType(TypeDefinition type)
public TypeDefinitionList getTypesChildren(CallContext context, String typeId, boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount)
public List<TypeDefinitionContainer> getTypesDescendants(CallContext context, String typeId, BigInteger depth, Boolean includePropertyDefinitions)
public TypeDefinition getType(String typeId)
public TypeDefinition getTypeDefinition(CallContext context, String typeId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |