Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.obinary.cms.core
Class MetaData  view MetaData download MetaData.java

java.lang.Object
  extended bycom.obinary.cms.core.MetaData

public class MetaData
extends java.lang.Object

Date: Apr 28, 2003 Time: 11:20:59 AM

Version:
1.0

Field Summary
private static java.lang.String ACTIVATED
           
static java.lang.String ACTIVATION_INFO
           
private static java.lang.String ACTIVATOR_ID
           
private static java.lang.String AUTHOR_ID
           
private static java.lang.String CREATION_DATE
           
private static java.lang.String END_TIME
           
private static java.lang.String LAST_ACTION
           
private static java.lang.String LAST_MODIFIED
           
private  Node node
           
private static java.lang.String SEQUENCE_POS
           
private static java.lang.String START_TIME
           
private static java.lang.String TEMPLATE
           
private static java.lang.String TEMPLATE_TYPE
           
private static java.lang.String TITLE
          Top level atoms viewed as metadata of the specified content these must be set by the authoring system itself, but could be changed via custom templates if neccessary.
 
Constructor Summary
(package private) MetaData(Node workingNode)
          Package private constructor
(package private) MetaData(Node workingNode, java.lang.String containerName)
          constructor
 
Method Summary
 java.lang.String getActivatorId()
          part of metadata , last known activator of this node
 java.lang.String getAuthorId()
          part of metadata , last known author of this node
 java.util.Calendar getCreationDate()
          part of metadata, get creation date of the current node
 java.util.Calendar getEndTime()
          part of metadata, node de-activation time
 boolean getIsActivated()
          part of metadata, get last activated status of the current node
 java.lang.String getLabel()
          part of metadata, same as name of actual storage node
this value is unique at the hierarchy level context
 java.util.Calendar getLastActionDate()
          part of metadata, get last activated/de- date of the current node
 java.util.Calendar getModificationDate()
          part of metadata, get last modified date of the current node
 long getSequencePosition()
          part of metadata, get sequence position of the current node
 java.util.Calendar getStartTime()
          part of metadata, node activation time
 java.lang.String getTemplate()
          part of metadata , template which will be used to render content of this node
 java.lang.String getTitle()
          part of metadata , could be used as html header
 void setActivated()
          part of metadata, adds activated status of the current node
 void setActivatorId(java.lang.String value)
          part of metadata, current logged-in author who last activated this page
 void setAuthorId(java.lang.String value)
          part of metadata, current logged-in author who did some action on this page
 void setCreationDate()
          part of metadata, adds creation date of the current node
 void setEndTime(java.util.Calendar startTime)
          part of metadata, node de-activation time
 void setLastActivationActionDate()
          part of metadata, adds activated date of the current node
 void setModificationDate()
          part of metadata, adds modification date of the current node
 void setSequencePosition()
          part of metadata, adds sequence number of the current node
 void setSequencePosition(long seqPos)
          part of metadata, adds sequence number of the current node
 void setStartTime(java.util.Calendar startTime)
          part of metadata, node activation time
 void setTemplate(java.lang.String value)
          part of metadata, template which will be used to render content of this node
 void setTemplateType(java.lang.String value)
          part of metadata, template type : JSP - Servlet - _xxx_
 void setTitle(java.lang.String value)
          part of metadata, could be used as html header
 void setUnActivated()
          part of metadata, adds activated status of the current node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE

private static final java.lang.String TITLE
Top level atoms viewed as metadata of the specified content these must be set by the authoring system itself, but could be changed via custom templates if neccessary.

See Also:
Constant Field Values

CREATION_DATE

private static final java.lang.String CREATION_DATE
See Also:
Constant Field Values

LAST_MODIFIED

private static final java.lang.String LAST_MODIFIED
See Also:
Constant Field Values

LAST_ACTION

private static final java.lang.String LAST_ACTION
See Also:
Constant Field Values

AUTHOR_ID

private static final java.lang.String AUTHOR_ID
See Also:
Constant Field Values

ACTIVATOR_ID

private static final java.lang.String ACTIVATOR_ID
See Also:
Constant Field Values

START_TIME

private static final java.lang.String START_TIME
See Also:
Constant Field Values

END_TIME

private static final java.lang.String END_TIME
See Also:
Constant Field Values

TEMPLATE

private static final java.lang.String TEMPLATE
See Also:
Constant Field Values

TEMPLATE_TYPE

private static final java.lang.String TEMPLATE_TYPE
See Also:
Constant Field Values

ACTIVATED

private static final java.lang.String ACTIVATED
See Also:
Constant Field Values

SEQUENCE_POS

private static final java.lang.String SEQUENCE_POS
See Also:
Constant Field Values

ACTIVATION_INFO

public static final java.lang.String ACTIVATION_INFO
See Also:
Constant Field Values

node

private Node node
Constructor Detail

MetaData

MetaData(Node workingNode)
Package private constructor


MetaData

MetaData(Node workingNode,
         java.lang.String containerName)
   throws RepositoryException
constructor

Method Detail

getLabel

public java.lang.String getLabel()

part of metadata, same as name of actual storage node
this value is unique at the hierarchy level context


getTitle

public java.lang.String getTitle()

part of metadata , could be used as html header


setTitle

public void setTitle(java.lang.String value)

part of metadata, could be used as html header


setCreationDate

public void setCreationDate()

part of metadata, adds creation date of the current node


getCreationDate

public java.util.Calendar getCreationDate()

part of metadata, get creation date of the current node


setSequencePosition

public void setSequencePosition(long seqPos)

part of metadata, adds sequence number of the current node


setSequencePosition

public void setSequencePosition()

part of metadata, adds sequence number of the current node


getSequencePosition

public long getSequencePosition()

part of metadata, get sequence position of the current node


setActivated

public void setActivated()

part of metadata, adds activated status of the current node


setUnActivated

public void setUnActivated()

part of metadata, adds activated status of the current node


getIsActivated

public boolean getIsActivated()

part of metadata, get last activated status of the current node


setLastActivationActionDate

public void setLastActivationActionDate()

part of metadata, adds activated date of the current node


getLastActionDate

public java.util.Calendar getLastActionDate()

part of metadata, get last activated/de- date of the current node


setModificationDate

public void setModificationDate()

part of metadata, adds modification date of the current node


getModificationDate

public java.util.Calendar getModificationDate()

part of metadata, get last modified date of the current node


getAuthorId

public java.lang.String getAuthorId()

part of metadata , last known author of this node


setAuthorId

public void setAuthorId(java.lang.String value)

part of metadata, current logged-in author who did some action on this page


getActivatorId

public java.lang.String getActivatorId()

part of metadata , last known activator of this node


setActivatorId

public void setActivatorId(java.lang.String value)

part of metadata, current logged-in author who last activated this page


setStartTime

public void setStartTime(java.util.Calendar startTime)

part of metadata, node activation time


getStartTime

public java.util.Calendar getStartTime()

part of metadata, node activation time


setEndTime

public void setEndTime(java.util.Calendar startTime)

part of metadata, node de-activation time


getEndTime

public java.util.Calendar getEndTime()

part of metadata, node de-activation time


getTemplate

public java.lang.String getTemplate()

part of metadata , template which will be used to render content of this node


setTemplate

public void setTemplate(java.lang.String value)

part of metadata, template which will be used to render content of this node


setTemplateType

public void setTemplateType(java.lang.String value)

part of metadata, template type : JSP - Servlet - _xxx_