wt.replication.unit
Class StandardWTUnitService

java.lang.Object
  extended bywt.services.StandardManager
      extended bywt.replication.unit.StandardWTUnitService
All Implemented Interfaces:
Manager, NetFactor, Serializable, WTUnitServerService, WTUnitService

public class StandardWTUnitService
extends StandardManager
implements WTUnitServerService, WTUnitService, Serializable

Use the newStandardWTUnitService static factory method(s), not the StandardWTUnitService constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: false

Extendable: false

See Also:
Serialized Form

Nested Class Summary
(package private)  class StandardWTUnitService.WTUnitEventListener
          Deprecated.  
 
Field Summary
private static boolean ADD_IBA_DEFS_TO_PART
          Deprecated.  
private  Hashtable attrsTable
          Deprecated.  
private static String BOOLEAN_DEFINITION_BASE_NAME
          Deprecated.  
private static String CLASSNAME
          Deprecated.  
private static String CONTENT_DIR
          Deprecated.  
private static String CONTENT_FILE_NAME
          Deprecated.  
private static int count
          Deprecated.  
private static boolean CREATE_CONTENT_FOR_DOC
          Deprecated.  
private static String DOC_DEPARTMENT
          Deprecated.  
private static String DOC_FILE_SUFFIX
          Deprecated.  
private static String DOC_FOLDER_PATH
          Deprecated.  
private static String DOC_NAME_PREFIX
          Deprecated.  
private static String DOC_TYPE
          Deprecated.  
private static int docCount
          Deprecated.  
private static int docFileCount
          Deprecated.  
private static String FLOAT_DEFINITION_BASE_NAME
          Deprecated.  
private static String INTEGER_DEFINITION_BASE_NAME
          Deprecated.  
private static int numDefsChildren
          Deprecated.  
private static int numDefsChildrenForQA
          Deprecated.  
private static String PART_BOOLEAN_IBA_DESCRIPTION
          Deprecated.  
private static String PART_BOOLEAN_IBA_DISPLAY_NAME
          Deprecated.  
private static String PART_BOOLEAN_IBA_NAME
          Deprecated.  
private static String PART_FLOAT_IBA_DESCRIPTION
          Deprecated.  
private static String PART_FLOAT_IBA_DISPLAY_NAME
          Deprecated.  
private static String PART_FLOAT_IBA_NAME
          Deprecated.  
private static String PART_INTEGER_IBA_DESCRIPTION
          Deprecated.  
private static String PART_INTEGER_IBA_DISPLAY_NAME
          Deprecated.  
private static String PART_INTEGER_IBA_NAME
          Deprecated.  
private static String PART_NAME_PREFIX
          Deprecated.  
private static String PART_ORGANIZER_DESCRIPTION
          Deprecated.  
private static String PART_ORGANIZER_NAME
          Deprecated.  
private static String PART_RATIO_IBA_DESCRIPTION
          Deprecated.  
private static String PART_RATIO_IBA_DISPLAY_NAME
          Deprecated.  
private static String PART_RATIO_IBA_NAME
          Deprecated.  
private static String PART_STRING_IBA_DESCRIPTION
          Deprecated.  
private static String PART_STRING_IBA_DISPLAY_NAME
          Deprecated.  
private static String PART_STRING_IBA_NAME
          Deprecated.  
private static String PART_TIMESTAMP_IBA_DESCRIPTION
          Deprecated.  
private static String PART_TIMESTAMP_IBA_DISPLAY_NAME
          Deprecated.  
private static String PART_TIMESTAMP_IBA_NAME
          Deprecated.  
private static String PART_URL_IBA_DESCRIPTION
          Deprecated.  
private static String PART_URL_IBA_DISPLAY_NAME
          Deprecated.  
private static String PART_URL_IBA_NAME
          Deprecated.  
private static String PARTS_FOLDER_PATH
          Deprecated.  
private static String QA_BOOLEAN_DEFINITION_BASE_NAME
          Deprecated.  
private static String QA_BOOLEAN_DEFINITION_SUB_NAME
          Deprecated.  
private static String QA_FLOAT_DEFINITION_BASE_NAME
          Deprecated.  
private static String QA_FLOAT_DEFINITION_SUB_NAME
          Deprecated.  
private static String QA_INTEGER_DEFINITION_BASE_NAME
          Deprecated.  
