com.evolveum.midpoint.repo.sql.query
Class EntityDefinition

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.query.Definition
      extended by com.evolveum.midpoint.repo.sql.query.EntityDefinition
All Implemented Interfaces:
DebugDumpable

public class EntityDefinition
extends Definition
implements DebugDumpable

Author:
lazyman

Field Summary
 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
 
Constructor Summary
EntityDefinition()
           
 
Method Summary
 java.lang.String debugDump()
          Show the content of the object intended for diagnostics by system administrator.
 java.lang.String debugDump(int indent)
           
 Definition findDefinition(javax.xml.namespace.QName qname)
           
<T extends Definition>
T
findDefinition(javax.xml.namespace.QName qname, java.lang.Class<T> type)
           
 boolean isAny()
           
 boolean isEmbedded()
           
 boolean isEntity()
           
 void setAny(boolean any)
           
 void setEmbedded(boolean embedded)
           
 java.lang.String toString()
           
 
Methods inherited from class com.evolveum.midpoint.repo.sql.query.Definition
getJpaName, getName, getRealName, getType, setJpaName, setName, setRealName, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityDefinition

public EntityDefinition()
Method Detail

isAny

public boolean isAny()

isEmbedded

public boolean isEmbedded()

setEmbedded

public void setEmbedded(boolean embedded)

setAny

public void setAny(boolean any)

findDefinition

public Definition findDefinition(javax.xml.namespace.QName qname)
Specified by:
findDefinition in class Definition

findDefinition

public <T extends Definition> T findDefinition(javax.xml.namespace.QName qname,
                                               java.lang.Class<T> type)
Specified by:
findDefinition in class Definition

isEntity

public boolean isEntity()
Specified by:
isEntity in class Definition

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

debugDump

public java.lang.String debugDump()
Description copied from interface: DebugDumpable
Show the content of the object intended for diagnostics by system administrator. The out put should be suitable to use in system logs at "debug" level. It may be multi-line, but in that case it should be well indented and quite terse. As it is intended to be used by system administrator, it should not use any developer terms such as class names, exceptions or stack traces.

Specified by:
debugDump in interface DebugDumpable
Returns:
content of the object intended for diagnostics by system administrator.

debugDump

public java.lang.String debugDump(int indent)
Specified by:
debugDump in interface DebugDumpable


Copyright © 2012 evolveum. All Rights Reserved.