Groovy Documentation

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

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

@Entity
class LightUserCustomDeltaDefinition

Authors:
yan@pongasoft.com


Property Summary
static java.lang.Object constraints

java.util.Date dateCreated

Automatically populated by gorm

java.lang.String description

Represent description from the definition (denormalized)

java.lang.String fabric

The fabric to which the filter should only apply (null means any fabric)

java.util.Date lastUpdated

Automatically populated by gorm

static java.lang.Object mapping

java.lang.String name

Represent name from the definition (denormalized)

boolean shareable

If a user creates a custom delta, by default other users can see it too

java.lang.String username

Which user this object belongs to.

 
Method Summary
 
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()
 

Property Detail

constraints

static java.lang.Object constraints


dateCreated

java.util.Date dateCreated
Automatically populated by gorm


description

java.lang.String description
Represent description from the definition (denormalized)


fabric

java.lang.String fabric
The fabric to which the filter should only apply (null means any fabric)


lastUpdated

java.util.Date lastUpdated
Automatically populated by gorm


mapping

static java.lang.Object mapping


name

java.lang.String name
Represent name from the definition (denormalized)


shareable

boolean shareable
If a user creates a custom delta, by default other users can see it too


username

java.lang.String username
Which user this object belongs to. YP note: not using a foreign key contraint on purpose: the username may be null for 'any' user (custom deltas that belong to any user).


 

Groovy Documentation