Uses of Interface
io.ciera.runtime.api.domain.ObjectInstance
Packages that use ObjectInstance
Package
Description
-
Uses of ObjectInstance in io.ciera.runtime.api.action
Methods in io.ciera.runtime.api.action that return ObjectInstanceModifier and TypeMethodDescriptionInstanceActionHome.self()
Get the object instance associated with invocations of this action. -
Uses of ObjectInstance in io.ciera.runtime.api.domain
Subinterfaces of ObjectInstance in io.ciera.runtime.api.domainMethods in io.ciera.runtime.api.domain with type parameters of type ObjectInstanceModifier and TypeMethodDescription<T extends ObjectInstance>
TInstancePopulation.createInstance
(Class<T> object) <T extends ObjectInstance>
TInstancePopulation.createInstance
(Class<T> object, Consumer<T> instanceInitializer) <T extends ObjectInstance>
Stream<T>InstancePopulation.getAllInstances
(Class<T> object) <T extends ObjectInstance>
TInstancePopulation.getInstance
(Class<T> object) <T extends ObjectInstance>
TInstancePopulation.getInstance
(Class<T> object, UniqueId instanceId) <T extends ObjectInstance>
TInstancePopulation.getInstance
(Class<T> object, Predicate<T> where) <T extends ObjectInstance>
intInstancePopulation.getUniqueInteger
(Class<T> object, Function<T, Integer> keyMapper) Methods in io.ciera.runtime.api.domain that return types with arguments of type ObjectInstanceMethods in io.ciera.runtime.api.domain with parameters of type ObjectInstanceModifier and TypeMethodDescriptionvoid
InstancePopulation.addInstance
(ObjectInstance instance) void
InstancePopulation.deleteInstance
(ObjectInstance instance) -
Uses of ObjectInstance in io.ciera.runtime.api.exceptions
Methods in io.ciera.runtime.api.exceptions that return ObjectInstanceConstructors in io.ciera.runtime.api.exceptions with parameters of type ObjectInstanceModifierConstructorDescriptionDeletedInstanceException
(String message, InstancePopulation population, ObjectInstance... instances) EmptyInstanceException
(String message, InstancePopulation population, ObjectInstance... instances) InstancePopulationException
(String message, InstancePopulation population, ObjectInstance... instances) InstancePopulationException
(String message, Throwable cause, InstancePopulation population, ObjectInstance... instances) InvalidRelationshipException
(String message, InstancePopulation population, ObjectInstance... instances) ReferentialAttributeException
(String message, InstancePopulation population, ObjectInstance... instances)