private static String QA_INTEGER_DEFINITION_SUB_NAME
          Deprecated.  
private static String QA_STRING_DEFINITION_BASE_NAME
          Deprecated.  
private static String QA_STRING_DEFINITION_SUB_NAME
          Deprecated.  
private static boolean QA_TEST
          Deprecated.  
private static String QA_TIMESTAMP_DEFINITION_BASE_NAME
          Deprecated.  
private static String QA_TIMESTAMP_DEFINITION_SUB_NAME
          Deprecated.  
private static String QA_URL_DEFINITION_BASE_NAME
          Deprecated.  
private static String QA_URL_DEFINITION_SUB_NAME
          Deprecated.  
private static String RATIO_DEFINITION_BASE_NAME
          Deprecated.  
private static boolean REPL_READ_ONLY
          Deprecated.  
private static boolean REPLICATION_BUGS_TEST
          Deprecated.  
private static String RESOURCE
          Deprecated.  
private static String STRING_DEFINITION_BASE_NAME
          Deprecated.  
private static String TEMP_DIR
          Deprecated.  
private static String TIMESTAMP_DEFINITION_BASE_NAME
          Deprecated.  
private static int TREE_NODE_NUM_CHILDREN
          Deprecated.  
private static String URL_DEFINITION_BASE_NAME
          Deprecated.  
private static boolean VERBOSE
          Deprecated.  
 
Fields inherited from class wt.services.StandardManager
 
Fields inherited from interface wt.services.Manager
MANAGER_SERVICE, STARTUP_AUTOMATIC, STARTUP_MANUAL, STATUS_EMERGENCY_SHUTDOWN, STATUS_EMERGENCY_SHUTTING_DOWN, STATUS_SHUTDOWN, STATUS_SHUTDOWN_ERRORS, STATUS_SHUTDOWN_FAILURE, STATUS_SHUTTING_DOWN, STATUS_STARTED, STATUS_STARTED_ERRORS, STATUS_STARTING_UP, STATUS_STARTUP_FAILURE
 
Constructor Summary
StandardWTUnitService()
          Deprecated.  
 
Method Summary
 WTUnit addSeedObjectToUnit(WTObject a_seed, WTUnit a_unit)
          Deprecated.  
private  void checkReadOnlyReplForWTUnit(WTUnit wtUnit, KeyedEvent keyedEvent)
          Deprecated.  
private  void checkReadOnlyReplication(Baselineable baselineable, KeyedEvent keyedEvent)
          Deprecated.  
private  WTDocument createDocument(String docIndex)
          Deprecated.  
private  void createDocumentFile(String fullPath, String docName)
          Deprecated.  
private  Hashtable createIBADefinitionsTable()
          Deprecated.  
private  Hashtable createIBADefinitionsTableForQA()
          Deprecated.  
private  void createLink(WTPart part, WTPart child)
          Deprecated.  
private  WTPart createPart(String number, int treeDepth, int level)
          Deprecated.  
 WTUnit createReplicationBaseline(WTUnit a_unit, boolean as_Exported, boolean as_Imported)
          Deprecated.  
 void createScheduledOperation(UnitOperationRecord rec, ScheduleItem item, ScheduleMethodArg[] m_args, boolean enabled)
          Deprecated.  
 WTPart createUnitPartsTree(int treeDepth, int level, String parentNumber, int childIndex)
          Deprecated.  
 void deleteScheduledOperation(UnitOperationRecord rec)
          Deprecated.  
 void enableScheduledOperation(UnitOperationRecord rec)
          Deprecated.  
 Enumeration getAllOperationRecords(WTUnit unit)
          Deprecated.  
 String getConceptualClassname()
          Deprecated.  
 UnitOperationRecord getLatestOperationRecord(WTUnit unit, Class concreteOperationClass)
          Deprecated.  
 ReplicationBaseline getReplicationBaseline(WTUnit a_unit)
          Deprecated.  
private  Enumeration getScheduleItemArgs(ScheduleItem item)
          Deprecated.  
 EPMDocConfigSpec getUnitEPMDocConfigSpec(WTUnit a_unit)
          Deprecated.  
 QueryResult getUnitSeedLinks(WTUnit a_unit)
          Deprecated.  
 QueryResult getUnitSeedObjects(WTUnit a_unit)
          Deprecated.  
 WTDocumentConfigSpec getUnitWTDocumentConfigSpec(WTUnit a_unit)
          Deprecated.  
 WTPartConfigSpec getUnitWTPartConfigSpec(WTUnit a_unit)
          Deprecated.  
 void initializeUnitStatus(WTUnit unit)
          Deprecated.  
 boolean isSeedObjectInUnit(WTObject a_seed, WTUnit a_unit)
          Deprecated.  
