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)
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)
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 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, String parent)
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.core.worklistmanager
Methods in de.aristaflow.ilm.ws.rest.core.worklistmanager that return Resource Modifier and Type Method Description Resource
WorklistManagerRest. addResourceToModel(Resource res)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.Methods in de.aristaflow.ilm.ws.rest.core.worklistmanager with parameters of type Resource Modifier and Type Method Description Resource
WorklistManagerRest. addResourceToModel(Resource res)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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
-