|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| com.hack23.cia.model.api.application.control | Provides... |
| com.hack23.cia.model.impl.application.control | Provides... |
| com.hack23.cia.model.impl.application.events.admin | Provides... |
| com.hack23.cia.service.impl.control.agent.sweden.api | Swedish Parliament data agent interfaces. |
| Uses of AgentOperationStatus in com.hack23.cia.model.api.application.control |
|---|
| Modifier and Type | Method and Description |
|---|---|
static AgentOperationStatus |
AgentOperationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AgentOperationStatus[] |
AgentOperationStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentOperation.setOperationStatus(AgentOperationStatus operationStatus)
Sets the operation status. |
| Uses of AgentOperationStatus in com.hack23.cia.model.impl.application.control |
|---|
| Modifier and Type | Method and Description |
|---|---|
AgentOperationStatus |
SoftwareAgentOperation.getOperationStatus()
Gets the operation status. |
| Modifier and Type | Method and Description |
|---|---|
void |
SoftwareAgentOperation.setOperationStatus(AgentOperationStatus operationStatus)
|
| Uses of AgentOperationStatus in com.hack23.cia.model.impl.application.events.admin |
|---|
| Modifier and Type | Method and Description |
|---|---|
AgentOperationStatus |
AgentOperationActionEvent.getOperation()
Gets the operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentOperationActionEvent.setOperation(AgentOperationStatus operation)
Sets the operation. |
| Uses of AgentOperationStatus in com.hack23.cia.service.impl.control.agent.sweden.api |
|---|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentSupportService.reportOperationStatus(String agentName,
String agentOperativeCode,
AgentOperation.AgentOperationType agentOperationType,
AgentOperationStatus available)
Report operation status. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||