static StandardWTUnitService newStandardWTUnitService()
          Deprecated.  
protected  void performStartupProcess()
          Deprecated.  
private static void printInfo(String s)
          Deprecated.  
private  void processLinksForNewUnitIteration(WTUnit newUnitIteration, WTUnit predecessorUnit)
          Deprecated.  
 void removeAllOperationRecords(WTUnit unit)
          Deprecated.  
 WTUnit removeReplicationBaseline(WTUnit a_unit)
          Deprecated.  
 WTUnit removeSeedObjectFromUnit(WTObject a_seed, WTUnit a_unit)
          Deprecated.  
 WTUnit removeUnitEPMDocConfigSpec(WTUnit a_unit)
          Deprecated.  
 WTUnit removeUnitWTDocumentConfigSpec(WTUnit a_unit)
          Deprecated.  
 WTUnit removeUnitWTPartConfigSpec(WTUnit a_unit)
          Deprecated.  
 WTUnit setUnitEPMDocConfigSpec(EPMDocConfigSpec a_configSpec, WTUnit a_unit)
          Deprecated.  
 WTUnit setUnitWTDocumentConfigSpec(WTDocumentConfigSpec a_configSpec, WTUnit a_unit)
          Deprecated.  
 WTUnit setUnitWTPartConfigSpec(WTPartConfigSpec a_configSpec, WTUnit a_unit)
          Deprecated.  
 
Methods inherited from class wt.services.StandardManager
emergencyShutdown, emergencyShutdownComplete, emergencyShuttingDown, getClassInfo, getManagerService, getManagerStatus, getName, getStartupType, init, initialize, initialize, isStarted, newStandardManager, newStandardManager, performEmergencyShutdownProcess, performShutdownProcess, registerEvents, setManagerService, shutdown, shutdownFailure, shutdownSuccess, shuttingDown, started, startedErrors, startingUp, startup, startupFailure, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 

VERBOSE

private static boolean VERBOSE
Deprecated. 

REPL_READ_ONLY

private static boolean REPL_READ_ONLY
Deprecated. 

CREATE_CONTENT_FOR_DOC

private static boolean CREATE_CONTENT_FOR_DOC
Deprecated. 

CONTENT_DIR

private static String CONTENT_DIR
Deprecated. 

PARTS_FOLDER_PATH

private static String PARTS_FOLDER_PATH
Deprecated. 

DOC_FOLDER_PATH

private static String DOC_FOLDER_PATH
Deprecated. 

PART_NAME_PREFIX

private static String PART_NAME_PREFIX
Deprecated. 

DOC_NAME_PREFIX

private static String DOC_NAME_PREFIX
Deprecated. 

DOC_DEPARTMENT

private static String DOC_DEPARTMENT
Deprecated. 

DOC_FILE_SUFFIX

private static String DOC_FILE_SUFFIX
Deprecated. 

DOC_TYPE

private static String DOC_TYPE
Deprecated. 

CONTENT_FILE_NAME

private static String CONTENT_FILE_NAME
Deprecated. 

TEMP_DIR

private static String TEMP_DIR
Deprecated. 

PART_ORGANIZER_NAME

private static String PART_ORGANIZER_NAME
Deprecated. 

PART_ORGANIZER_DESCRIPTION

private static String PART_ORGANIZER_DESCRIPTION
Deprecated. 

PART_BOOLEAN_IBA_NAME

private static String PART_BOOLEAN_IBA_NAME
Deprecated. 

PART_BOOLEAN_IBA_DESCRIPTION

private static String PART_BOOLEAN_IBA_DESCRIPTION
Deprecated. 

PART_BOOLEAN_IBA_DISPLAY_NAME

private static String PART_BOOLEAN_IBA_DISPLAY_NAME
Deprecated. 

PART_FLOAT_IBA_NAME

private static String PART_FLOAT_IBA_NAME
Deprecated. 

PART_FLOAT_IBA_DESCRIPTION

private static String PART_FLOAT_IBA_DESCRIPTION
Deprecated. 

PART_FLOAT_IBA_DISPLAY_NAME

private static String PART_FLOAT_IBA_DISPLAY_NAME
Deprecated. 

PART_INTEGER_IBA_NAME

private static String PART_INTEGER_IBA_NAME
Deprecated. 

PART_INTEGER_IBA_DESCRIPTION

private static String PART_INTEGER_IBA_DESCRIPTION
Deprecated. 

PART_INTEGER_IBA_DISPLAY_NAME

private static String PART_INTEGER_IBA_DISPLAY_NAME
Deprecated. 

PART_RATIO_IBA_NAME

private static String PART_RATIO_IBA_NAME
Deprecated. 

PART_RATIO_IBA_DESCRIPTION

private static String PART_RATIO_IBA_DESCRIPTION
Deprecated. 

PART_RATIO_IBA_DISPLAY_NAME

private static String PART_RATIO_IBA_DISPLAY_NAME
Deprecated. 

PART_STRING_IBA_NAME

private static String PART_STRING_IBA_NAME
Deprecated. 

PART_STRING_IBA_DESCRIPTION

private static String PART_STRING_IBA_DESCRIPTION
Deprecated. 

PART_STRING_IBA_DISPLAY_NAME

private static String PART_STRING_IBA_DISPLAY_NAME
Deprecated. 

PART_URL_IBA_NAME

private static String PART_URL_IBA_NAME
Deprecated. 

PART_URL_IBA_DESCRIPTION

private static String PART_URL_IBA_DESCRIPTION
Deprecated. 

PART_URL_IBA_DISPLAY_NAME

private static String PART_URL_IBA_DISPLAY_NAME
Deprecated. 

PART_TIMESTAMP_IBA_NAME

private static String PART_TIMESTAMP_IBA_NAME
Deprecated. 

PART_TIMESTAMP_IBA_DISPLAY_NAME

private static String PART_TIMESTAMP_IBA_DISPLAY_NAME
Deprecated. 

PART_TIMESTAMP_IBA_DESCRIPTION

private static String PART_TIMESTAMP_IBA_DESCRIPTION
Deprecated. 

QA_TEST

private static boolean QA_TEST
Deprecated. 

ADD_IBA_DEFS_TO_PART

private static boolean ADD_IBA_DEFS_TO_PART
Deprecated. 

REPLICATION_BUGS_TEST

private static boolean REPLICATION_BUGS_TEST
Deprecated. 

TREE_NODE_NUM_CHILDREN

private static int TREE_NODE_NUM_CHILDREN
Deprecated. 

count

private static int count
Deprecated. 

docCount

private static int docCount
Deprecated. 

docFileCount

private static int docFileCount
Deprecated. 

BOOLEAN_DEFINITION_BASE_NAME

private static String BOOLEAN_DEFINITION_BASE_NAME
Deprecated. 

FLOAT_DEFINITION_BASE_NAME

private static String FLOAT_DEFINITION_BASE_NAME
Deprecated. 

INTEGER_DEFINITION_BASE_NAME

private static String INTEGER_DEFINITION_BASE_NAME
Deprecated. 

RATIO_DEFINITION_BASE_NAME

private static String RATIO_DEFINITION_BASE_NAME
Deprecated. 

STRING_DEFINITION_BASE_NAME

private static String STRING_DEFINITION_BASE_NAME
Deprecated. 

TIMESTAMP_DEFINITION_BASE_NAME

private static String TIMESTAMP_DEFINITION_BASE_NAME
Deprecated. 

URL_DEFINITION_BASE_NAME

private static String URL_DEFINITION_BASE_NAME
Deprecated. 

QA_BOOLEAN_DEFINITION_BASE_NAME

private static String QA_BOOLEAN_DEFINITION_BASE_NAME
Deprecated. 

QA_FLOAT_DEFINITION_BASE_NAME

private static String QA_FLOAT_DEFINITION_BASE_NAME
Deprecated. 

QA_INTEGER_DEFINITION_BASE_NAME

private static String QA_INTEGER_DEFINITION_BASE_NAME
Deprecated. 

QA_STRING_DEFINITION_BASE_NAME

private static String QA_STRING_DEFINITION_BASE_NAME
Deprecated. 

