Package org.opencms.ui.apps.publishqueue
Class CmsQueuedTable.Row
java.lang.Object
org.opencms.ui.apps.publishqueue.CmsQueuedTable.Row
- Enclosing class:
- CmsQueuedTable
Row bean for the bean item container.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the file count.com.vaadin.server.Resource
getIcon()
Gets the icon.getJob()
Gets the publish job.Gets the project name.List<?>
Gets the resource list.Gets the resource list as a string.int
Used for initial sorting.getStart()
Gets the start date of the job.Gets the job state.Gets the user friendly label for the state.getStop()
Gets the stop date for the job.getUser()
Gets the name of the user who started the job.
-
Constructor Details
-
Row
Creates a new instance.- Parameters:
job
- the underlying publish job
-
-
Method Details
-
getFilesCount
Gets the file count.- Returns:
- the file count
-
getIcon
Gets the icon.- Returns:
- the icon
-
getJob
Gets the publish job.- Returns:
- the publish job
-
getProject
Gets the project name.- Returns:
- the project name
-
getResourceList
Gets the resource list.- Returns:
- the resource list
-
getResources
Gets the resource list as a string.- Returns:
- the resource list string representation
-
getSortType
Used for initial sorting.- Returns:
- the sort type
-
getStart
Gets the start date of the job.- Returns:
- the start date
-
getStatus
Gets the job state.- Returns:
- the job state
-
getStatusLocale
Gets the user friendly label for the state.- Returns:
- the user friendly state description
-
getStop
Gets the stop date for the job.- Returns:
- the stop date
-
getUser
Gets the name of the user who started the job.- Returns:
- the user name for the job
-