Enum Class Discrepancy2.Status
java.lang.Object
java.lang.Enum<Discrepancy2.Status>
com.ptc.windchill.associativity.reconciliation.Discrepancy2.Status
- All Implemented Interfaces:
Serializable,Comparable<Discrepancy2.Status>,Constable
- Enclosing interface:
Discrepancy2
Supported API: true
- UNKNOWN - this is just detected but no other details are known. this is default
- SYNCED - already in sync with all the targets
- AUTO - the implemented resolution logic can handle this
- MANUAL - the implemented resolution logic cannot handle this
- FAILED - the resolution failed *
- FOR_INFORMATION - status when user or system cannot resolve the discrepancy
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
UNKNOWN
Supported API: true -
SYNCED
Supported API: true -
AUTO
Supported API: true -
MANUAL
Supported API: true -
FAILED
Supported API: true -
INTERACTIVE
Supported API: true -
INFO
Supported API: true
-