wt.replication.unit
Interface WTUnitService
- All Known Implementing Classes:
- StandardWTUnitService, WTUnitServiceFwd
- public interface WTUnitService
Supported API: false
Extendable: false
Method Summary |
WTUnit |
addSeedObjectToUnit(WTObject a_seed,
WTUnit a_unit)
Deprecated. |
WTUnit |
createReplicationBaseline(WTUnit a_unit,
boolean as_Exported,
boolean as_Imported)
Deprecated. |
WTPart |
createUnitPartsTree(int treeDepth,
int level,
String parentNumber,
int childIndex)
Deprecated. |
Enumeration |
getAllOperationRecords(WTUnit unit)
Deprecated. |
UnitOperationRecord |
getLatestOperationRecord(WTUnit unit,
Class concreteOperationClass)
Deprecated. |
ReplicationBaseline |
getReplicationBaseline(WTUnit a_unit)
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. |
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. |
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
- 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
- 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
- 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
- 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
- Parameters:
a_seed
- a_unit
-
- Returns:
- WTUnit
- Throws:
WTException
getUnitWTPartConfigSpec
public WTPartConfigSpec getUnitWTPartConfigSpec(WTUnit a_unit)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
a_unit
-
- Returns:
- WTPartConfigSpec
- Throws:
WTException
setUnitWTPartConfigSpec
public WTUnit setUnitWTPartConfigSpec(WTPartConfigSpec a_configSpec,
WTUnit a_unit)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
a_configSpec
- a_unit
-
- Returns:
- WTUnit
- Throws:
WTException
removeUnitWTPartConfigSpec
public WTUnit removeUnitWTPartConfigSpec(WTUnit a_unit)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
a_unit
-
- Returns:
- WTUnit
- Throws:
WTException
getUnitEPMDocConfigSpec
public EPMDocConfigSpec getUnitEPMDocConfigSpec(WTUnit a_unit)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
a_unit
-
- Returns:
- EPMDocConfigSpec
- Throws:
WTException
setUnitEPMDocConfigSpec
public WTUnit setUnitEPMDocConfigSpec(EPMDocConfigSpec a_configSpec,
WTUnit a_unit)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
a_configSpec
- a_unit
-
- Returns:
- WTUnit
- Throws:
WTException
removeUnitEPMDocConfigSpec
public WTUnit removeUnitEPMDocConfigSpec(WTUnit a_unit)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
a_unit
-
- Returns:
- WTUnit
- Throws:
WTException
getUnitWTDocumentConfigSpec
public WTDocumentConfigSpec getUnitWTDocumentConfigSpec(WTUnit a_unit)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
a_unit
-
- Returns:
- WTDocumentConfigSpec
- Throws:
WTException
setUnitWTDocumentConfigSpec
public WTUnit setUnitWTDocumentConfigSpec(WTDocumentConfigSpec a_configSpec,
WTUnit a_unit)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
a_configSpec
- a_unit
-
- Returns:
- WTUnit
- Throws:
WTException
removeUnitWTDocumentConfigSpec
public WTUnit removeUnitWTDocumentConfigSpec(WTUnit a_unit)
throws WTException
- Deprecated.
Supported API: false
- 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
- Parameters:
a_unit
- as_Exported
- as_Imported
-
- Returns:
- WTUnit
- Throws:
WTException
getReplicationBaseline
public ReplicationBaseline getReplicationBaseline(WTUnit a_unit)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
a_unit
-
- Returns:
- ReplicationBaseline
- Throws:
WTException
removeReplicationBaseline
public WTUnit removeReplicationBaseline(WTUnit a_unit)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
a_unit
-
- Returns:
- WTUnit
- Throws:
WTException
getAllOperationRecords
public Enumeration getAllOperationRecords(WTUnit unit)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
unit
-
- Returns:
- Enumeration
- Throws:
WTException
removeAllOperationRecords
public void removeAllOperationRecords(WTUnit unit)
throws WTException
- Deprecated.
Supported API: false
- 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
- Parameters:
treeDepth
- level
- parentNumber
- childIndex
-
- Returns:
- WTPart
- Throws:
WTException
initializeUnitStatus
public void initializeUnitStatus(WTUnit unit)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
unit
-
- Throws:
WTException
getLatestOperationRecord
public UnitOperationRecord getLatestOperationRecord(WTUnit unit,
Class concreteOperationClass)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
unit
- concreteOperationClass
-
- Returns:
- UnitOperationRecord
- Throws:
WTException