|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeDefinition
Base type definition interface.
Method Summary | |
---|---|
BaseTypeId |
getBaseTypeId()
Returns the base object type id. |
java.lang.String |
getDescription()
Returns the property description. |
java.lang.String |
getDisplayName()
Returns the display name. |
java.lang.String |
getId()
Returns the type id. |
java.lang.String |
getLocalName()
Returns the local name. |
java.lang.String |
getLocalNamespace()
Returns the local namespace. |
java.lang.String |
getParentTypeId()
Returns the parent type id. |
java.util.Map<java.lang.String,PropertyDefinition<?>> |
getPropertyDefinitions()
Returns the property definitions of this type. |
java.lang.String |
getQueryName()
Returns the query name |
java.lang.Boolean |
isControllableAcl()
Returns if objects of this type are controllable by ACLs. |
java.lang.Boolean |
isControllablePolicy()
Returns if objects of this type are controllable by policies. |
java.lang.Boolean |
isCreatable()
Returns if an object of this type can be created. |
java.lang.Boolean |
isFileable()
Returns if an object of this type can be filed. |
java.lang.Boolean |
isFulltextIndexed()
Returns if this type is full text indexed. |
java.lang.Boolean |
isIncludedInSupertypeQuery()
Returns if this type is included in queries that query the super type. |
java.lang.Boolean |
isQueryable()
Returns if this type is queryable. |
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData |
---|
getExtensions, setExtensions |
Method Detail |
---|
java.lang.String getId()
java.lang.String getLocalName()
java.lang.String getLocalNamespace()
java.lang.String getDisplayName()
java.lang.String getQueryName()
java.lang.String getDescription()
BaseTypeId getBaseTypeId()
java.lang.String getParentTypeId()
null
if the type is a base
typejava.lang.Boolean isCreatable()
true
if an object of this type can be created;
false
if creation of objects of this type is not
possible; null
- unknown (noncompliant repository)java.lang.Boolean isFileable()
true
if an object of this type can be filed;
false
if an object of this type cannot be filed;
null
- unknown (noncompliant repository)java.lang.Boolean isQueryable()
true
if this type is queryable; false
if this type is not queryable; null
- unknown
(noncompliant repository)java.lang.Boolean isFulltextIndexed()
true
if this type is full text indexed;
false
if this type is not full text indexed;
null
- unknown (noncompliant repository)java.lang.Boolean isIncludedInSupertypeQuery()
true
if this type is included; false
if
this type is not included; null
- unknown
(noncompliant repository)java.lang.Boolean isControllablePolicy()
true
if objects are controllable by policies;
false
if objects are not controllable by policies;
null
- unknown (noncompliant repository)java.lang.Boolean isControllableAcl()
true
if objects are controllable by ACLs;
false
if objects are not controllable by ACLs;
null
- unknown (noncompliant repository)java.util.Map<java.lang.String,PropertyDefinition<?>> getPropertyDefinitions()
null
if the property
definitions were not requested
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |