public final class Step extends AnyOtherType implements Role, Date, Outcome, Actor, Agent
The element step is a metadata element specifying facts about a workflow step occurred to the document. For each event, a date, a type, an agent (and the corresponding role) that generated the action must be referenced. The outcome, too, can be specified.
<xsd:element name=“step”> <xsd:complexType> <xsd:complexContent> <xsd:extension base=“anyOtherType”> <xsd:attributeGroup ref=“date”/> <xsd:attributeGroup ref=“agent”/> <xsd:attributeGroup ref=“actor”/> <xsd:attributeGroup ref=“role”/> <xsd:attributeGroup ref=“outcome”/> <xsd:extension> <xsd:complexContent> <xsd:complexType> <xsd:element>
| Constructor and Description |
|---|
Step() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
String |
getActor() |
RoleRef |
getAs() |
AgentRef |
getBy() |
OffsetDateTime |
getDate() |
ConceptRef |
getOutcome() |
String |
name()
Name of this object (the name of the xml element)
|
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
void |
setActor(String actor) |
void |
setAs(RoleRef as) |
void |
setBy(AgentRef by) |
void |
setDate(OffsetDateTime date) |
void |
setOutcome(ConceptRef outcome) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
accept, add, add, getHref, setHrefgetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWid, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompare, nestedComparegetAttributes, nestedComparepublic OffsetDateTime getDate()
public void setDate(OffsetDateTime date)
public ConceptRef getOutcome()
getOutcome in interface Outcomepublic void setOutcome(ConceptRef outcome)
setOutcome in interface Outcomepublic void read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
read in interface Externalizableread in class AnyOtherTypereader - the stream to read data from in order to restore the objectpublic void write(XmlWriter writer) throws IOException
The object implements the write method to save its contents by calling the methods of Output.
write in interface Corewrite in interface IdOptwrite in interface Externalizablewrite in class AnyOtherTypewriter - the stream to write the object toIOExceptionpublic String name()
Name of this object (the name of the xml element)
public com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
AnyOtherTypeTo read attributes.
attributes in interface AknObjectattributes in class AnyOtherTypeCopyright © 2017. All rights reserved.