| Package | Description |
|---|---|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| Modifier and Type | Method and Description |
|---|---|
ArgMeta<T> |
ArgMeta.depends(String... depends) |
ArgMeta<T> |
ArgMeta.description(String description) |
ArgMeta<T> |
ArgMeta.displayName(String displayName) |
ArgMeta<?> |
ActionAdapter.getArgMeta(String name)
Returns the argument metadata.
|
ArgMeta<T> |
ArgMeta.optional() |
ArgMeta<T> |
ArgMeta.overwrite() |
ArgMeta<T> |
ArgMeta.provided() |
ArgMeta<T> |
ArgMeta.readOnly() |
| Modifier and Type | Method and Description |
|---|---|
List<ArgMeta<?>> |
ActionOperations.getArgsMeta()
Returns the arguments metadata or
null in not specified. |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionOperations.setArgsMeta(List<ArgMeta<?>> argsMeta)
Sets the (optional) arguments metadata.
|
Copyright © 2016–2019 Softelnet. All rights reserved.