Class IRODSTickets
java.lang.Object
org.irods.irods4j.high_level.administration.IRODSTickets
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic enumstatic classstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddTicketConstraint(AdminTag adminTag, IRODSApi.RcComm comm, int ticketId, IRODSTickets.TicketConstraint constraint) static voidaddTicketConstraint(AdminTag adminTag, IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketConstraint constraint) static voidaddTicketConstraint(IRODSApi.RcComm comm, int ticketId, IRODSTickets.TicketConstraint constraint) static voidaddTicketConstraint(IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketConstraint constraint) static voidcreateTicket(AdminTag adminTag, IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketType ticketType, String logicalPath) static StringcreateTicket(AdminTag adminTag, IRODSApi.RcComm comm, IRODSTickets.TicketType ticketType, String logicalPath) static voidcreateTicket(IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketType ticketType, String logicalPath) static StringcreateTicket(IRODSApi.RcComm comm, IRODSTickets.TicketType ticketType, String logicalPath) static voiddeleteTicket(AdminTag adminTag, IRODSApi.RcComm comm, int ticketId) static voiddeleteTicket(AdminTag adminTag, IRODSApi.RcComm comm, String ticketName) static voiddeleteTicket(IRODSApi.RcComm comm, int ticketId) static voiddeleteTicket(IRODSApi.RcComm comm, String ticketName) static voidremoveTicketConstraint(AdminTag adminTag, IRODSApi.RcComm comm, int ticketId, IRODSTickets.TicketConstraint constraint) static voidremoveTicketConstraint(AdminTag adminTag, IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketConstraint constraint) static voidremoveTicketConstraint(IRODSApi.RcComm comm, int ticketId, IRODSTickets.TicketConstraint constraint) static voidremoveTicketConstraint(IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketConstraint constraint) static voidsetTicketConstraint(AdminTag adminTag, IRODSApi.RcComm comm, int ticketId, IRODSTickets.TicketConstraint constraint) static voidsetTicketConstraint(AdminTag adminTag, IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketConstraint constraint) static voidsetTicketConstraint(IRODSApi.RcComm comm, int ticketId, IRODSTickets.TicketConstraint constraint) static voidsetTicketConstraint(IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketConstraint constraint)
-
Field Details
-
asAdmin
Instructs the server to execute operations using rodsadmin level privileges.- Since:
- 0.1.0
-
-
Constructor Details
-
IRODSTickets
public IRODSTickets()
-
-
Method Details
-
createTicket
public static void createTicket(IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketType ticketType, String logicalPath) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
createTicket
public static void createTicket(AdminTag adminTag, IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketType ticketType, String logicalPath) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
createTicket
public static String createTicket(IRODSApi.RcComm comm, IRODSTickets.TicketType ticketType, String logicalPath) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
createTicket
public static String createTicket(AdminTag adminTag, IRODSApi.RcComm comm, IRODSTickets.TicketType ticketType, String logicalPath) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
deleteTicket
public static void deleteTicket(IRODSApi.RcComm comm, String ticketName) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
deleteTicket
public static void deleteTicket(AdminTag adminTag, IRODSApi.RcComm comm, String ticketName) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
deleteTicket
public static void deleteTicket(IRODSApi.RcComm comm, int ticketId) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
deleteTicket
public static void deleteTicket(AdminTag adminTag, IRODSApi.RcComm comm, int ticketId) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
addTicketConstraint
public static void addTicketConstraint(IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketConstraint constraint) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
addTicketConstraint
public static void addTicketConstraint(AdminTag adminTag, IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketConstraint constraint) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
addTicketConstraint
public static void addTicketConstraint(IRODSApi.RcComm comm, int ticketId, IRODSTickets.TicketConstraint constraint) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
addTicketConstraint
public static void addTicketConstraint(AdminTag adminTag, IRODSApi.RcComm comm, int ticketId, IRODSTickets.TicketConstraint constraint) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
setTicketConstraint
public static void setTicketConstraint(IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketConstraint constraint) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
setTicketConstraint
public static void setTicketConstraint(AdminTag adminTag, IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketConstraint constraint) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
setTicketConstraint
public static void setTicketConstraint(IRODSApi.RcComm comm, int ticketId, IRODSTickets.TicketConstraint constraint) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
setTicketConstraint
public static void setTicketConstraint(AdminTag adminTag, IRODSApi.RcComm comm, int ticketId, IRODSTickets.TicketConstraint constraint) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
removeTicketConstraint
public static void removeTicketConstraint(IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketConstraint constraint) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
removeTicketConstraint
public static void removeTicketConstraint(AdminTag adminTag, IRODSApi.RcComm comm, String ticketName, IRODSTickets.TicketConstraint constraint) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
removeTicketConstraint
public static void removeTicketConstraint(IRODSApi.RcComm comm, int ticketId, IRODSTickets.TicketConstraint constraint) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-
removeTicketConstraint
public static void removeTicketConstraint(AdminTag adminTag, IRODSApi.RcComm comm, int ticketId, IRODSTickets.TicketConstraint constraint) throws IOException, IRODSException - Throws:
IOExceptionIRODSException
-