public final class ViewSpec extends ObjectSpec
Modifier and Type | Field and Description |
---|---|
static ViewSpec[] |
EMPTY_VIEWSPEC_ARRAY |
Constructor and Description |
---|
ViewSpec(java.lang.String namespace,
java.lang.String objectName,
java.util.List<ExprNode> viewParameters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ViewSpec[] |
toArray(java.util.List<ViewSpec> viewSpecs) |
equals, getObjectName, getObjectNamespace, getObjectParameters, hashCode, toString
public static final ViewSpec[] EMPTY_VIEWSPEC_ARRAY
public ViewSpec(java.lang.String namespace, java.lang.String objectName, java.util.List<ExprNode> viewParameters)
namespace
- if the namespace the object is inobjectName
- is the name of the objectviewParameters
- is a list of expressions representing the view parameters