Methods in org.gwe.api with parameters of type AccountInfo |
void |
ServerAPI4User.abortOrder(AccountInfo auth,
int orderId)
|
void |
ServerAPI4User.cleanupDisposedAllocations(AccountInfo sessionId)
|
void |
ServerAPI4User.configureDaemon(AccountInfo auth,
HeadResourceInfo daemonInfo)
|
void |
ServerAPI4User.deleteOrder(AccountInfo auth,
int orderId)
|
long |
ServerAPI4User.getDaemonTime(AccountInfo auth)
|
JobInfo |
ServerAPI4User.getJobDetails(AccountInfo auth,
int orderId,
int jobNum)
|
OrderInfo |
ServerAPI4User.getOrderDetails(AccountInfo auth,
int orderId,
boolean includeJobs)
|
java.util.List<OrderInfo> |
ServerAPI4User.getOrdersByDescription(AccountInfo auth,
java.lang.String description)
|
java.util.List<OrderInfo> |
ServerAPI4User.getOrdersDefined(AccountInfo auth)
|
java.util.List<OrderInfo> |
ServerAPI4User.getOrdersList(AccountInfo auth,
boolean includeJobs)
|
void |
ServerAPI4User.pauseOrder(AccountInfo auth,
int orderId)
|
java.util.List<java.lang.String> |
ServerAPI4User.previewOrder(AccountInfo auth,
OrderInfo order)
|
OrderInfo |
ServerAPI4User.queueOrder(AccountInfo auth,
OrderInfo order)
|
void |
ServerAPI4User.resumeOrder(AccountInfo auth,
int orderId)
|
void |
ServerAPI4User.shutdownDaemon(AccountInfo auth)
|
void |
ServerAPI4User.swapPriorities(AccountInfo sessionId,
int orderId1,
int orderId2)
|
void |
ServerAPI4User.updateConfig(AccountInfo sessionId,
DaemonConfigDesc config)
|
void |
ServerAPI4User.updateOrder(AccountInfo auth,
int orderId,
OrderInfo order)
|
void |
SecuredServerAPI.verifyAccount(AccountInfo account)
|
Methods in org.gwe.api.impl with parameters of type AccountInfo |
void |
ServerAPI4UserImpl.abortOrder(AccountInfo auth,
int orderId)
|
void |
ServerAPI4UserImpl.cleanupDisposedAllocations(AccountInfo sessionId)
|
void |
ServerAPI4UserImpl.configureDaemon(AccountInfo auth,
HeadResourceInfo daemonInfo)
|
void |
ServerAPI4UserImpl.deleteOrder(AccountInfo auth,
int orderId)
|
long |
ServerAPI4UserImpl.getDaemonTime(AccountInfo auth)
|
JobInfo |
ServerAPI4UserImpl.getJobDetails(AccountInfo auth,
int orderId,
int jobNum)
|
OrderInfo |
ServerAPI4UserImpl.getOrderDetails(AccountInfo auth,
int orderId,
boolean includeJobs)
|
java.util.List<OrderInfo> |
ServerAPI4UserImpl.getOrdersByDescription(AccountInfo auth,
java.lang.String description)
|
java.util.List<OrderInfo> |
ServerAPI4UserImpl.getOrdersDefined(AccountInfo auth)
|
java.util.List<OrderInfo> |
ServerAPI4UserImpl.getOrdersList(AccountInfo auth,
boolean includeJobs)
|
void |
ServerAPI4UserImpl.pauseOrder(AccountInfo auth,
int orderId)
|
java.util.List<java.lang.String> |
ServerAPI4UserImpl.previewOrder(AccountInfo auth,
OrderInfo order)
|
OrderInfo |
ServerAPI4UserImpl.queueOrder(AccountInfo auth,
OrderInfo order)
|
void |
ServerAPI4UserImpl.resumeOrder(AccountInfo auth,
int orderId)
|
void |
ServerAPI4UserImpl.shutdownDaemon(AccountInfo auth)
|
void |
ServerAPI4UserImpl.swapPriorities(AccountInfo auth,
int orderId,
int orderId2)
|
void |
ServerAPI4UserImpl.updateConfig(AccountInfo sessionId,
DaemonConfigDesc config)
|
void |
ServerAPI4UserImpl.updateOrder(AccountInfo auth,
int orderId,
OrderInfo order)
|
void |
SecuredServerAPIImpl.verifyAccount(AccountInfo applyingAuth)
|