Uses of Class
de.aristaflow.ilm.model.resourcemodel.Resource
-
-
Uses of Resource in de.aristaflow.ilm.model.resourcemodel
Fields in de.aristaflow.ilm.model.resourcemodel with type parameters of type Resource Modifier and Type Field Description List<@Valid Resource>
ResInitialRemoteIteratorData. resources
List<@Valid Resource>
ResRemoteIteratorData. resources
List<@NotNull @Valid Resource>
Resource. subRes
List<@NotNull @Valid Resource>
ResourceInstance. subRes
Methods in de.aristaflow.ilm.model.resourcemodel that return Resource Modifier and Type Method Description static Resource
Transformation. toIlm(de.aristaflow.adept2.model.resourcemodel.Resource res)
Deprecated, for removal: This API element is subject to removal in a future version.static Resource
Transformation. toIlm(de.aristaflow.adept2.model.resourcemodel.Resource res, Logger logger)
Methods in de.aristaflow.ilm.model.resourcemodel that return types with arguments of type Resource Modifier and Type Method Description List<Resource>
ResInitialRemoteIteratorData. getContentAbstract()
List<Resource>
ResRemoteIteratorData. getContentAbstract()
Methods in de.aristaflow.ilm.model.resourcemodel with parameters of type Resource Modifier and Type Method Description static de.aristaflow.adept2.model.resourcemodel.Resource
Transformation. fromIlm(de.aristaflow.adept2.model.resourcemodel.builder.ResourceModelFactory rmf, Resource res)
Deprecated, for removal: This API element is subject to removal in a future version.static de.aristaflow.adept2.model.resourcemodel.Resource
Transformation. fromIlm(de.aristaflow.adept2.model.resourcemodel.builder.ResourceModelFactory rmf, Resource res, Logger logger)
Method parameters in de.aristaflow.ilm.model.resourcemodel with type arguments of type Resource Modifier and Type Method Description void
ResInitialRemoteIteratorData. setContentAbstract(List<Resource> content)
void
ResRemoteIteratorData. setContentAbstract(List<Resource> content)
-
Uses of Resource in de.aristaflow.ilm.ws.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.core.resmodelmanager that return Resource Modifier and Type Method Description @Valid Resource
ResModelChangeOperationsWebService. addResourceTo(@NotNull @Valid SessionToken session, @NotNull UUID transaction, @NotNull @Valid Resource res, String parentId)
@Valid Resource
ResModelExplorerWebService. getResourceForId(@NotNull @Valid SessionToken session, @NotEmpty String resId, Boolean includeParents)
@Valid Resource
ResModelChangeOperationsWebService. moveResource(@NotNull @Valid SessionToken session, @NotNull UUID transaction, @NotNull @Valid String resId, String newParentId)
@Valid Resource
ResModelChangeOperationsWebService. removeResource(@NotNull @Valid SessionToken session, @NotNull UUID transaction, @NotNull @Valid String resId)
@Valid Resource
ResModelChangeOperationsWebService. updateResourceAttributes(@NotNull @Valid SessionToken session, @NotNull UUID transaction, @NotNull @Valid Resource res)
Methods in de.aristaflow.ilm.ws.core.resmodelmanager with parameters of type Resource Modifier and Type Method Description @Valid Resource
ResModelChangeOperationsWebService. addResourceTo(@NotNull @Valid SessionToken session, @NotNull UUID transaction, @NotNull @Valid Resource res, String parentId)
@Valid Resource
ResModelChangeOperationsWebService. updateResourceAttributes(@NotNull @Valid SessionToken session, @NotNull UUID transaction, @NotNull @Valid Resource res)
-
Uses of Resource in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager that return Resource Modifier and Type Method Description protected Resource
ResModelChangeOperationsRest. _moveResource(UUID transaction, String resId, String parent)
Resource
ResModelChangeOperationsRest. addResourceTo(@NotNull UUID transaction, @NotNull @Valid ResWithParent resWithParent)
Resource
ResModelExplorerRest. getResourceForId(@NotNull String resId, Boolean includeParents)
Resource
ResModelChangeOperationsRest. moveResource(@NotNull UUID transaction, @NotNull String resId, @NotNull String parent)
Resource
ResModelChangeOperationsRest. moveResourceToTopLevel(@NotNull UUID transaction, @NotNull String resId)
Resource
ResModelChangeOperationsRest. removeResource(@NotNull UUID transaction, @NotNull String resId)
Resource
ResModelChangeOperationsRest. updateResourceAttributes(@NotNull UUID transaction, Resource res)
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager with parameters of type Resource Modifier and Type Method Description Resource
ResModelChangeOperationsRest. updateResourceAttributes(@NotNull UUID transaction, Resource res)
-
Uses of Resource in de.aristaflow.ilm.ws.rest.model.resourcemodel
Fields in de.aristaflow.ilm.ws.rest.model.resourcemodel declared as Resource Modifier and Type Field Description @NotNull @Valid Resource
ResWithParent. resource
-