|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.opencms.file.CmsExportLink
Describes a link for the static export.
| Constructor Summary | |
CmsExportLink(int linkId,
String link,
long lastExportDate,
Vector dependencies)
Constructor, creates a new CmsExportLink object. |
|
CmsExportLink(String link,
long lastExportDate,
Vector dependencies)
Constructor, creates a new CmsExportLink object. |
|
| Method Summary | |
void |
addDependency(String dependency)
Adds one dependency to the dependencies vector |
Vector |
getDependencies()
returns the dependencies vector |
int |
getId()
returns the database id of this link |
long |
getLastExportDate()
gets the export time |
String |
getLink()
returns the request. |
boolean |
getProcessedState()
returns if this request is already exported. |
void |
setDeqendencies(Vector dependencies)
sets the dependencies vector (old values are deleted) |
void |
setLastExportDate(long date)
sets the export time |
void |
setLinkId(int id)
sets the id. |
void |
setProcessedState(boolean processed)
indicates that this request is processed. |
String |
toString()
Returns a string-representation for this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CmsExportLink(int linkId,
String link,
long lastExportDate,
Vector dependencies)
dependencies - The dep Vector.
public CmsExportLink(String link,
long lastExportDate,
Vector dependencies)
dependencies - The dep Vector.| Method Detail |
public void addDependency(String dependency)
dependency - The rootname of a OpenCms resource this request depends on.public Vector getDependencies()
public int getId()
public long getLastExportDate()
public String getLink()
public boolean getProcessedState()
public void setDeqendencies(Vector dependencies)
public void setLinkId(int id)
public void setLastExportDate(long date)
public void setProcessedState(boolean processed)
processed - true or false.public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||