Skip navigation links
oracle.wcps.conductor.services
Interface IRsgService
-
public interface IRsgService
getRsgs
java.util.List<ResourceScenarioGroup> getRsgs(ClientContext clientContext)
throws ConductorException
-
- Throws:
ConductorException
getRsg
ResourceScenarioGroup getRsg(ClientContext clientContext,
java.lang.String instanceResourceTypeUrn)
throws ConductorException
-
- Throws:
ConductorException
updateRsg
ResourceScenarioGroup updateRsg(ClientContext clientContext,
ResourceScenarioGroup rsg)
throws ConductorException
-
- Throws:
ConductorException
createRsg
ResourceScenarioGroup createRsg(ClientContext clientContext,
ResourceScenarioGroup rsg)
throws ConductorException
-
- Throws:
ConductorException
renameRsg
void renameRsg(ClientContext clientContext,
java.lang.String oldName,
java.lang.String newName)
throws ConductorException
-
- Throws:
ConductorException
deleteRsg
void deleteRsg(ClientContext clientContext,
java.lang.String instanceResourceTypeUrn)
throws ConductorException
-
- Throws:
ConductorException
getAllRoot
java.util.List<ResourceScenarioGroup> getAllRoot(ClientContext clientContext)
throws ConductorException
-
- Throws:
ConductorException
Skip navigation links
Copyright © 2009, 2014, Oracle and/or its affiliates. All rights reserved.