Uses of Interface
org.apache.jackrabbit.jcr2spi.hierarchy.PropertyEntry
-
Packages that use PropertyEntry Package Description org.apache.jackrabbit.jcr2spi.hierarchy org.apache.jackrabbit.jcr2spi.state -
-
Uses of PropertyEntry in org.apache.jackrabbit.jcr2spi.hierarchy
Classes in org.apache.jackrabbit.jcr2spi.hierarchy that implement PropertyEntry Modifier and Type Class Description classPropertyEntryImplPropertyEntryImplimplements a reference to a property state.Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return PropertyEntry Modifier and Type Method Description PropertyEntryNodeEntry. addNewPropertyEntry(Name propName, QPropertyDefinition definition, QValue[] values, int propertyType)Add a new, transientPropertyEntryto thisNodeEntryand return thePropertyStateassociated with the new entry.PropertyEntryNodeEntryImpl. addNewPropertyEntry(Name propName, QPropertyDefinition definition, QValue[] values, int propertyType)PropertyEntryEntryFactory. createPropertyEntry(NodeEntry parent, Name qName)PropertyEntryChildPropertyEntries. get(Name propertyName)Return the PropertyEntry with the givenNameornull.PropertyEntryChildPropertyEntriesImpl. get(Name propertyName)PropertyEntryNodeEntry. getDeepPropertyEntry(Path path)Traverse the tree below this entry and return the child entry matching the given path.PropertyEntryNodeEntryImpl. getDeepPropertyEntry(Path path)PropertyEntryNodeEntry. getOrAddPropertyEntry(Name propName)Add an existingPropertyEntrywith the given name if it is not yet contained in thisNodeEntry.PropertyEntryNodeEntryImpl. getOrAddPropertyEntry(Name propName)PropertyEntryHierarchyManager. getPropertyEntry(Path qPath)Resolves a path into aPropertyEntry.PropertyEntryHierarchyManager. getPropertyEntry(PropertyId propertyId)Resolves a propertyId into aPropertyEntry.PropertyEntryHierarchyManagerImpl. getPropertyEntry(Path qPath)PropertyEntryHierarchyManagerImpl. getPropertyEntry(PropertyId propertyId)PropertyEntryNodeEntry. getPropertyEntry(Name propName)Returns the validPropertyEntrywith the specified name ornullif no matching entry exists.PropertyEntryNodeEntry. getPropertyEntry(Name propName, boolean loadIfNotFound)Returns the validPropertyEntrywith the specified name ornullif no matching entry exists.PropertyEntryNodeEntryImpl. getPropertyEntry(Name propName)PropertyEntryNodeEntryImpl. getPropertyEntry(Name propName, boolean loadIfNotFound)Ignores theloadIfNotFoundflag due to the fact, thatNodeInfo.getPropertyIds()returns the complete list of property names currently available.Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return types with arguments of type PropertyEntry Modifier and Type Method Description Collection<PropertyEntry>ChildPropertyEntries. getPropertyEntries()Returns an unmodifiable collection containing allPropertyEntryobjects present.Collection<PropertyEntry>ChildPropertyEntriesImpl. getPropertyEntries()Iterator<PropertyEntry>NodeEntry. getPropertyEntries()Returns an unmodifiable Iterator over those children that represent valid PropertyEntries.Iterator<PropertyEntry>NodeEntryImpl. getPropertyEntries()Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type PropertyEntry Modifier and Type Method Description voidChildPropertyEntries. add(PropertyEntry propertyEntry)Adds the newPropertyEntryto thisChildPropertyEntries.voidChildPropertyEntriesImpl. add(PropertyEntry propertyEntry)booleanChildPropertyEntries. remove(PropertyEntry propertyEntry)Remove the collection entry with the givenName.booleanChildPropertyEntriesImpl. remove(PropertyEntry propertyEntry)Method parameters in org.apache.jackrabbit.jcr2spi.hierarchy with type arguments of type PropertyEntry Modifier and Type Method Description voidChildPropertyEntries. addAll(Collection<PropertyEntry> propertyEntries)Adds allPropertyEntrys from the given collection to thisChildPropertyEntries.voidChildPropertyEntriesImpl. addAll(Collection<PropertyEntry> propertyEntries) -
Uses of PropertyEntry in org.apache.jackrabbit.jcr2spi.state
Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type PropertyEntry Modifier and Type Method Description PropertyStateTransientISFactory. createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition, QValue[] values, int propertyType)PropertyStateTransientItemStateFactory. createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition, QValue[] values, int propertyType)Creates a transientPropertyState.PropertyStateItemStateFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)Creates thePropertyStatewith the givenpropertyId.PropertyStateTransientISFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)PropertyStateWorkspaceItemStateFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)Creates the PropertyState with information retrieved from theRepositoryService.Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type PropertyEntry Constructor Description PropertyState(PropertyEntry entry, ItemStateFactory isf, QPropertyDefinition definition, ItemDefinitionProvider definitionProvider, QValue[] values, int propertyType)Create a NEW PropertyStatePropertyState(PropertyEntry entry, PropertyInfo pInfo, ItemStateFactory isf, ItemDefinitionProvider definitionProvider)Create an EXISTING PropertyState
-