Package | Description |
---|---|
votorola.a.position |
Formalizing stances on prospective issues.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentPipeRevision1
A component pipe revision constructed for a specific draft
revision path.
|
class |
ComponentPipeRevisionL
A component pipe revision constructed nominally for the latest revision, not for a
specific draft revision path.
|
class |
ComponentPipeRevisionWV
A component pipe revision as viewed from the wild variant it nominates.
|
Modifier and Type | Method and Description |
---|---|
static List<Throwable> |
CoreRevision.U.partialFromPageNames(List<? extends CharSequence> pageNameList,
List<CoreRevision> toCores,
Class<? extends ComponentPipeRevision> componentPipeClass,
PollwikiVS wiki,
List<Throwable> userXList,
boolean toContinue)
Partially constructs the lastest revision of each specified core page and
appends it to the provided list.
|
static List<Throwable> |
CoreRevision.U.partialFromRevs(List<Integer> revList,
List<CoreRevision> toCores,
Class<? extends ComponentPipeRevision> componentPipeClass,
PollwikiVS wiki,
List<Throwable> userXList,
boolean toContinue)
Partially constructs the specified core revisions and appends them to the
provided list.
|
static CoreRevision |
CoreRevision.U.read(XMLStreamReader xml,
PollwikiVS wiki,
Class<? extends ComponentPipeRevision> componentPipeClass,
String contextPersonName,
CountSource countSource)
Attempts to fully construct the context view
of a CoreRevision from a page query.
|
static CoreRevision |
CoreRevision.U.readPartial(XMLStreamReader xml,
PollwikiVS wiki,
Class<? extends ComponentPipeRevision> componentPipeClass)
Attempts to partially construct a CoreRevision from a page query.
|
Constructor and Description |
---|
ComponentPipeRevision(ComponentPipeRevision rCP)
Constructs a ComponentPipeRevision as a copy of another.
|