|
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.ArchiveEntry
inetsoft.sree.CompositeArchiveEntry
public class CompositeArchiveEntry
Represents a composite archive entry in the replet repository, which contains multiple versioned archive entry, and it is a versioned archive entry as well.
| 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 | |
|---|---|
CompositeArchiveEntry(String path)
Create a composite archive entry. |
|
CompositeArchiveEntry(String path,
String owner)
Create a composite archive entry. |
|
| Method Summary | |
|---|---|
ArchiveEntry[] |
getArchiveEntries()
Get sub archive entries of the composite archive entry. |
String |
getFileType()
Get the file type of the archive entry. |
boolean |
isCompositeArchive()
Check if is a composite archive. |
boolean |
isVersionedArchive()
Check if is a versioned archive entry. |
void |
parseContents(Element tag)
Method to parse contents. |
void |
setArchiveEntries(ArchiveEntry[] entries)
Set sub archive entries of the composite archive entry. |
void |
setVersionedArchive(boolean versioned)
Set versioned archive option. |
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 |
writeContents(PrintWriter writer)
Write contents. |
| Methods inherited from class inetsoft.sree.ArchiveEntry |
|---|
equals, getComment, getDate, getParent, getPrefix, getSuffix, getVersion, hashCode, parseAttributes, setComment, setDate, setFileType, setVersion, toString, writeAttributes |
| Methods inherited from class inetsoft.sree.RepositoryEntry |
|---|
compareTo, getAssetEntry, getHtmlType, getLabel, getName, getOwner, getParentPath, getPath, getType, isArchive, isFolder, isMyReport, isReplet, isRoot, parseXML, setHtmlType, writeCDATA, writeXML |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface inetsoft.sree.FolderEntry |
|---|
isRoot |
| Constructor Detail |
|---|
public CompositeArchiveEntry(String path)
path - the specified path.
public CompositeArchiveEntry(String path,
String owner)
path - the specified path.owner - the specified owner.| Method Detail |
|---|
public boolean supportsOperation(int operation)
supportsOperation in class ArchiveEntryoperation - the specified operation.
public void setVersionedArchive(boolean versioned)
setVersionedArchive in class ArchiveEntryversioned - true if is a versioned archive entry,
false otherwise.public boolean isVersionedArchive()
isVersionedArchive in class ArchiveEntrypublic void setArchiveEntries(ArchiveEntry[] entries)
entries - the specified archive entries.public ArchiveEntry[] getArchiveEntries()
public boolean isCompositeArchive()
isCompositeArchive in class ArchiveEntrypublic String getFileType()
getFileType in class ArchiveEntrypublic void writeContents(PrintWriter writer)
writeContents in class ArchiveEntrywriter - the destination print writer.
public void parseContents(Element tag)
throws Exception
parseContents in class ArchiveEntryException
|
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 | ||||||||