|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.orchestration.engine.delta.CustomDeltaColumnDefinition
class CustomDeltaColumnDefinition
Field Summary | |
---|---|
static java.lang.Object |
SUPPORTED_GROUP_BY
|
static java.lang.Object |
SUPPORTED_ORDER_BY
|
Property Summary | |
---|---|
java.lang.String |
groupBy
Which 'function' to apply when there is more than 1 entry and it is a summary view. |
boolean |
linkable
Whether the values should generate links |
java.lang.String |
name
The name of the column (use in the display) |
java.lang.String |
orderBy
Which order to use when not a summary view for this column. |
java.lang.String |
source
Which entry to 'select' for this column in the flattened delta (ex: |
boolean |
visible
Whether this column should be rendered or not |
Method Summary | |
---|---|
protected java.lang.Object
|
clone()
|
static CustomDeltaColumnDefinition
|
fromExternalRepresentation(java.lang.Object er)
|
java.lang.Object
|
groupBy(java.util.Collection values)
|
void
|
setGroupBy(java.lang.String gb)
|
void
|
setOrderBy(java.lang.String ob)
|
java.lang.Object
|
toExternalRepresentation()
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Field Detail |
---|
public static java.lang.Object SUPPORTED_GROUP_BY
public static java.lang.Object SUPPORTED_ORDER_BY
Property Detail |
---|
java.lang.String groupBy
uniqueCountOrUniqueVal
.
boolean linkable
java.lang.String name
java.lang.String orderBy
null
value specifies
that this column should be ignored in the global sorting of the row.
java.lang.String source
metadata.container.name
)
boolean visible
Method Detail |
---|
@Override protected java.lang.Object clone()
static CustomDeltaColumnDefinition fromExternalRepresentation(java.lang.Object er)
java.lang.Object groupBy(java.util.Collection values)
void setGroupBy(java.lang.String gb)
void setOrderBy(java.lang.String ob)
@Override java.lang.Object toExternalRepresentation()
Groovy Documentation