Modifier and Type | Method and Description |
---|---|
PropertyDefinition<T> |
Property.getDefinition()
Returns the property definition.
|
Modifier and Type | Method and Description |
---|---|
<T> Property<T> |
ObjectFactory.createProperty(PropertyDefinition<T> type,
List<T> values) |
void |
QueryStatement.setProperty(int parameterIndex,
PropertyDefinition<?> propertyDefinition)
Sets the designated parameter to the query name of the given property.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinition<?> |
ClientTypeCacheImpl.getPropertyDefinition(String propId) |
Modifier and Type | Method and Description |
---|---|
PropertyDefinition<T> |
PropertyImpl.getDefinition() |
Modifier and Type | Method and Description |
---|---|
protected void |
PropertyImpl.initialize(PropertyDefinition<?> pd) |
void |
QueryStatementImpl.setProperty(int parameterIndex,
PropertyDefinition<?> propertyDefinition) |
Constructor and Description |
---|
PropertyImpl(PropertyDefinition<T> pd,
List<T> values)
Constructs a property from a list of values.
|
Modifier and Type | Method and Description |
---|---|
<T> Property<T> |
ObjectFactoryImpl.createProperty(PropertyDefinition<T> type,
List<T> values) |
Modifier and Type | Method and Description |
---|---|
static List<TypeUtils.ValidationError> |
TypeUtils.validatePropertyDefinition(PropertyDefinition<?> propDef)
Validates a property definition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutablePropertyBooleanDefinition |
interface |
MutablePropertyDateTimeDefinition |
interface |
MutablePropertyDecimalDefinition |
interface |
MutablePropertyDefinition<T>
Mutable base property definition interface.
|
interface |
MutablePropertyHtmlDefinition |
interface |
MutablePropertyIdDefinition |
interface |
MutablePropertyIntegerDefinition |
interface |
MutablePropertyStringDefinition |
interface |
MutablePropertyUriDefinition |
interface |
PropertyBooleanDefinition
Property definition of a boolean property.
|
interface |
PropertyDateTimeDefinition
Property definition of a datetime property.
|
interface |
PropertyDecimalDefinition
Property definition of a decimal property.
|
interface |
PropertyHtmlDefinition
Property definition of a HTML property.
|
interface |
PropertyIdDefinition
Property definition of an ID property.
|
interface |
PropertyIntegerDefinition
Property definition of an integer property.
|
interface |
PropertyStringDefinition
Property definition of a string property.
|
interface |
PropertyUriDefinition
Property definition of a URI property.
|
Modifier and Type | Method and Description |
---|---|
Map<String,PropertyDefinition<?>> |
TypeDefinition.getPropertyDefinitions()
Returns the property definitions of this type.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableTypeDefinition.addPropertyDefinition(PropertyDefinition<?> propertyDefinition)
Adds or replaces a property definition.
|
Modifier and Type | Method and Description |
---|---|
static PropertyDefinition<?> |
WSConverter.convert(CmisPropertyDefinitionType propertyDefinition)
Converts a property definition object.
|
static PropertyDefinition<?> |
JSONConverter.convertPropertyDefinition(Map<String,Object> json) |
PropertyDefinition<?> |
TypeCache.getPropertyDefinition(String propId)
Finds the property definition in all cached types.
|
Modifier and Type | Method and Description |
---|---|
static Object |
JSONConverter.convert(PropertyData<?> property,
PropertyDefinition<?> propDef,
boolean succinct)
Converts a property.
|
static CmisPropertyDefinitionType |
WSConverter.convert(PropertyDefinition<?> propertyDefinition)
Converts a property definition object.
|
static JSONObject |
JSONConverter.convert(PropertyDefinition<?> propertyDefinition)
Converts a property type definition.
|
static void |
XMLConverter.writePropertyDefinition(javax.xml.stream.XMLStreamWriter writer,
CmisVersion cmisVersion,
PropertyDefinition<?> source) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPropertyDefinition<T>
Abstract property definition data implementation.
|
class |
PropertyBooleanDefinitionImpl
Boolean property definition data implementation.
|
class |
PropertyDateTimeDefinitionImpl
DateTime property definition data implementation.
|
class |
PropertyDecimalDefinitionImpl
Decimal property definition data implementation.
|
class |
PropertyHtmlDefinitionImpl
HTML property definition data implementation.
|
class |
PropertyIdDefinitionImpl
Id property definition data implementation.
|
class |
PropertyIntegerDefinitionImpl
Boolean property definition data implementation.
|
class |
PropertyStringDefinitionImpl
String property definition data implementation.
|
class |
PropertyUriDefinitionImpl
URI property definition data implementation.
|
Modifier and Type | Method and Description |
---|---|
Map<String,PropertyDefinition<?>> |
AbstractTypeDefinition.getPropertyDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTypeDefinition.addPropertyDefinition(PropertyDefinition<?> propertyDefinition) |
<T> MutablePropertyData<T> |
BindingsObjectFactoryImpl.createPropertyData(PropertyDefinition<T> pd,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTypeDefinition.setPropertyDefinitions(Map<String,PropertyDefinition<?>> newPropertyDefinitions) |
Modifier and Type | Method and Description |
---|---|
<T> PropertyData<T> |
BindingsObjectFactory.createPropertyData(PropertyDefinition<T> pd,
Object value) |
Modifier and Type | Method and Description |
---|---|
protected int |
InMemoryQueryProcessor.compareTo(PropertyDefinition<?> td,
Object lValue,
Object rVal) |
static Object |
PropertyQueryUtil.getProperty(StoredObject so,
String propertyId,
PropertyDefinition<?> pd) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseServiceValidatorImpl.checkCreatablePropertyTypes(String repositoryId,
Collection<PropertyDefinition<?>> propertyDefinitions) |
protected void |
BaseServiceValidatorImpl.checkUpdatePropertyDefinitions(Map<String,PropertyDefinition<?>> oldPropertyDefinitions,
Map<String,PropertyDefinition<?>> newPropertyDefinitions) |
protected void |
BaseServiceValidatorImpl.checkUpdatePropertyDefinitions(Map<String,PropertyDefinition<?>> oldPropertyDefinitions,
Map<String,PropertyDefinition<?>> newPropertyDefinitions) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentTypeCreationHelper.InMemoryDocumentType.addPropertyDefinition(PropertyDefinition<?> propertyDefinition) |
void |
DocumentTypeCreationHelper.InMemoryFolderType.addPropertyDefinition(PropertyDefinition<?> propertyDefinition) |
void |
DocumentTypeCreationHelper.InMemoryRelationshipType.addPropertyDefinition(PropertyDefinition<?> propertyDefinition) |
void |
DocumentTypeCreationHelper.InMemoryPolicyType.addPropertyDefinition(PropertyDefinition<?> propertyDefinition) |
void |
DocumentTypeCreationHelper.InMemoryItemType.addPropertyDefinition(PropertyDefinition<?> propertyDefinition) |
void |
DocumentTypeCreationHelper.InMemorySecondaryType.addPropertyDefinition(PropertyDefinition<?> propertyDefinition) |
static AbstractPropertyDefinition<?> |
TypeUtil.clonePropertyDefinition(PropertyDefinition<?> pd) |
Modifier and Type | Method and Description |
---|---|
static void |
DocumentTypeCreationHelper.mergePropertyDefinitions(Map<String,PropertyDefinition<?>> existingPpropertyDefinitions,
Map<String,PropertyDefinition<?>> newPropertyDefinitions) |
static void |
DocumentTypeCreationHelper.mergePropertyDefinitions(Map<String,PropertyDefinition<?>> existingPpropertyDefinitions,
Map<String,PropertyDefinition<?>> newPropertyDefinitions) |
static void |
DocumentTypeCreationHelper.setBasicDocumentPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions) |
static void |
DocumentTypeCreationHelper.setBasicFolderPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions) |
static void |
DocumentTypeCreationHelper.setBasicPolicyPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions) |
static void |
DocumentTypeCreationHelper.setBasicPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions) |
static void |
DocumentTypeCreationHelper.setBasicRelationshipPropertyDefinitions(Map<String,PropertyDefinition<?>> propertyDefinitions) |
Modifier and Type | Method and Description |
---|---|
static PropertyDefinition<?> |
JcrTypeManager.createPropDef(String id,
String displayName,
String description,
PropertyType datatype,
Cardinality cardinality,
Updatability updateability,
boolean inherited,
boolean required)
Creates a property definition object.
|
Modifier and Type | Method and Description |
---|---|
static PropertyData<?> |
PropertyHelper.getDefaultValue(PropertyDefinition<?> propDef)
Determine the default property data value for a given property
definition.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinition<?> |
ServerTypeCacheImpl.getPropertyDefinition(String propId) |
Modifier and Type | Method and Description |
---|---|
MutablePropertyDefinition<?> |
TypeDefinitionFactory.copy(PropertyDefinition<?> sourcePropertyDefinition)
Copies the given property definition and returns a mutable object.
|
protected <T> List<Choice<T>> |
TypeDefinitionFactory.copyChoices(PropertyDefinition<T> source)
Returns a copy of a choice tree.
|
protected <T> List<T> |
TypeDefinitionFactory.copyDefaultValue(PropertyDefinition<T> source)
Returns a copy of a default value.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinition<?> |
ColumnReference.getPropertyDefinition() |
Modifier and Type | Method and Description |
---|---|
protected CmisTestResult |
AbstractSessionTest.assertEquals(PropertyDefinition<?> expected,
PropertyDefinition<?> actual,
CmisTestResult success,
CmisTestResult failure) |
protected CmisTestResult |
AbstractSessionTest.assertEquals(PropertyDefinition<?> expected,
PropertyDefinition<?> actual,
CmisTestResult success,
CmisTestResult failure) |
protected CmisTestResult |
AbstractSessionTest.checkPropertyDefinition(PropertyDefinition<?> propDef,
String message) |
Modifier and Type | Method and Description |
---|---|
Object |
PropertyMapperTika.convertValue(String key,
PropertyDefinition<?> propDef,
String strValueParam) |
Object |
PropertyMapperExif.convertValue(String id,
PropertyDefinition<?> propDef,
String strValue) |
Object |
PropertyMapper.convertValue(String id,
PropertyDefinition<?> propDef,
String strValue)
Convert a value parsed from the file to the type the corresponding property expects
|
Constructor and Description |
---|
PropertyEditorFrame.PropertyInputPanel(PropertyDefinition<?> propDef,
Object value,
int position) |
Modifier and Type | Method and Description |
---|---|
protected JComponent |
CreateDialog.createPropertyComponent(PropertyDefinition<?> definition) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.