Package | Description |
---|---|
org.kepler.cloudsharing.util |
Modifier and Type | Method and Description |
---|---|
WorkflowResults.Privacy |
WorkflowResults.getPrivacy()
Get the Privacy for these results.
|
static WorkflowResults.Privacy |
WorkflowResults.Privacy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowResults.Privacy[] |
WorkflowResults.Privacy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowResults.setPrivacy(WorkflowResults.Privacy privacy)
Set the privacy for this collection.
|