Uses of Class
org.opencastproject.util.data.Tuple
Packages that use Tuple
Package
Description
Service implementation classes
Utility classes for dealing with media packages, collections, URLs, files, and streams.
-
Uses of Tuple in org.opencastproject.job.api
Fields in org.opencastproject.job.api with type parameters of type TupleModifier and TypeFieldDescriptionstatic final Function<Tuple<String, String>, JaxbIncidentDetail> JaxbIncidentDetail.mkFnstatic final Function<JaxbIncidentDetail, Tuple<String, String>> JaxbIncidentDetail.toDetailFnMethods in org.opencastproject.job.api that return TupleMethods in org.opencastproject.job.api that return types with arguments of type TupleModifier and TypeMethodDescriptionIncident.getDetails()List of additional technical information having a name and a text[(name, text)].IncidentImpl.getDetails()Constructors in org.opencastproject.job.api with parameters of type TupleConstructor parameters in org.opencastproject.job.api with type arguments of type Tuple -
Uses of Tuple in org.opencastproject.security.api
Methods in org.opencastproject.security.api that return TupleModifier and TypeMethodDescriptionAuthorizationService.getAcl(MediaPackage mp, AclScope scope) Gets the access control list for a given scope associated with the given media package, as specified by its XACML attachments.AuthorizationService.getActiveAcl(MediaPackage mp) Gets the active access control list associated with the given media package, as specified by its XACML attachments.AuthorizationService.setAcl(MediaPackage mp, AclScope scope, AccessControlList acl) Attaches the provided policies to a media package as a XACML attachment, replacing any previous policy element of the same scope.Methods in org.opencastproject.security.api with parameters of type TupleModifier and TypeMethodDescriptionstatic Either<AccessControlEntry, List<AccessControlEntry>> Create a list of access control entries for a given role. -
Uses of Tuple in org.opencastproject.security.util
Methods in org.opencastproject.security.util that return TupleModifier and TypeMethodDescriptionSecurityUtil.hostAndPort(URL url) Extract hostname and port number from a URL.Methods in org.opencastproject.security.util that return types with arguments of type TupleModifier and TypeMethodDescriptionstatic Optional<Tuple<User, Organization>> SecurityUtil.getUserAndOrganization(SecurityService sec, OrganizationDirectoryService orgDir, String orgId, UserDirectoryService userDir, String userId) Get a user and an organization. -
Uses of Tuple in org.opencastproject.serviceregistry.api
Fields in org.opencastproject.serviceregistry.api with type parameters of type TupleMethod parameters in org.opencastproject.serviceregistry.api with type arguments of type TupleModifier and TypeMethodDescriptionvoidIncidents.record(Job job, Incident.Severity severity, int code, Map<String, String> params, List<Tuple<String, String>> details) Record an incident for a given job.voidIncidents.recordFailure(Job job, int code, Throwable t, Map<String, String> params, List<Tuple<String, String>> details) Record a failure incident for a given job.IncidentService.storeIncident(Job job, Date timestamp, String code, Incident.Severity severity, Map<String, String> descriptionParameters, List<Tuple<String, String>> details) Stores a new job incident. -
Uses of Tuple in org.opencastproject.util
Methods in org.opencastproject.util that return TupleModifier and TypeMethodDescriptionRestUtil.getEndpointUrl(org.osgi.service.component.ComponentContext cc) Return the endpoint's server URL and the service path by extracting the relevant parameters from the ComponentContext.RestUtil.getEndpointUrl(org.osgi.service.component.ComponentContext cc, String serverUrlKey, String servicePathKey) Return the endpoint's server URL and the service path by extracting the relevant parameters from the ComponentContext.Methods in org.opencastproject.util with parameters of type Tuple -
Uses of Tuple in org.opencastproject.util.data
Methods in org.opencastproject.util.data that return TupleModifier and TypeMethodDescriptionCell.change()VCell.change()static <A,B> Tuple <A, B> Tuple.tuple(A a, B b) Create a new tuple with two elementsaandb.Methods in org.opencastproject.util.data that return types with arguments of type TupleModifier and TypeMethodDescriptionabstract <B,M extends Iterable<B>>
Monadics.ListMonadic<Tuple<A, B>> Monadics.ListMonadic.zip(M bs) Methods in org.opencastproject.util.data with parameters of type TupleModifier and TypeMethodDescriptionstatic <K,V> Dictionary <K, V> Deprecated.Create a dictionary from a list of tuples (K, V).static <K,V> Map <K, V> Deprecated.Create a map from a list of tuples (K, V).