Groovy Documentation

org.linkedin.glu.orchestration.engine.delta
[Groovy] Class CustomDeltaColumnDefinition

java.lang.Object
  org.linkedin.glu.orchestration.engine.delta.CustomDeltaColumnDefinition

class CustomDeltaColumnDefinition

Authors:
yan@pongasoft.com


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: metadata.container.name)

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

SUPPORTED_GROUP_BY

public static java.lang.Object SUPPORTED_GROUP_BY


SUPPORTED_ORDER_BY

public static java.lang.Object SUPPORTED_ORDER_BY


 
Property Detail

groupBy

java.lang.String groupBy
Which 'function' to apply when there is more than 1 entry and it is a summary view. Default to uniqueCountOrUniqueVal.
See Also:
for the list of supported values


linkable

boolean linkable
Whether the values should generate links


name

java.lang.String name
The name of the column (use in the display)


orderBy

java.lang.String orderBy
Which order to use when not a summary view for this column. The null value specifies that this column should be ignored in the global sorting of the row.
See Also:
for the list of supported values


source

java.lang.String source
Which entry to 'select' for this column in the flattened delta (ex: metadata.container.name)


visible

boolean visible
Whether this column should be rendered or not


 
Method Detail

clone

@Override
protected java.lang.Object clone()


fromExternalRepresentation

static CustomDeltaColumnDefinition fromExternalRepresentation(java.lang.Object er)


groupBy

java.lang.Object groupBy(java.util.Collection values)


setGroupBy

void setGroupBy(java.lang.String gb)


setOrderBy

void setOrderBy(java.lang.String ob)


toExternalRepresentation

@Override
java.lang.Object toExternalRepresentation()


 

Groovy Documentation