QA_TIMESTAMP_DEFINITION_BASE_NAME

private static String QA_TIMESTAMP_DEFINITION_BASE_NAME
Deprecated. 

QA_URL_DEFINITION_BASE_NAME

private static String QA_URL_DEFINITION_BASE_NAME
Deprecated. 

QA_BOOLEAN_DEFINITION_SUB_NAME

private static String QA_BOOLEAN_DEFINITION_SUB_NAME
Deprecated. 

QA_FLOAT_DEFINITION_SUB_NAME

private static String QA_FLOAT_DEFINITION_SUB_NAME
Deprecated. 

QA_INTEGER_DEFINITION_SUB_NAME

private static String QA_INTEGER_DEFINITION_SUB_NAME
Deprecated. 

QA_STRING_DEFINITION_SUB_NAME

private static String QA_STRING_DEFINITION_SUB_NAME
Deprecated. 

QA_TIMESTAMP_DEFINITION_SUB_NAME

private static String QA_TIMESTAMP_DEFINITION_SUB_NAME
Deprecated. 

QA_URL_DEFINITION_SUB_NAME

private static String QA_URL_DEFINITION_SUB_NAME
Deprecated. 

attrsTable

private Hashtable attrsTable
Deprecated. 

numDefsChildren

private static int numDefsChildren
Deprecated. 

numDefsChildrenForQA

private static int numDefsChildrenForQA
Deprecated. 
Constructor Detail

StandardWTUnitService

public StandardWTUnitService()
Deprecated. 
Method Detail

getConceptualClassname

public String getConceptualClassname()
Deprecated.  

Returns the conceptual (modeled) name for the class.

Supported API: false

Specified by:
getConceptualClassname in interface NetFactor
Overrides:
getConceptualClassname in class StandardManager
Returns:
String

performStartupProcess

protected void performStartupProcess()
                              throws ManagerException
Deprecated.  

Dummy method to be overridden by subclasses. Subclasses should override this method and provide startup processing.

Supported API: false

Overrides:
performStartupProcess in class StandardManager
Throws:
ManagerException

newStandardWTUnitService

public static StandardWTUnitService newStandardWTUnitService()
                                                      throws WTException
Deprecated.  

Default factory for the class.

Supported API: false

Returns:
StandardWTUnitService
Throws:
WTException

deleteScheduledOperation

public void deleteScheduledOperation(UnitOperationRecord rec)
                              throws WTException,
                                     WTPropertyVetoException
Deprecated.  



Supported API: false

Specified by:
deleteScheduledOperation in interface WTUnitServerService
Parameters:
rec -
Throws:
WTException
WTPropertyVetoException

createScheduledOperation

public void createScheduledOperation(UnitOperationRecord rec,
                                     ScheduleItem item,
                                     ScheduleMethodArg[] m_args,
                                     boolean enabled)
                              throws WTException
Deprecated.  



Supported API: false

Specified by:
createScheduledOperation in interface WTUnitServerService
Parameters:
rec -
item -
m_args -
enabled -
Throws:
WTException

enableScheduledOperation

public void enableScheduledOperation(UnitOperationRecord rec)
                              throws WTException
Deprecated.  



Supported API: false

Specified by:
enableScheduledOperation in interface WTUnitServerService
Parameters:
rec -
Throws:
WTException

addSeedObjectToUnit

public WTUnit addSeedObjectToUnit(WTObject a_seed,
                                  WTUnit a_unit)
                           throws WTException
Deprecated.  

Adds seed objects like WTPart, WTDocument or EPMDocument to the WTUnit.

Supported API: false

Specified by:
addSeedObjectToUnit in interface WTUnitService
Parameters:
a_seed -
a_unit -
Returns:
WTUnit
Throws:
WTException

getUnitSeedLinks

public QueryResult getUnitSeedLinks(WTUnit a_unit)
                             throws WTException
Deprecated.  

Returns a set of seed objects attached to the unit.

Supported API: false

Specified by:
getUnitSeedLinks in interface WTUnitService
Parameters:
a_unit -
Returns:
QueryResult
Throws:
WTException

getUnitSeedObjects

public QueryResult getUnitSeedObjects(WTUnit a_unit)
                               throws WTException
Deprecated.  

Returns a set of seed objects attached to the unit.

Supported API: false

