| Package | Description |
|---|---|
| com.northernwall.hadrian.domain | |
| com.northernwall.hadrian.handlers.service.dao |
| Modifier and Type | Field and Description |
|---|---|
Operation |
Audit.operation |
| Modifier and Type | Method and Description |
|---|---|
Operation |
WorkItem.getOperation() |
static Operation |
Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkItem.setOperation(Operation operation) |
| Constructor and Description |
|---|
WorkItem(Type type,
Operation operation,
User user,
Team team,
Service service,
Module module,
Host host,
Vip vip,
java.lang.String reason) |
| Modifier and Type | Field and Description |
|---|---|
Operation |
PostAuditData.operation |
Copyright © 2017 Richard Thurston. All Rights Reserved.