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. resInsts
List<@NotNull @Valid ResourceInstance>
ResInstRemoteIteratorData. resInsts
Methods in de.aristaflow.ilm.model.resourcemodel that return ResourceInstance Modifier and Type Method Description static ResourceInstance
Transformation. toIlm(de.aristaflow.adept2.model.resourcemodel.ResourceInstance res)
Deprecated, for removal: This API element is subject to removal in a future version.static ResourceInstance
Transformation. 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 void
ResInstInitialRemoteIteratorData. setContentAbstract(List<ResourceInstance> content)
void
ResInstRemoteIteratorData. 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 ResourceInstance
ResModelExplorerWebService. getResourceInst(@NotNull @Valid SessionToken session, @NotEmpty String xpath, Boolean includeChildren)
@Valid ResourceInstance
ResModelExplorerWebService. 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 ResourceInstance
ResModelExplorerRest. getResourceInst(Boolean includeChildren, @NotBlank String xpath)
@Valid ResourceInstance
ResModelExplorerRest. 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
-