|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyDefinition | |
|---|---|
| org.xcmis.client.gwt.marshallers.builder | |
| org.xcmis.client.gwt.model.property | |
| org.xcmis.client.gwt.model.type | |
| org.xcmis.client.gwt.unmarshallers.parser | |
| Uses of PropertyDefinition in org.xcmis.client.gwt.marshallers.builder |
|---|
| Method parameters in org.xcmis.client.gwt.marshallers.builder with type arguments of type PropertyDefinition | |
|---|---|
static void |
TypeXMLBuilder.addPropertyDefinition(com.google.gwt.xml.client.Document doc,
com.google.gwt.xml.client.Element typeElement,
Map<String,PropertyDefinition<?>> propertyList)
Create xml element for new property definition. |
| Uses of PropertyDefinition in org.xcmis.client.gwt.model.property |
|---|
| Classes in org.xcmis.client.gwt.model.property that implement PropertyDefinition | |
|---|---|
class |
BasePropertyDefinition<T>
Created by The eXo Platform SAS. |
class |
BooleanPropertyDefinition
|
class |
DateTimePropertyDefinition
|
class |
DecimalPropertyDefinition
|
class |
HtmlPropertyDefinition
|
class |
IdPropertyDefinition
|
class |
IntegerPropertyDefinition
|
class |
StringPropertyDefinition
|
class |
UriPropertyDefinition
|
| Uses of PropertyDefinition in org.xcmis.client.gwt.model.type |
|---|
| Methods in org.xcmis.client.gwt.model.type that return PropertyDefinition | |
|---|---|
PropertyDefinition<?> |
TypeDefinition.getPropertyDefinition(String id)
|
| Methods in org.xcmis.client.gwt.model.type that return types with arguments of type PropertyDefinition | |
|---|---|
Map<String,PropertyDefinition<?>> |
TypeDefinition.getPropertyDefinitions()
|
| Method parameters in org.xcmis.client.gwt.model.type with type arguments of type PropertyDefinition | |
|---|---|
void |
TypeDefinition.setPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions)
|
| Constructor parameters in org.xcmis.client.gwt.model.type with type arguments of type PropertyDefinition | |
|---|---|
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)
|
|
| Uses of PropertyDefinition in org.xcmis.client.gwt.unmarshallers.parser |
|---|
| Methods in org.xcmis.client.gwt.unmarshallers.parser that return PropertyDefinition | |
|---|---|
static PropertyDefinition<?> |
PropertyDefinitionParser.parse(com.google.gwt.xml.client.Node node)
Parse xml element to get CmisPropertyBooleanDefinitionType. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||