Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
The procedure name constant.
|
static Path |
PATH_APP
The app object storage path.
|
Constructor and Description |
---|
TypeListProcedure()
Creates a new app list procedure.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
call(CallContext cx,
Bindings bindings)
Executes a call of this procedure in the specified context
and with the specified call bindings.
|
Bindings |
getBindings()
Returns the bindings for this procedure.
|
java.lang.String |
getDescription()
Returns the procedure description.
|
java.lang.String |
getName()
Returns the procedure name.
|
public static final Path PATH_APP
public static final java.lang.String NAME
public java.lang.String getName()
public java.lang.String getDescription()
getDescription
in interface Procedure
public Bindings getBindings()
getBindings
in interface Procedure
public java.lang.Object call(CallContext cx, Bindings bindings) throws ProcedureException
call
in interface Procedure
cx
- the procedure call contextbindings
- the call bindings to useProcedureException
- if the call execution caused an
error