|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.RepositoryEntry
inetsoft.sree.ViewsheetEntry
public class ViewsheetEntry
Represents a viewsheet entry in the replet repository.
| Field Summary |
|---|
| Fields inherited from class inetsoft.sree.RepositoryEntry |
|---|
ALL, ARCHIVE, ARCHIVED_REPORTS, CHANGE_FOLDER_OPERATION, COMPOSITE_ARCHIVE, FILE, FOLDER, LIVE_REPORTS, PROTOTYPE_FOLDER, REMOVE_OPERATION, RENAME_OPERATION, REPLET, REPOSITORY_FOLDER, SNAPSHOTS, TRASHCAN, TRASHCAN_FOLDER, USER_FOLDERS, USERS_FOLDER, VIEWSHEET, VIEWSHEETS, WORKSHEET, WORKSHEET_FOLDER, WORKSHEETS |
| Constructor Summary | |
|---|---|
ViewsheetEntry()
Constructor. |
|
ViewsheetEntry(String path)
Create a viewsheet entry. |
|
ViewsheetEntry(String path,
String owner)
Create a viewsheet entry. |
|
| Method Summary | |
|---|---|
String |
getAlias()
Get the alias of the viewsheet. |
AssetEntry |
getAssetEntry()
Get the asset entry. |
String |
getDescription()
Get the description of the replet. |
String |
getIdentifier()
Get identifier of the corresponding asset entry. |
boolean |
isOnReport()
Check if is on report. |
boolean |
isSnapshot()
Check if is snapshot. |
void |
parseAttributes(Element tag)
Method to parse attributes. |
void |
parseContents(Element tag)
Method to parse contents. |
void |
setAlias(String alias)
Set the alias of the viewsheet. |
void |
setAssetEntry(AssetEntry entry)
Set the asset entry. |
void |
setDescription(String desc)
Set the description of the replet. |
void |
setIdentifier(String identifier)
Set identifier of the corresponding asset entry. |
void |
setOnReport(boolean onReport)
Set whether is on report. |
void |
setSnapshot(boolean snapshot)
Set whether is snapshot. |
boolean |
supportsOperation(int operation)
Check if supports an operation, which should be one of the predefined operation like RENAME_OPERATION, CHANGE_FOLDER_OPERATION, REMOVE_OPERATION, etc. |
void |
writeAttributes(PrintWriter writer)
Write attributes. |
void |
writeContents(PrintWriter writer)
Write contents. |
| Methods inherited from class inetsoft.sree.RepositoryEntry |
|---|
compareTo, equals, getHtmlType, getLabel, getName, getOwner, getParent, getParentPath, getPath, getType, hashCode, isArchive, isFolder, isMyReport, isReplet, isRoot, parseXML, setHtmlType, toString, writeCDATA, writeXML |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ViewsheetEntry()
public ViewsheetEntry(String path)
path - the specified path.
public ViewsheetEntry(String path,
String owner)
path - the specified path.owner - the specified owner.| Method Detail |
|---|
public void setAssetEntry(AssetEntry entry)
public AssetEntry getAssetEntry()
getAssetEntry in class RepositoryEntrypublic boolean supportsOperation(int operation)
supportsOperation in class RepositoryEntryoperation - the specified operation.
public boolean isOnReport()
public void setOnReport(boolean onReport)
onReport - true if on report, false otherwise.public String getIdentifier()
public void setIdentifier(String identifier)
identifier - identifier of the corresponding asset entry.public boolean isSnapshot()
public void setSnapshot(boolean snapshot)
snapshot - true if is snapshot, false otherwise.public void setDescription(String desc)
desc - the specified description.public String getDescription()
public void setAlias(String alias)
alias - the specified viewsheet.public String getAlias()
public void writeAttributes(PrintWriter writer)
writeAttributes in class RepositoryEntrywriter - the destination print writer.
public void parseAttributes(Element tag)
throws Exception
parseAttributes in class RepositoryEntryExceptionpublic void writeContents(PrintWriter writer)
writeContents in class RepositoryEntrywriter - the destination print writer.
public void parseContents(Element tag)
throws Exception
parseContents in class RepositoryEntryException
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||