Uses of Enum Class
org.exoplatform.cs.dto.Owner
Packages that use Owner
Package
Description
-
Uses of Owner in org.exoplatform.cs.dto
Methods in org.exoplatform.cs.dto that return OwnerModifier and TypeMethodDescriptionstatic OwnerReturns the enum constant of this class with the specified name.static Owner[]Owner.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.cs.dto with parameters of type OwnerModifierConstructorDescriptionTicketDTO(String id, String title, String status, String description, String link, String assignee, String tagName, IssueType type, IssueSeverity severity, InfoType infoType, String spaceGroupId, String environmentName, Long environmentId, Calendar startDate, Calendar endDate, Calendar updateDate, String dateFormat, List<org.exoplatform.commons.file.model.FileItem> files, String flow, String ticketId, String creator, String creatorId, String creatorAvatar, Owner owner, String attachedJira, Calendar firstWarningDate, Calendar lastWarningDate, Calendar autoAssignDate, String warning, String jiraStatus, String jiraStatusIcon, Long timeToFirstResponse, Long timeToResolution, Boolean customerSatisfied, Boolean internal, Boolean active, String reason, String rateReason, String[] uploads) -
Uses of Owner in org.exoplatform.cs.entity
Methods in org.exoplatform.cs.entity that return OwnerMethods in org.exoplatform.cs.entity with parameters of type Owner -
Uses of Owner in org.exoplatform.cs.rest.model
Constructors in org.exoplatform.cs.rest.model with parameters of type OwnerModifierConstructorDescriptionTicket(String id, String title, String status, String description, String link, String assignee, String assigneeAvatar, String tagName, IssueType type, IssueSeverity severity, InfoType infoType, String spaceGroupId, String environmentName, Long environmentId, String startDate, String flow, String ticketId, String creator, String creatorId, String creatorAvatar, Owner owner, String attachedJira, String warning, String jiraStatus, String jiraStatusIcon, Long timeToFirstResponse, Long timeToResolution, Boolean customerSatisfied, Boolean internal, Boolean active, String reason, String rateReason, String[] uploads, List<String> availableTypes, List<String> availableOwners, List<String> availableSeverities, Map<String, String> attachedTasksWithStatus) -
Uses of Owner in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service with parameters of type OwnerModifier and TypeMethodDescriptionvoidTicketService.updateTicketOwner(TicketDTO ticketDTO, Owner owner) Update the creator on the entity