|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| org.xcmis.client.gwt.model.property | |
| org.xcmis.client.gwt.object.impl | |
| org.xcmis.client.gwt.unmarshallers.parser | |
| Uses of Property in org.xcmis.client.gwt.model.property |
|---|
| Classes in org.xcmis.client.gwt.model.property that implement Property | |
|---|---|
class |
BaseProperty<T>
Base implementation of CMIS property. |
class |
BooleanProperty
|
class |
DateTimeProperty
|
class |
DecimalProperty
|
class |
HtmlProperty
|
class |
IdProperty
|
class |
IntegerProperty
|
class |
StringProperty
|
class |
UriProperty
|
| Methods in org.xcmis.client.gwt.model.property that return Property | |
|---|---|
Property<?> |
CmisProperties.getProperty(String id)
|
| Methods in org.xcmis.client.gwt.model.property that return types with arguments of type Property | |
|---|---|
Map<String,Property<?>> |
CmisProperties.getProperties()
|
| Method parameters in org.xcmis.client.gwt.model.property with type arguments of type Property | |
|---|---|
void |
CmisProperties.setProperties(Map<String,Property<?>> properties)
|
| Constructor parameters in org.xcmis.client.gwt.model.property with type arguments of type Property | |
|---|---|
CmisProperties(Map<String,Property<?>> properties)
|
|
| Uses of Property in org.xcmis.client.gwt.object.impl |
|---|
| Constructor parameters in org.xcmis.client.gwt.object.impl with type arguments of type Property | |
|---|---|
CmisObjectImpl(Map<String,Property<?>> properties,
List<AccessControlEntry> acl,
boolean exactACL,
Set<String> policyIds,
List<CmisObjectImpl> relationships,
List<Rendition> renditions,
AllowableActions allowableActions,
ChangeInfo changeInfo,
ObjectInfo objectInfo,
String pathSegment)
|
|
| Uses of Property in org.xcmis.client.gwt.unmarshallers.parser |
|---|
| Methods in org.xcmis.client.gwt.unmarshallers.parser that return types with arguments of type Property | |
|---|---|
static Map<String,Property<?>> |
PropertiesParser.parse(com.google.gwt.xml.client.Node node)
Parse properties xml element to CmisPropertiesType. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||