|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.model.type.TypeDefinition
public class TypeDefinition
Simple plain implementation of TypeDefinition.
| Constructor Summary | |
|---|---|
TypeDefinition()
|
|
TypeDefinition(String id,
EnumBaseObjectTypeIds baseId,
String queryName,
String localName,
String localNamespace,
String parentId,
String displayName,
String description,
boolean creatable,
boolean fileable,
boolean queryable,
boolean fulltextIndexed,
boolean includedInSupertypeQuery,
boolean controllablePolicy,
boolean controllableACL,
boolean versionable,
String[] allowedSourceTypes,
String[] allowedTargetTypes,
EnumContentStreamAllowed contentStreamAllowed,
Map<String,PropertyDefinition<?>> propertyDefinitions)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeDefinition()
public TypeDefinition(String id,
EnumBaseObjectTypeIds baseId,
String queryName,
String localName,
String localNamespace,
String parentId,
String displayName,
String description,
boolean creatable,
boolean fileable,
boolean queryable,
boolean fulltextIndexed,
boolean includedInSupertypeQuery,
boolean controllablePolicy,
boolean controllableACL,
boolean versionable,
String[] allowedSourceTypes,
String[] allowedTargetTypes,
EnumContentStreamAllowed contentStreamAllowed,
Map<String,PropertyDefinition<?>> propertyDefinitions)
| Method Detail |
|---|
public String getId()
public EnumBaseObjectTypeIds getBaseId()
public String getQueryName()
public String getLocalName()
public String getLocalNamespace()
public String getParentId()
public String getDisplayName()
public String getDescription()
public boolean isCreatable()
public boolean isFileable()
public boolean isQueryable()
public boolean isFulltextIndexed()
public boolean isIncludedInSupertypeQuery()
public boolean isControllablePolicy()
public boolean isControllableACL()
public EnumContentStreamAllowed getContentStreamAllowed()
public String[] getAllowedSourceTypes()
public String[] getAllowedTargetTypes()
public boolean isVersionable()
public Map<String,PropertyDefinition<?>> getPropertyDefinitions()
public PropertyDefinition<?> getPropertyDefinition(String id)
public void setId(String id)
public void setBaseId(EnumBaseObjectTypeIds baseId)
public void setQueryName(String queryName)
public void setLocalName(String localName)
public void setLocalNamespace(String localNamespace)
public void setParentId(String parentId)
public void setDisplayName(String displayName)
public void setDescription(String description)
public void setCreatable(boolean creatable)
public void setFileable(boolean fileable)
public void setQueryable(boolean queryable)
public void setFulltextIndexed(boolean fulltextIndexed)
public void setIncludedInSupertypeQuery(boolean includedInSupertypeQuery)
public void setControllablePolicy(boolean controllablePolicy)
public void setControllableACL(boolean controllableACL)
public void setVersionable(boolean versionable)
public void setAllowedSourceTypes(String[] allowedSourceTypes)
public void setAllowedTargetTypes(String[] allowedTargetTypes)
public void setContentStreamAllowed(EnumContentStreamAllowed contentStreamAllowed)
public void setPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||