Groovy Documentation

org.linkedin.glu.provisioner.core.model
[Groovy] Class LogicSystemFilterChain

java.lang.Object
  org.linkedin.glu.provisioner.core.model.LogicSystemFilterChain

abstract class LogicSystemFilterChain

Base class for logic filter chain

Authors:
ypujante@linkedin.com


Property Summary
java.util.Set filters

 
Method Summary
static SystemFilter and(SystemFilter filters)

static SystemFilter and(java.util.Collection filters)

boolean equals(java.lang.Object o)

int hashCode()

java.lang.String toDSL()

java.lang.Object toExternalRepresentation()

java.lang.String toString()

 
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

filters

java.util.Set filters


 
Method Detail

and

static SystemFilter and(SystemFilter filters)


and

static SystemFilter and(java.util.Collection filters)


equals

boolean equals(java.lang.Object o)


hashCode

int hashCode()


toDSL

@Override
java.lang.String toDSL()


toExternalRepresentation

java.lang.Object toExternalRepresentation()


toString

java.lang.String toString()


 

Groovy Documentation