|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.soap.RepositoryEntryStruct
public class RepositoryEntryStruct
Complex types need to be serialized and deserialized in order for it to be available for use in SOAP calls. RepletActionStruct is the type used to represent a RepositoryEntry in SOAP.
| Constructor Summary | |
|---|---|
RepositoryEntryStruct()
|
|
| Method Summary | |
|---|---|
String |
getAlias()
Get the alias of the replet. |
RepositoryEntryStruct[] |
getArchiveEntries()
Get sub archive entries of the composite archive entry. |
String |
getComment()
Get the comment of the archive entry. |
Date |
getDate()
Get the date of the archive entry. |
String |
getDescription()
Get the description of the replet. |
String |
getFileType()
Get the file type of the archive entry. |
String |
getPath()
Get repository entry path. |
EntryType |
getType()
Get repository entry type, which should be one of the predefined types like FOLDER, REPLET, ARCHIVE, etc. |
String |
getVersion()
Get the version of the archive entry. |
boolean |
isBursting()
Check if the replet is a bursting report. |
boolean |
isParamOnly()
Check if the replet is a parameters only replet. |
boolean |
isPortlet()
Check if is a portlet. |
boolean |
isPregenerated()
Check if is a pregenerated replet. |
boolean |
isVersionedArchive()
Check if is a versioned archive entry. |
boolean |
isVisible()
Check if is visible. |
void |
setAlias(String alias)
Set the alias of the replet. |
void |
setArchiveEntries(RepositoryEntryStruct[] entries)
Set sub archive entries of the composite archive entry. |
void |
setBursting(boolean burst)
Set the report bursting flag. |
void |
setComment(String comment)
Set the comment of the archive entry. |
void |
setDate(Date date)
Set the date of the archive entry. |
void |
setDescription(String desc)
Set the description of the replet. |
void |
setFileType(String ftype)
Set the file type of the archive entry. |
void |
setParamOnly(boolean paramOnly)
Set the replet parameters only flag. |
void |
setPath(String path)
Set repository entry path. |
void |
setPortlet(boolean portlet)
Set portlet option. |
void |
setPregenerated(boolean pregen)
Set pregenerated replet option. |
void |
setType(EntryType type)
Set repository entry type, which should be one of the predefined types like FOLDER, REPLET, ARCHIVE, etc. |
void |
setVersion(String version)
Set the version of the arcive entry. |
void |
setVersionedArchive(boolean versioned)
Set versioned archive option. |
void |
setVisible(boolean visible)
Set visible option. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryEntryStruct()
| Method Detail |
|---|
public void setPath(String path)
path - the specified repository entry path.public String getPath()
public void setType(EntryType type)
type - entry type.public EntryType getType()
public void setVisible(boolean visible)
visible - true is visible, and false is invisible.public boolean isVisible()
public void setPregenerated(boolean pregen)
pregen - true is pregenerated replet, false
otherwise.public boolean isPregenerated()
public void setPortlet(boolean portlet)
portlet - true if is a portlet, false otherwise.public boolean isPortlet()
public void setBursting(boolean burst)
public boolean isBursting()
public void setParamOnly(boolean paramOnly)
public boolean isParamOnly()
public void setAlias(String alias)
alias - the specified alias.public String getAlias()
public void setDescription(String desc)
desc - the specified description.public String getDescription()
public void setVersionedArchive(boolean versioned)
versioned - true if is a versioned archive entry,
false otherwise.public boolean isVersionedArchive()
public void setVersion(String version)
version - the specified version.public String getVersion()
public void setDate(Date date)
date - the specified date.public Date getDate()
public void setComment(String comment)
comment - the specified comment.public String getComment()
public void setFileType(String ftype)
ftype - the specified file type.public String getFileType()
public void setArchiveEntries(RepositoryEntryStruct[] entries)
entries - the specified archive entries.public RepositoryEntryStruct[] getArchiveEntries()
|
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 | ||||||||