Uses of Class
coretypes.LogLevel

Packages that use LogLevel
core   
coretypes   
org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes   
 

Uses of LogLevel in core
 

Methods in core that return LogLevel
 LogLevel LogEntry.getEntryLevel()
          Gets the entryLevel value for this LogEntry.
 

Methods in core with parameters of type LogLevel
 void LogEntry.setEntryLevel(LogLevel entryLevel)
          Sets the entryLevel value for this LogEntry.
 

Constructors in core with parameters of type LogLevel
LogEntry(org.apache.axis.types.URI associatedURL, LogLevel entryLevel, java.util.Calendar entryTime, java.lang.String message, int messageNumber, java.lang.String processUID, java.lang.String programName)
           
 

Uses of LogLevel in coretypes
 

Methods in coretypes that return LogLevel
 LogLevel LogLevel.getDEBUG()
          Gets the DEBUG value for this LogLevel.
 LogLevel LogLevel.getERROR()
          Gets the ERROR value for this LogLevel.
 LogLevel LogLevel.getFATAL()
          Gets the FATAL value for this LogLevel.
 LogLevel LogLevel.getINFO()
          Gets the INFO value for this LogLevel.
 LogLevel LogLevel.getWARN()
          Gets the WARN value for this LogLevel.
 

Methods in coretypes with parameters of type LogLevel
 void LogLevel.setDEBUG(LogLevel DEBUG)
          Sets the DEBUG value for this LogLevel.
 void LogLevel.setERROR(LogLevel ERROR)
          Sets the ERROR value for this LogLevel.
 void LogLevel.setFATAL(LogLevel FATAL)
          Sets the FATAL value for this LogLevel.
 void LogLevel.setINFO(LogLevel INFO)
          Sets the INFO value for this LogLevel.
 void LogLevel.setWARN(LogLevel WARN)
          Sets the WARN value for this LogLevel.
 

Constructors in coretypes with parameters of type LogLevel
LogLevel(LogLevel DEBUG, int DEBUG_TYPE, LogLevel ERROR, int ERROR_TYPE, LogLevel FATAL, int FATAL_TYPE, LogLevel INFO, int INFO_TYPE, LogLevel WARN, int WARN_TYPE, int stringValue, int type)
           
 

Uses of LogLevel in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes that return LogLevel
 LogLevel PermissibleCQLObjectResults.getLogLevel()
          Gets the logLevel value for this PermissibleCQLObjectResults.
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes with parameters of type LogLevel
 void PermissibleCQLObjectResults.setLogLevel(LogLevel logLevel)
          Sets the logLevel value for this PermissibleCQLObjectResults.
 

Constructors in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes with parameters of type LogLevel
PermissibleCQLObjectResults(AssociationIdentification associationIdentification, ChangeType changeType, CodeExistence codeExistence, CodeRelationship codeRelationship, CodeState codeState, CodingSchemeIdentification codingSchemeIdentification, CodingSchemeIdentification codingSchemeIdentification2, CodingSchemeVersionStatus codingSchemeVersionStatus, ConceptIdentification conceptIdentification, Direction direction, DirectionalAssociationIdentification directionalAssociationIdentification, ExtensionIdentification extensionIdentification, GraphResolutionPolicy graphResolutionPolicy, HierarchyIdentification hierarchyIdentification, HierarchyResolutionPolicy hierarchyResolutionPolicy, LogLevel logLevel, MatchCriteria matchCriteria, NodeListPolicy nodeListPolicy, ProcessState processState, PropertyIdentification propertyIdentification, RelationContainerIdentification relationContainerIdentification, RelationshipDistanceBasedPolicy relationshipDistanceBasedPolicy, RelationshipPolicy relationshipPolicy, RelationshipTypeBasedPolicy relationshipTypeBasedPolicy, SetResolutionPolicy setResolutionPolicy, SortContext sortContext, Status status)