Constructor and Description |
---|
PropertyImpl(SessionImpl session,
PropertyState state,
ItemLifeCycleListener[] listeners) |
Modifier and Type | Method and Description |
---|---|
PropertyState |
PropertyEntryImpl.getPropertyState() |
PropertyState |
PropertyEntry.getPropertyState() |
PropertyState |
HierarchyManagerImpl.getPropertyState(Path qPath) |
PropertyState |
HierarchyManager.getPropertyState(Path qPath)
Retrieves the
PropertyEntry corresponding to the given
path and resolves it to the underlying PropertyState . |
Modifier and Type | Method and Description |
---|---|
PropertyState |
SetPropertyValue.getPropertyState() |
Modifier and Type | Method and Description |
---|---|
static Operation |
SetPropertyValue.create(PropertyState propState,
QValue[] qValues,
int valueType) |
Modifier and Type | Method and Description |
---|---|
PropertyState |
WorkspaceItemStateFactory.createDeepPropertyState(PropertyId propertyId,
NodeEntry anyParent)
Creates the PropertyState with information retrieved from the
RepositoryService . |
PropertyState |
TransientISFactory.createDeepPropertyState(PropertyId propertyId,
NodeEntry anyParent) |
PropertyState |
ItemStateFactory.createDeepPropertyState(PropertyId propertyId,
NodeEntry anyParent)
Tries to retrieve the
PropertyState with the given PropertyId
and if the state exists, fills in the HierarchyEntries missing between the
last known NodeEntry marked by anyParent . |
PropertyState |
TransientItemStateFactory.createNewPropertyState(PropertyEntry entry,
QPropertyDefinition definition,
QValue[] values,
int propertyType)
Creates a transient
PropertyState . |
PropertyState |
TransientISFactory.createNewPropertyState(PropertyEntry entry,
QPropertyDefinition definition,
QValue[] values,
int propertyType) |
PropertyState |
WorkspaceItemStateFactory.createPropertyState(PropertyId propertyId,
PropertyEntry entry)
Creates the PropertyState with information retrieved from the
RepositoryService . |
PropertyState |
TransientISFactory.createPropertyState(PropertyId propertyId,
PropertyEntry entry) |
PropertyState |
ItemStateFactory.createPropertyState(PropertyId propertyId,
PropertyEntry entry)
Creates the
PropertyState with the given
propertyId . |
PropertyState |
NodeState.getPropertyState(Name propertyName)
Utility method that returns the property state with the given name or
throws an
ItemNotFoundException if no matching, valid
property could be found. |
Modifier and Type | Method and Description |
---|---|
void |
ItemStateValidator.checkSetProperty(PropertyState propState,
int options) |
Modifier and Type | Method and Description |
---|---|
Iterator<PropertyState> |
ReferenceChangeTracker.getReferences() |
Modifier and Type | Method and Description |
---|---|
static Name[] |
StateUtility.getMixinNames(PropertyState ps) |
static Name |
StateUtility.getPrimaryTypeName(PropertyState ps) |
void |
ReferenceChangeTracker.processedReference(PropertyState refPropertyState)
Store the given reference property for later resolution.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.