Uses of Class
lbinterfacetypes.ProcessState

Packages that use ProcessState
interfaceelements   
lbinterfacetypes   
org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes   
 

Uses of ProcessState in interfaceelements
 

Fields in interfaceelements declared as ProcessState
private  ProcessState ProcessStatus.state
          State of the operation.
 

Methods in interfaceelements that return ProcessState
 ProcessState ProcessStatus.getState()
          Gets the state value for this ProcessStatus.
 

Methods in interfaceelements with parameters of type ProcessState
 void ProcessStatus.setState(ProcessState state)
          Sets the state value for this ProcessStatus.
 

Constructors in interfaceelements with parameters of type ProcessState
ProcessStatus(java.util.Calendar endTime, boolean errorsLogged, java.lang.String message, java.util.Calendar startTime, ProcessState state, boolean warningsLogged)
           
 

Uses of ProcessState in lbinterfacetypes
 

Fields in lbinterfacetypes declared as ProcessState
private  ProcessState ProcessState.CANCELLED
           
private  ProcessState ProcessState.COMPLETE
           
private  ProcessState ProcessState.FAILED
           
private  ProcessState ProcessState.PENDING
           
private  ProcessState ProcessState.PROCESSING
           
private  ProcessState ProcessState.UNKNOWN
           
 

Methods in lbinterfacetypes that return ProcessState
 ProcessState ProcessState.getCANCELLED()
          Gets the CANCELLED value for this ProcessState.
 ProcessState ProcessState.getCOMPLETE()
          Gets the COMPLETE value for this ProcessState.
 ProcessState ProcessState.getFAILED()
          Gets the FAILED value for this ProcessState.
 ProcessState ProcessState.getPENDING()
          Gets the PENDING value for this ProcessState.
 ProcessState ProcessState.getPROCESSING()
          Gets the PROCESSING value for this ProcessState.
 ProcessState ProcessState.getUNKNOWN()
          Gets the UNKNOWN value for this ProcessState.
 

Methods in lbinterfacetypes with parameters of type ProcessState
 void ProcessState.setCANCELLED(ProcessState CANCELLED)
          Sets the CANCELLED value for this ProcessState.
 void ProcessState.setCOMPLETE(ProcessState COMPLETE)
          Sets the COMPLETE value for this ProcessState.
 void ProcessState.setFAILED(ProcessState FAILED)
          Sets the FAILED value for this ProcessState.
 void ProcessState.setPENDING(ProcessState PENDING)
          Sets the PENDING value for this ProcessState.
 void ProcessState.setPROCESSING(ProcessState PROCESSING)
          Sets the PROCESSING value for this ProcessState.
 void ProcessState.setUNKNOWN(ProcessState UNKNOWN)
          Sets the UNKNOWN value for this ProcessState.
 

Constructors in lbinterfacetypes with parameters of type ProcessState
ProcessState(int CANCELED_TYPE, ProcessState CANCELLED, ProcessState COMPLETE, int COMPLETED_TYPE, ProcessState FAILED, int FAILED_TYPE, ProcessState PENDING, int PENDING_TYPE, ProcessState PROCESSING, int PROCESSING_TYPE, ProcessState UNKNOWN, int UNKNOWN_TYPE, java.lang.Object[] _memberTable, java.lang.String stringValue, int type)
           
 

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

Fields in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes declared as ProcessState
private  ProcessState PermissibleCQLObjectResults.processState
           
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes that return ProcessState
 ProcessState PermissibleCQLObjectResults.getProcessState()
          Gets the processState value for this PermissibleCQLObjectResults.
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes with parameters of type ProcessState
 void PermissibleCQLObjectResults.setProcessState(ProcessState processState)
          Sets the processState value for this PermissibleCQLObjectResults.
 

Constructors in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes with parameters of type ProcessState
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)