Package com.uc4.communication.requests
Class GetOutputDirectory.OutputDirectoryItem
java.lang.Object
com.uc4.communication.requests.GetOutputDirectory.OutputDirectoryItem
- Enclosing class:
- GetOutputDirectory
This class represents a single row in the Output directory.
It contains information about a report (file name, type, report id).
-
Method Summary
Modifier and TypeMethodDescriptionReturns the display text of this report.getFile()
Returns the file name of this report or an empty String.Returns the ID of this report.boolean
Returnstrue
if the report is stored in the UC4 database;false
otherwise.boolean
Returnstrue
if the report is stored in the filesystem where the Agent runs;false
otherwise.boolean
Returnstrue
if access to the report requires a login.
-
Method Details
-
getFile
Returns the file name of this report or an empty String.- Returns:
- File name
-
getDisplayType
Returns the display text of this report. For example "External Job output" or "Report"- Returns:
- Display Text
-
getReportID
Returns the ID of this report.- Returns:
- Report ID
-
isOnAgent
public boolean isOnAgent()Returnstrue
if the report is stored in the filesystem where the Agent runs;false
otherwise.- Returns:
- Report on Agent side
-
isInUC4DB
public boolean isInUC4DB()Returnstrue
if the report is stored in the UC4 database;false
otherwise.- Returns:
- Report in UC4 Database
-
isRequiresLogin
public boolean isRequiresLogin()Returnstrue
if access to the report requires a login. The return value isfalse
if the report is not protected by a login.- Returns:
- Requires user's login
-