public class WOPredecessorUtilTest
extends java.lang.Object
Constructor and Description |
---|
WOPredecessorUtilTest() |
Modifier and Type | Method and Description |
---|---|
void |
setCreateRlationships(java.lang.String predWonum,
java.lang.String predRefWonum,
java.lang.String wonum,
java.lang.String orgid,
java.lang.String siteid,
java.lang.String relationShipType,
double leadLagHours,
MboRemote mbo)
This method will only set the values to the Mbo, you need to vbe aware
that this method is not saving the MboSet and it is not setting up any
BITa void skip validations and access checks
|
static void |
setupBeforeClass() |
void |
testBasicRelation1() |
void |
testBasicRelation2() |
void |
testCircularDependencies() |
void |
testCircularDependenciesChildofParentLink_part1() |
void |
testCircularDependenciesChildofParentLink_part2() |
void |
testCircularDependenciesChildofParentLink_part3() |
void |
testCircularDependenciesParentOfaLink() |
void |
testDeleteScenario1() |
void |
testDeleteScenario2() |
void |
testGetWonum() |
public static void setupBeforeClass() throws java.lang.Exception
java.lang.Exception
public void testGetWonum()
public void testBasicRelation1()
public void testBasicRelation2()
public void testCircularDependencies()
public void testCircularDependenciesParentOfaLink()
public void testDeleteScenario1()
public void testDeleteScenario2()
public void testCircularDependenciesChildofParentLink_part1()
public void testCircularDependenciesChildofParentLink_part2()
public void testCircularDependenciesChildofParentLink_part3()
public void setCreateRlationships(java.lang.String predWonum, java.lang.String predRefWonum, java.lang.String wonum, java.lang.String orgid, java.lang.String siteid, java.lang.String relationShipType, double leadLagHours, MboRemote mbo) throws java.rmi.RemoteException, MXException
predWonum
- Target Work Order number Sample of relationshippredRefWonum
- Predecessor WO reference (Same as target work order number).wonum
- Origin from relationshiporgid
- Organization ID from origin work ordersiteid
- Site ID from origin work orderrelationShipType
- Type of relationshipleadLagHours
- Lead lag hours from relationshipmbo
- New MAXIMO Business Objectjava.rmi.RemoteException
MXException