Specified by:
getUnitSeedObjects in interface WTUnitService
Parameters:
a_unit -
Returns:
QueryResult
Throws:
WTException

isSeedObjectInUnit

public boolean isSeedObjectInUnit(WTObject a_seed,
                                  WTUnit a_unit)
                           throws WTException
Deprecated.  

Checks whether the object is attached to the unit as a seed object.

Supported API: false

Specified by:
isSeedObjectInUnit in interface WTUnitService
Parameters:
a_seed -
a_unit -
Returns:
boolean
Throws:
WTException

removeSeedObjectFromUnit

public WTUnit removeSeedObjectFromUnit(WTObject a_seed,
                                       WTUnit a_unit)
                                throws WTException
Deprecated.  

Removes seed object from the unit.

Supported API: false

Specified by:
removeSeedObjectFromUnit in interface WTUnitService
Parameters:
a_seed -
a_unit -
Returns:
WTUnit
Throws:
WTException

getUnitWTPartConfigSpec

public WTPartConfigSpec getUnitWTPartConfigSpec(WTUnit a_unit)
                                         throws WTException
Deprecated.  



Supported API: false

Specified by:
getUnitWTPartConfigSpec in interface WTUnitService
Parameters:
a_unit -
Returns:
WTPartConfigSpec
Throws:
WTException

setUnitWTPartConfigSpec

public WTUnit setUnitWTPartConfigSpec(WTPartConfigSpec a_configSpec,
                                      WTUnit a_unit)
                               throws WTException
Deprecated.  



Supported API: false

Specified by:
setUnitWTPartConfigSpec in interface WTUnitService
Parameters:
a_configSpec -
a_unit -
Returns:
WTUnit
Throws:
WTException

removeUnitWTPartConfigSpec

public WTUnit removeUnitWTPartConfigSpec(WTUnit a_unit)
                                  throws WTException
Deprecated.  



Supported API: false

Specified by:
removeUnitWTPartConfigSpec in interface WTUnitService
Parameters:
a_unit -
Returns:
WTUnit
Throws:
WTException

getUnitEPMDocConfigSpec

public EPMDocConfigSpec getUnitEPMDocConfigSpec(WTUnit a_unit)
                                         throws WTException
Deprecated.  



Supported API: false

Specified by:
getUnitEPMDocConfigSpec in interface WTUnitService
Parameters:
a_unit -
Returns:
EPMDocConfigSpec
Throws:
WTException

setUnitEPMDocConfigSpec

public WTUnit setUnitEPMDocConfigSpec(EPMDocConfigSpec a_configSpec,
                                      WTUnit a_unit)
                               throws WTException
Deprecated.  



Supported API: false

Specified by:
setUnitEPMDocConfigSpec in interface WTUnitService
Parameters:
a_configSpec -
a_unit -
Returns:
WTUnit
Throws:
WTException

removeUnitEPMDocConfigSpec

public WTUnit removeUnitEPMDocConfigSpec(WTUnit a_unit)
                                  throws WTException
Deprecated.  



Supported API: false

Specified by:
removeUnitEPMDocConfigSpec in interface WTUnitService
Parameters:
a_unit -
Returns:
WTUnit
Throws:
WTException

getUnitWTDocumentConfigSpec

public WTDocumentConfigSpec getUnitWTDocumentConfigSpec(WTUnit a_unit)
                                                 throws WTException
Deprecated.  



Supported API: false

Specified by:
getUnitWTDocumentConfigSpec in interface WTUnitService
Parameters:
a_unit -
Returns:
WTDocumentConfigSpec
Throws:
WTException

setUnitWTDocumentConfigSpec

public WTUnit setUnitWTDocumentConfigSpec(WTDocumentConfigSpec a_configSpec,
                                          WTUnit a_unit)
                                   throws WTException
Deprecated.  



Supported API: false

Specified by:
setUnitWTDocumentConfigSpec in interface WTUnitService
Parameters:
a_configSpec -
a_unit -
Returns:
WTUnit
Throws:
WTException

removeUnitWTDocumentConfigSpec

public WTUnit removeUnitWTDocumentConfigSpec(WTUnit a_unit)
                                      throws WTException
Deprecated.  



Supported API: false

Specified by:
removeUnitWTDocumentConfigSpec in interface WTUnitService
Parameters:
a_unit -
Returns:
WTUnit
Throws:
WTException

createReplicationBaseline

