@Deprecated public class ExecutionWindows extends AbstractResources<ExecutionWindowInfo>
ExecutionWindows2| Constructor and Description | 
|---|
ExecutionWindows(ViPRCatalogClient parent,
                RestClient client)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutionWindowInfo | 
create(ExecutionWindowInfo window)
Deprecated.  
 | 
void | 
delete(java.lang.String id)
Deprecated.  
 | 
java.util.List<ExecutionWindowInfo> | 
getAll()
Deprecated.  
 | 
java.util.List<Reference> | 
list()
Deprecated.  
 | 
ExecutionWindowInfo | 
update(java.lang.String id,
      ExecutionWindowInfo window)
Deprecated.  
 | 
get, getByIds, getByRefspublic ExecutionWindows(ViPRCatalogClient parent, RestClient client)
@Deprecated public java.util.List<Reference> list()
API Call: GET /admin/api/executionwindows
@Deprecated public java.util.List<ExecutionWindowInfo> getAll()
API Call: GET /admin/api/executionwindows
list(), 
AbstractResources.getByRefs(java.util.Collection)@Deprecated public ExecutionWindowInfo create(ExecutionWindowInfo window)
API Call: POST /admin/api/executionwindows
window - Execution window create information@Deprecated public ExecutionWindowInfo update(java.lang.String id, ExecutionWindowInfo window)
API Call: PUT /admin/api/executionwindows/{id}
id - Identifier of the execution window to updatewindow - Execution window update information@Deprecated public void delete(java.lang.String id)
API Call: DELETE /admin/api/executionwindows/{id}
id - Identifier of the execution window to delete.