Copyright @ 2002 SAP. All Rights Reserved.

Uses of Interface
com.sap.tc.complib.SourceState

Packages that use SourceState
com.sap.tc.complib Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. 
 

Uses of SourceState in com.sap.tc.complib
 

Methods in com.sap.tc.complib that return SourceState
 SourceState Compartment.getSourceState()
          gets the SourceState object with the information about the source state contained in this compartment or null if the compartment does not contain a source state
static SourceState ConfigurationFactory.createSourceStateForRead(Repository repository, java.lang.String workspace)
          Create a SourceState object for a source state for which neither change nor activation is allowed.
static SourceState ConfigurationFactory.createSourceStateForChange(Repository repository, java.lang.String workspace)
          Create a SourceState object for a source state for which chnages are allowed bit no activation.
static SourceState ConfigurationFactory.createSourceStateWithActivation(Repository repository, java.lang.String inactiveWorkspace, java.lang.String activeWorkspace)
          Create an a SourceState object for source state for which activation is allowed
static SourceState ConfigurationFactory.createSourceState()
          Create an uninitialized SourceState instance
 

Methods in com.sap.tc.complib with parameters of type SourceState
 void Compartment.setSourceState(SourceState value)
          sets the SourceState object for the source state contained in this compartment.
static Compartment ConfigurationFactory.createCompartment(java.lang.String name, java.lang.String scName, java.lang.String scVendor, boolean hasArchiveState, SourceState sourceState)
          Create an intialized Compartment instance for a compartmnet with sourceState name compartment name scName name attribute of contained software component scVendor vendor attribute of contained software component hasArchiveState boolean telling if the compartment contains foreign archives sourceState SourceState object to describe the contained source state
 


Copyright @ 2002 SAP. All Rights Reserved.