public class PkgCompDeplCondition extends java.lang.Object implements CustomCondition
| Constructor and Description |
|---|
PkgCompDeplCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluateCondition(MboRemote mbo,
java.lang.Object param)
Sets the condition for continuing a stopped deployment.
|
java.lang.String |
toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
public boolean evaluateCondition(MboRemote mbo, java.lang.Object param) throws MXException, java.rmi.RemoteException
evaluateCondition in interface CustomConditionmbo - Expected to be a DMPackageparam - Not used.MXExceptionjava.rmi.RemoteExceptionSecurityRestrict,
Condition,
Mbo.evaluateRestriction(psdi.mbo.DataRestriction),
Mbo.evaluateCtrlConditions(java.util.HashSet),
Mbo.evaluateCondition(java.lang.String, boolean)public java.lang.String toWhereClause(java.lang.Object param,
MboSetRemote msr)
throws MXException,
java.rmi.RemoteException
toWhereClause in interface CustomConditionparam - For data restrictions, this is not used by the object framework. To use param
you must override some of the framework logic in your MboSet.msr - The MboSet whose Where clause is being constructedMXExceptionjava.rmi.RemoteExceptionSecurityRestrict,
Condition,
MboSet.getQualifiedWhere()