Package | Description |
---|---|
org.hippoecm.frontend.model.ocm | |
org.hippoecm.frontend.types |
Modifier and Type | Method and Description |
---|---|
void |
IStore.delete(T object)
Remove an object from storage.
|
Iterator<T> |
IStore.find(Map<String,Object> criteria)
Search for objects that meet the specified criteria.
|
T |
IStore.load(String id)
Load an object by its id.
|
String |
IStore.save(T object)
Store an object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BuiltinTypeDescriptor.addDefinition(String prefix,
javax.jcr.nodetype.ItemDefinition definition) |
Iterator<ITypeDescriptor> |
BuiltinTypeStore.find(Map<String,Object> criteria) |
List<ITypeDescriptor> |
ITypeLocator.getSubTypes(String type)
Retrieves the list of types that descend from the specified type.
|
List<ITypeDescriptor> |
TypeLocator.getSubTypes(String type) |
ITypeDescriptor |
BuiltinTypeStore.load(String id) |
ITypeDescriptor |
ITypeLocator.locate(String type) |
ITypeDescriptor |
TypeLocator.locate(String type) |
String |
BuiltinTypeStore.save(ITypeDescriptor object) |
Constructor and Description |
---|
BuiltinTypeDescriptor(String type,
ITypeLocator locator) |
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.