|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Management information for a news item.
The NewsManagement class provides information about the context
of a NewsItem, including the time when the item was first
created, the time when the current revision was created, the
current status, a scheduled future status change, the urgency, and
its relationship to other news items.
| Method Summary | |
NewsItemRef[] |
getAssociatedWith()
Get all AssociatedWith children in an array. |
NewsItemRef |
getAssociatedWith(int index)
Get a reference to a news item associated with this one. |
int |
getAssociatedWithCount()
Count the associated-with objects. |
NewsItemRef[] |
getDerivedFrom()
Get all DerivedFrom children in an array. |
NewsItemRef |
getDerivedFrom(int index)
Get a reference to a news item from which this item is derived. |
int |
getDerivedFromCount()
Count the derived-from objects. |
IdText |
getFirstCreated()
Get the date when the news item was first created. |
Instruction[] |
getInstruction()
Get all Instruction children in an array. |
Instruction |
getInstruction(int index)
Get a user-defined news-management instruction. |
int |
getInstructionCount()
Count the instructions. |
FormalName |
getNewsItemType()
Get the type of the news item. |
RevisionHistory |
getRevisionHistory()
Get a pointer to the news item's revision history. |
FormalName |
getStatus()
Get the current status of the news item. |
StatusWillChange |
getStatusWillChange()
Get a schedule future status change. |
IdText |
getThisRevisionCreated()
Get the creation date of the current revision of the news item. |
FormalName |
getUrgency()
Get the news item's urgency. |
| Methods inherited from interface org.newsml.toolkit.BaseNode |
getAttr, getChild, getChild, getChild, getChild, getChildCount, getChildCount, getParent, getPath, getSession, getXMLName, getXPath, insertAfter, insertAfter, insertAfter, insertAfter, insertAfterDuid, insertAfterDuid, insertBefore, insertBefore, insertBefore, insertBefore, insertBeforeDuid, insertBeforeDuid, insertChild, insertChild, insertFirst, insertFirst, insertLast, insertLast, removeChild, removeChild, removeSelf, replaceChild, replaceChild, replaceChild, replaceChild, replaceChild, replaceChild, setAttr, setAttr, toXML, toXML, unsetAttr, unsetAttr, writeXML, writeXML |
| Methods inherited from interface org.newsml.toolkit.IdNode |
getDuid, getEuid |
| Methods inherited from interface org.newsml.toolkit.PropertyNode |
getProperty, getProperty, getPropertyCount |
| Method Detail |
public FormalName getNewsItemType()
public IdText getFirstCreated()
getThisRevisionCreated()public IdText getThisRevisionCreated()
getFirstCreated()public FormalName getStatus()
public StatusWillChange getStatusWillChange()
getStatusWillChange()public FormalName getUrgency()
getStatus()public RevisionHistory getRevisionHistory()
public int getDerivedFromCount()
public NewsItemRef getDerivedFrom(int index)
index - The index of the reference, zero-based, in sequential
order.public NewsItemRef[] getDerivedFrom()
public int getAssociatedWithCount()
public NewsItemRef getAssociatedWith(int index)
index - The index of the reference, zero-based, in sequential
order.public NewsItemRef[] getAssociatedWith()
public int getInstructionCount()
public Instruction getInstruction(int index)
index - The index of the instruction, zero-based, in sequential
order.public Instruction[] getInstruction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||