Uses of Class
org.hippoecm.frontend.model.ocm.StoreException
-
Packages that use StoreException Package Description org.hippoecm.frontend.model.ocm org.hippoecm.frontend.types -
-
Uses of StoreException in org.hippoecm.frontend.model.ocm
Methods in org.hippoecm.frontend.model.ocm that throw StoreException Modifier and Type Method 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. -
Uses of StoreException in org.hippoecm.frontend.types
Methods in org.hippoecm.frontend.types that throw StoreException Modifier and Type Method Description protected void
BuiltinTypeDescriptor. addDefinition(String prefix, 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)
Constructors in org.hippoecm.frontend.types that throw StoreException Constructor Description BuiltinTypeDescriptor(String type, ITypeLocator locator)
-