| Package | Description |
|---|---|
| com.northernwall.hadrian.domain | |
| com.northernwall.hadrian.handlers.service.dao |
| Modifier and Type | Field and Description |
|---|---|
Type |
Audit.type |
| Modifier and Type | Method and Description |
|---|---|
Type |
WorkItem.getType() |
static Type |
Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.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.setType(Type type) |
| 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 |
|---|---|
Type |
PostAuditData.type |
Copyright © 2017 Richard Thurston. All Rights Reserved.