Enum Class WVSContentHelper.IterationType

java.lang.Object
java.lang.Enum<WVSContentHelper.IterationType>
com.ptc.wvs.server.util.WVSContentHelper.IterationType
All Implemented Interfaces:
Serializable, Comparable<WVSContentHelper.IterationType>, Constable
Enclosing class:
WVSContentHelper

public static enum WVSContentHelper.IterationType extends Enum<WVSContentHelper.IterationType>
Enum to represent Iteration type constants e.g. Objects with following revisions A.1, A.2, A.3 B.1, B.2 IterationType.LATEST - B.2 (latest iteration of latest revision) IterationType.LASTEST_REVISION - A.3, B.2 (latest iteration of each revision) IterationType.ALL - A.1, A.2, A.3, B.1, B.2 (all iterations)

Supported API: true

Extendable: false