public WTUnit createReplicationBaseline(WTUnit a_unit,
                                        boolean as_Exported,
                                        boolean as_Imported)
                                 throws WTException
Deprecated.  



Supported API: false

Specified by:
createReplicationBaseline in interface WTUnitService
Parameters:
a_unit -
as_Exported -
as_Imported -
Returns:
WTUnit
Throws:
WTException

getReplicationBaseline

public ReplicationBaseline getReplicationBaseline(WTUnit a_unit)
                                           throws WTException
Deprecated.  



Supported API: false

Specified by:
getReplicationBaseline in interface WTUnitService
Parameters:
a_unit -
Returns:
ReplicationBaseline
Throws:
WTException

removeReplicationBaseline

public WTUnit removeReplicationBaseline(WTUnit a_unit)
                                 throws WTException
Deprecated.  



Supported API: false

Specified by:
removeReplicationBaseline in interface WTUnitService
Parameters:
a_unit -
Returns:
WTUnit
Throws:
WTException

getAllOperationRecords

public Enumeration getAllOperationRecords(WTUnit unit)
                                   throws WTException
Deprecated.  



Supported API: false

Specified by:
getAllOperationRecords in interface WTUnitService
Parameters:
unit -
Returns:
Enumeration
Throws:
WTException

removeAllOperationRecords

public void removeAllOperationRecords(WTUnit unit)
                               throws WTException
Deprecated.  



Supported API: false

Specified by:
removeAllOperationRecords in interface WTUnitService
Parameters:
unit -
Throws:
WTException

createUnitPartsTree

public WTPart createUnitPartsTree(int treeDepth,
                                  int level,
                                  String parentNumber,
                                  int childIndex)
                           throws WTException
Deprecated.  

Crate a part tree for the user supplied number of children for each part and the tree depth. Each part is described by a document. In addition to parts and document, the tree contains WTPartDescribeLinks and WTPartUsageLinks

Supported API: false

Specified by:
createUnitPartsTree in interface WTUnitService
Parameters:
treeDepth -
level -
parentNumber -
childIndex -
Returns:
WTPart
Throws:
WTException

initializeUnitStatus

public void initializeUnitStatus(WTUnit unit)
                          throws WTException
Deprecated.  



Supported API: false

Specified by:
initializeUnitStatus in interface WTUnitService
Parameters:
unit -
Throws:
WTException

getLatestOperationRecord

public UnitOperationRecord getLatestOperationRecord(WTUnit unit,
                                                    Class concreteOperationClass)
                                             throws WTException
Deprecated.  



Supported API: false

Specified by:
getLatestOperationRecord in interface WTUnitService
Parameters:
unit -
concreteOperationClass -
Returns:
UnitOperationRecord
Throws:
WTException

getScheduleItemArgs

private Enumeration getScheduleItemArgs(ScheduleItem item)
                                 throws WTException
Deprecated. 
Throws:
WTException

processLinksForNewUnitIteration

private void processLinksForNewUnitIteration(WTUnit newUnitIteration,
                                             WTUnit predecessorUnit)
                                      throws WTException
Deprecated. 
Throws:
WTException

checkReadOnlyReplForWTUnit

private void checkReadOnlyReplForWTUnit(WTUnit wtUnit,
                                        KeyedEvent keyedEvent)
                                 throws WTException
Deprecated. 
Throws:
WTException

checkReadOnlyReplication

private void checkReadOnlyReplication(Baselineable baselineable,
                                      KeyedEvent keyedEvent)
                               throws WTException
Deprecated. 
Throws:
WTException

createPart

private WTPart createPart(String number,
                          int treeDepth,
                          int level)
                   throws WTException
Deprecated. 
Throws:
WTException

createDocument

private WTDocument createDocument(String docIndex)
                           throws WTException
Deprecated. 
Throws:
WTException

createDocumentFile

private void createDocumentFile(String fullPath,
                                String docName)
Deprecated. 

createLink

private void createLink(WTPart part,
                        WTPart child)
                 throws WTException
Deprecated. 
Throws:
WTException

createIBADefinitionsTableForQA

private Hashtable createIBADefinitionsTableForQA()
Deprecated. 

createIBADefinitionsTable

private Hashtable createIBADefinitionsTable()
Deprecated. 

printInfo

private static void printInfo(String s)
Deprecated.