Style Intelligence v12.0

inetsoft.sree.soap
Class RepositoryEntryStruct

java.lang.Object
  extended by inetsoft.sree.soap.RepositoryEntryStruct
All Implemented Interfaces:
Serializable

public class RepositoryEntryStruct
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

RepositoryEntryStruct

public RepositoryEntryStruct()
Method Detail

setPath

public void setPath(String path)
Set repository entry path.

Parameters:
path - the specified repository entry path.

getPath

public String getPath()
Get repository entry path.

Returns:
repository entry path.

setType

public void setType(EntryType type)
Set repository entry type, which should be one of the predefined types like FOLDER, REPLET, ARCHIVE, etc.

Parameters:
type - entry type.

getType

public EntryType getType()
Get repository entry type, which should be one of the predefined types like FOLDER, REPLET, ARCHIVE, etc.

Returns:
repository entry type.

setVisible

public void setVisible(boolean visible)
Set visible option.

Parameters:
visible - true is visible, and false is invisible.

isVisible

public boolean isVisible()
Check if is visible.

Returns:
true if is visible, false otherwise.

setPregenerated

public void setPregenerated(boolean pregen)
Set pregenerated replet option.

Parameters:
pregen - true is pregenerated replet, false otherwise.

isPregenerated

public boolean isPregenerated()
Check if is a pregenerated replet.

Returns:
true is pregenerated replet, false otherwise.

setPortlet

public void setPortlet(boolean portlet)
Set portlet option.

Parameters:
portlet - true if is a portlet, false otherwise.

isPortlet

public boolean isPortlet()
Check if is a portlet.

Returns:
true if is a portlet, false otherwise.

setBursting

public void setBursting(boolean burst)
Set the report bursting flag.


isBursting

public boolean isBursting()
Check if the replet is a bursting report.


setParamOnly

public void setParamOnly(boolean paramOnly)
Set the replet parameters only flag.


isParamOnly

public boolean isParamOnly()
Check if the replet is a parameters only replet.


setAlias

public void setAlias(String alias)
Set the alias of the replet.

Parameters:
alias - the specified alias.

getAlias

public String getAlias()
Get the alias of the replet.

Returns:
the alias of the replet.

setDescription

public void setDescription(String desc)
Set the description of the replet.

Parameters:
desc - the specified description.

getDescription

public String getDescription()
Get the description of the replet.

Returns:
the description of the replet.

setVersionedArchive

public void setVersionedArchive(boolean versioned)
Set versioned archive option.

Parameters:
versioned - true if is a versioned archive entry, false otherwise.

isVersionedArchive

public boolean isVersionedArchive()
Check if is a versioned archive entry.

Returns:
true if is a versioned archive entry, false otherwise.

setVersion

public void setVersion(String version)
Set the version of the arcive entry.

Parameters:
version - the specified version.

getVersion

public String getVersion()
Get the version of the archive entry.

Returns:
the version of the archive entry.

setDate

public void setDate(Date date)
Set the date of the archive entry.

Parameters:
date - the specified date.

getDate

public Date getDate()
Get the date of the archive entry.

Returns:
the date of the archive entry.

setComment

public void setComment(String comment)
Set the comment of the archive entry.

Parameters:
comment - the specified comment.

getComment

public String getComment()
Get the comment of the archive entry.

Returns:
the comment of the archive entry.

setFileType

public void setFileType(String ftype)
Set the file type of the archive entry.

Parameters:
ftype - the specified file type.

getFileType

public String getFileType()
Get the file type of the archive entry.

Returns:
the file type of the archive entry.

setArchiveEntries

public void setArchiveEntries(RepositoryEntryStruct[] entries)
Set sub archive entries of the composite archive entry.

Parameters:
entries - the specified archive entries.

getArchiveEntries

public RepositoryEntryStruct[] getArchiveEntries()
Get sub archive entries of the composite archive entry.

Returns:
sub achive entries.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.