Uses of Class
org.gcube.contentmanagement.timeseriesservice.stubs.types.State

Packages that use State
org.gcube.contentmanagement.timeseriesservice.stubs   
org.gcube.contentmanagement.timeseriesservice.stubs.bindings   
org.gcube.contentmanagement.timeseriesservice.stubs.types   
 

Uses of State in org.gcube.contentmanagement.timeseriesservice.stubs
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs that return State
 State CodelistManagerPortType.getCodeListStatus(CodelistIdentifier request)
           
 State CodelistCurationManagerPortType.getCurationStatus(CodelistIdentifier request)
           
 State CodelistCurationManagerPortType.getEditingStatus(CodelistIdentifier request)
           
 State ImportManagerPortType.getImportState(org.gcube.common.core.types.VOID request)
           
 State TimeSeriesManagerPortType.getInitializationState(org.gcube.common.core.types.VOID request)
           
 State ImportStatusResponse.getStatus()
          Gets the status value for this ImportStatusResponse.
 State GetTransformationStatusResponse.getStatus()
          Gets the status value for this GetTransformationStatusResponse.
 State CodelistItem.getStatus()
          Gets the status value for this CodelistItem.
 State CLUnderCurationItem.getStatus()
          Gets the status value for this CLUnderCurationItem.
 State CLImportedItem.getStatus()
          Gets the status value for this CLImportedItem.
 State CurationManagerPortType.initializeEditingState(org.gcube.common.core.types.VOID request)
           
 State CurationManagerPortType.isUnderInitialization(org.gcube.common.core.types.VOID request)
           
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs with parameters of type State
 void ImportStatusResponse.setStatus(State status)
          Sets the status value for this ImportStatusResponse.
 void GetTransformationStatusResponse.setStatus(State status)
          Sets the status value for this GetTransformationStatusResponse.
 void CodelistItem.setStatus(State status)
          Sets the status value for this CodelistItem.
 void CLUnderCurationItem.setStatus(State status)
          Sets the status value for this CLUnderCurationItem.
 void CLImportedItem.setStatus(State status)
          Sets the status value for this CLImportedItem.
 

Constructors in org.gcube.contentmanagement.timeseriesservice.stubs with parameters of type State
CLImportedItem(String agencyId, int count, Calendar date, String description, String id, String name, String owner, State status, float version)
           
CLUnderCurationItem(boolean _final, String agencyId, CodeListType codelistType, Calendar creationDate, String description, String id, Calendar lastModifyDate, String name, String owner, int size, State status, float version)
           
CodelistItem(String agencyId, CodeListType codelistType, Calendar creationDate, String creator, String description, String id, Calendar lastModifyDate, String name, int size, State status, float version)
           
GetTransformationStatusResponse(String cause, float percent, String[] resutLayers, State status)
           
ImportStatusResponse(int lineCount, State status, int totalLine)
           
 

Uses of State in org.gcube.contentmanagement.timeseriesservice.stubs.bindings
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs.bindings that return State
 State CodelistManagerPortTypeSOAPBindingStub.getCodeListStatus(CodelistIdentifier request)
           
 State CodelistCurationManagerPortTypeSOAPBindingStub.getCurationStatus(CodelistIdentifier request)
           
 State CodelistCurationManagerPortTypeSOAPBindingStub.getEditingStatus(CodelistIdentifier request)
           
 State ImportManagerPortTypeSOAPBindingStub.getImportState(org.gcube.common.core.types.VOID request)
           
 State TimeSeriesManagerPortTypeSOAPBindingStub.getInitializationState(org.gcube.common.core.types.VOID request)
           
 State CurationManagerPortTypeSOAPBindingStub.initializeEditingState(org.gcube.common.core.types.VOID request)
           
 State CurationManagerPortTypeSOAPBindingStub.isUnderInitialization(org.gcube.common.core.types.VOID request)
           
 

Uses of State in org.gcube.contentmanagement.timeseriesservice.stubs.types
 

Fields in org.gcube.contentmanagement.timeseriesservice.stubs.types declared as State
static State State.Close
           
static State State.Error
           
static State State.Initializing
           
static State State.Open
           
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs.types that return State
static State State.fromString(String value)
           
static State State.fromValue(String value)
           
 



Copyright © 2012. All Rights Reserved.