Uses of Class
de.aristaflow.ilm.model.resourcemodel.ResourceInstance
-
-
Uses of ResourceInstance in de.aristaflow.ilm.model.resourcemodel
Fields in de.aristaflow.ilm.model.resourcemodel with type parameters of type ResourceInstance Modifier and Type Field Description List<@NotNull @Valid ResourceInstance>ResInstInitialRemoteIteratorData. resInstsList<@NotNull @Valid ResourceInstance>ResInstRemoteIteratorData. resInstsMethods in de.aristaflow.ilm.model.resourcemodel that return ResourceInstance Modifier and Type Method Description static ResourceInstanceTransformation. toIlm(de.aristaflow.adept2.model.resourcemodel.ResourceInstance res)Deprecated, for removal: This API element is subject to removal in a future version.static ResourceInstanceTransformation. toIlm(de.aristaflow.adept2.model.resourcemodel.ResourceInstance res, Logger logger)Methods in de.aristaflow.ilm.model.resourcemodel that return types with arguments of type ResourceInstance Modifier and Type Method Description List<ResourceInstance>ResInstInitialRemoteIteratorData. getContentAbstract()List<ResourceInstance>ResInstRemoteIteratorData. getContentAbstract()Method parameters in de.aristaflow.ilm.model.resourcemodel with type arguments of type ResourceInstance Modifier and Type Method Description voidResInstInitialRemoteIteratorData. setContentAbstract(List<ResourceInstance> content)voidResInstRemoteIteratorData. setContentAbstract(List<ResourceInstance> content) -
Uses of ResourceInstance in de.aristaflow.ilm.ws.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.core.resmodelmanager that return ResourceInstance Modifier and Type Method Description @Valid ResourceInstanceResModelExplorerWebService. getResourceInst(@NotNull @Valid SessionToken session, @NotEmpty String xpath, Boolean includeChildren)@Valid ResourceInstanceResModelExplorerWebService. getResourceInstForId(@NotNull @Valid SessionToken session, @NotEmpty String resId, Boolean includeChildren) -
Uses of ResourceInstance in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager that return ResourceInstance Modifier and Type Method Description @Valid ResourceInstanceResModelExplorerRest. getResourceInst(Boolean includeChildren, @NotBlank String xpath)@Valid ResourceInstanceResModelExplorerRest. getResourceInstForId(@NotNull String resId, Boolean includeChildren) -
Uses of ResourceInstance in de.aristaflow.ilm.ws.rest.model.worklistmodel
Fields in de.aristaflow.ilm.ws.rest.model.worklistmodel with type parameters of type ResourceInstance Modifier and Type Field Description List<@NotNull @Valid ResourceInstance>ItemAssessmentData. resInsts
-