public interface ActRelationshipAttributeCriteria extends ActRelationshipCriteria
ActRelationship
RIM class. See
ActRelationship
ALL, ANY, CONTAINS, EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUAL_TO, IS_NOT_NULL, IS_NULL, LESS_THAN, LESS_THAN_OR_EQUAL_TO, LIKE, NOT_EQUALS, NOT_LIKE
Modifier and Type | Method and Description |
---|---|
void |
setCheckpointCode(SearchOperator op,
CS code)
Sets the predicate for the
CheckpointCode attribute. |
void |
setConjunctionCode(SearchOperator op,
CS code)
Sets the predicate for the
ConjunctionCode attribute. |
void |
setContextConductionInd(SearchOperator op,
BL code)
Sets the predicate for the
ContextConductionInd attribute. |
void |
setContextControlCode(SearchOperator op,
CS code)
Sets the predicate for the
ContextControlCode attribute. |
void |
setInversionInd(SearchOperator op,
BL code)
Sets the predicate for the
InversionInd attribute. |
void |
setJoinCode(SearchOperator op,
CS code)
Sets the predicate for the
JoinCode attribute. |
void |
setLocalVariableName(SearchOperator op,
ST code)
Sets the predicate for the
LocalVariableName attribute. |
void |
setNegationInd(SearchOperator op,
BL code)
Sets the predicate for the
NegationInd attribute. |
void |
setPauseQuantity(PQCriteria pqCriteria)
Sets the predicate for the
PauseQuantity attribute. |
void |
setPriorityNumber(SearchOperator op,
INT code)
Deprecated.
Use setPriorityNumberV2(SearchOperator op, REAL code)
|
void |
setPriorityNumberV2(SearchOperator op,
REAL code)
Sets the predicate for the
PriorityNumber attribute. |
void |
setSeperatableInd(SearchOperator op,
BL code)
Sets the predicate for the
SeperatableInd attribute. |
void |
setSequenceNumber(SearchOperator op,
INT code)
Sets the predicate for the
SequenceNumber attribute. |
void |
setSourceCriteria(ActCriteria actCriteria,
int versioningType)
Sets the dependent criteria for the
Source child object. |
void |
setSplitCode(SearchOperator op,
CS code)
Sets the predicate for the
SplitCode attribute. |
void |
setTargetCriteria(ActCriteria actCriteria,
int versioningType)
Sets the dependent criteria for the
Target child object. |
void |
setTypeCode(SearchOperator op,
CS code)
Sets the predicate for the
TypeCode attribute. |
void |
setUncertaintyCode(CodedTypeCriteria criteria)
Sets the predicate for the
UncertaintyCode attribute. |
void |
setUncertaintyCode(SearchOperator op,
CE code)
Sets the predicate for the
UncertaintyCode attribute. |
equals, hashCode, newInstance
void setJoinCode(SearchOperator op, CS code)
JoinCode
attribute. See
getJoinCode
op
- search operatorcode
- predicate valuevoid setSplitCode(SearchOperator op, CS code)
SplitCode
attribute. See
getSplitCode
op
- search operatorcode
- predicate valuevoid setConjunctionCode(SearchOperator op, CS code)
ConjunctionCode
attribute. See
getConjunctionCode
op
- search operatorcode
- predicate valuevoid setNegationInd(SearchOperator op, BL code)
NegationInd
attribute. See
getNegationInd
op
- search operatorcode
- predicate valuevoid setInversionInd(SearchOperator op, BL code)
InversionInd
attribute. See
getInversionInd
op
- search operatorcode
- predicate valuevoid setSourceCriteria(ActCriteria actCriteria, int versioningType)
Source
child object. See
getSource
actCriteria
- criteria for Source ActversioningType
- indicates version dependent/independentvoid setContextConductionInd(SearchOperator op, BL code)
ContextConductionInd
attribute.
See
getContextConductionInd
op
- search operatorcode
- predicate valuevoid setSeperatableInd(SearchOperator op, BL code)
SeperatableInd
attribute. See
getSeperatableInd
op
- search operatorcode
- predicate valuevoid setLocalVariableName(SearchOperator op, ST code)
LocalVariableName
attribute. See
getLocalVariableName
op
- search operatorcode
- predicate valuevoid setSequenceNumber(SearchOperator op, INT code)
SequenceNumber
attribute. See
getSequenceNumber
op
- search operatorcode
- predicate valuevoid setCheckpointCode(SearchOperator op, CS code)
CheckpointCode
attribute. See
getCheckpointCode
op
- search operatorcode
- predicate valuevoid setPauseQuantity(PQCriteria pqCriteria)
PauseQuantity
attribute. See
getPauseQuantity
pqCriteria
- criteria for pause quantityvoid setTypeCode(SearchOperator op, CS code)
TypeCode
attribute. See
getTypeCode
op
- search operatorcode
- predicate valuevoid setPriorityNumberV2(SearchOperator op, REAL code)
PriorityNumber
attribute. See
getPriorityNumber
op
- search operatorcode
- predicate value@Deprecated void setPriorityNumber(SearchOperator op, INT code)
PriorityNumber
attribute. See
getPriorityNumber
op
- search operatorcode
- predicate valuevoid setTargetCriteria(ActCriteria actCriteria, int versioningType)
Target
child object. See
getTarget
actCriteria
- criteria for Target ActversioningType
- indicates version dependent/independentvoid setContextControlCode(SearchOperator op, CS code)
ContextControlCode
attribute. See
getContextControlCode
op
- search operatorcode
- predicate valuevoid setUncertaintyCode(SearchOperator op, CE code)
UncertaintyCode
attribute. See
getUncertaintyCode
op
- search operatorcode
- predicate valuevoid setUncertaintyCode(CodedTypeCriteria criteria)
UncertaintyCode
attribute. See
getUncertaintyCode
criteria
- criteria for UncertaintyCodeHDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved