public class FedoraMethod extends Object
| Constructor and Description |
|---|
FedoraMethod(Method method,
Object[] args,
Object returnVal) |
| Modifier and Type | Method and Description |
|---|---|
Context |
getContext()
Get the
Context of the API method. |
Date |
getDate()
Get the
Date of the API method invocation. |
Method |
getMethod() |
String |
getName() |
String[] |
getParameterNames() |
Object[] |
getParameters() |
PID |
getPID()
Get the
PID of this method. |
Object |
getReturnValue()
Get the return value of the API method invocation.
|
public Method getMethod()
public Object[] getParameters()
public Object getReturnValue()
null.public String getName()
public Context getContext()
Context of the API method.Context or null.public PID getPID()
PID of this method.PID or null.public Date getDate()
Date of the API method invocation.Date or null if not available.public String[] getParameterNames()
Copyright © 2013 DuraSpace. All Rights Reserved.