Uses of Enum Class
org.irods.irods4j.high_level.administration.IRODSTickets.TicketType
Packages that use IRODSTickets.TicketType
-
Uses of IRODSTickets.TicketType in org.irods.irods4j.high_level.administration
Methods in org.irods.irods4j.high_level.administration that return IRODSTickets.TicketTypeModifier and TypeMethodDescriptionstatic IRODSTickets.TicketTypeReturns the enum constant of this class with the specified name.static IRODSTickets.TicketType[]IRODSTickets.TicketType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.irods.irods4j.high_level.administration with parameters of type IRODSTickets.TicketTypeModifier and TypeMethodDescriptionstatic voidIRODSTickets.createTicket(AdminTag adminTag, IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketType ticketType, String logicalPath) static StringIRODSTickets.createTicket(AdminTag adminTag, IRODSApi.RcComm comm, IRODSTickets.TicketType ticketType, String logicalPath) static voidIRODSTickets.createTicket(IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketType ticketType, String logicalPath) static StringIRODSTickets.createTicket(IRODSApi.RcComm comm, IRODSTickets.TicketType ticketType, String logicalPath)