Uses of Class
org.opencastproject.util.data.Tuple
Packages that use Tuple
Package
Description
The package uses a left-handed cartesian coordinate system like CSS does.
Implementation of search persistent storage.
Service implementation classes
Utility classes for dealing with media packages, collections, URLs, files, and streams.
-
Uses of Tuple in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint with parameters of type TupleModifier and TypeMethodDescriptioncom.google.gson.JsonObjectJobEndpoint.errorDetailToJson(Tuple<String, String> detail) -
Uses of Tuple in org.opencastproject.authorization.xacml
Methods in org.opencastproject.authorization.xacml that return TupleModifier and TypeMethodDescriptionXACMLAuthorizationService.getAcl(MediaPackage mp, AclScope scope) XACMLAuthorizationService.getActiveAcl(MediaPackage mp) XACMLAuthorizationService.setAcl(MediaPackage mp, AclScope scope, AccessControlList acl) -
Uses of Tuple in org.opencastproject.composer.layout
Method parameters in org.opencastproject.composer.layout with type arguments of type TupleModifier and TypeMethodDescriptionstatic MultiShapeLayoutLayoutManager.absoluteMultiShapeLayout(Dimension canvas, List<Tuple<Dimension, AbsolutePositionLayoutSpec>> shapes) Compose a list of shapes on a canvas.static MultiShapeLayoutLayoutManager.multiShapeLayout(Dimension canvas, List<Tuple<Dimension, HorizontalCoverageLayoutSpec>> shapes) Compose a list of shapes on a canvas. -
Uses of Tuple in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl that return TupleModifier and TypeMethodDescriptionIndexServiceImpl.getTechnicalPresenters(DublinCoreMetadataCollection eventMetadata) Processes the combined usernames and free text entries of the presenters (creator) field into a list of presenters using the full names of the users if available and adds the usernames to a set of technical presenters. -
Uses of Tuple in org.opencastproject.index.service.resources.list.query
Methods in org.opencastproject.index.service.resources.list.query that return types with arguments of type TupleModifier and TypeMethodDescriptionstatic ResourceListFilter<Tuple<Date, Date>> SeriesListQuery.createCreationDateFilter(Optional<Tuple<Date, Date>> period) Create a newResourceListFilterbased on creation date periodstatic ResourceListFilter<Tuple<Date, Date>> EventListQuery.createStartDateFilter(Optional<Tuple<Date, Date>> period) Create a newResourceListFilterbased on start date periodSeriesListQuery.getCreationDate()Returns anOptionalcontaining the creation date period used to filter if setEventListQuery.getStartDate()Returns anOptionalcontaining the start date period used to filter if setMethods in org.opencastproject.index.service.resources.list.query with parameters of type TupleModifier and TypeMethodDescriptionvoidSeriesListQuery.withCreationDate(Tuple<Date, Date> creationDate) Add aResourceListFilterfilter to the query with the given creation date periodvoidEventListQuery.withStartDate(Tuple<Date, Date> startDate) Add aResourceListFilterfilter to the query with the given start date periodMethod parameters in org.opencastproject.index.service.resources.list.query with type arguments of type TupleModifier and TypeMethodDescriptionstatic ResourceListFilter<Tuple<Date, Date>> SeriesListQuery.createCreationDateFilter(Optional<Tuple<Date, Date>> period) Create a newResourceListFilterbased on creation date periodstatic ResourceListFilter<Tuple<Date, Date>> EventListQuery.createStartDateFilter(Optional<Tuple<Date, Date>> period) Create a newResourceListFilterbased on start date period -
Uses of Tuple in org.opencastproject.index.service.util
Methods in org.opencastproject.index.service.util that return TupleModifier and TypeMethodDescriptionRestUtils.getFromAndToDateRange(String fromToDateRange) Parse the UTC format date range string to two Date objects to represent a range of dates. -
Uses of Tuple in org.opencastproject.job.api
Methods 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.search.impl.persistence
Methods in org.opencastproject.search.impl.persistence that return types with arguments of type TupleModifier and TypeMethodDescriptionSearchServiceDatabase.getAllMediaPackages(int pagesize, int offset) Returns all search entries in persistent storage.SearchServiceDatabaseImpl.getAllMediaPackages(int pagesize, int offset) Returns all search entries in persistent storage. -
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.serviceregistry.impl
Methods in org.opencastproject.serviceregistry.impl that return types with arguments of type TupleMethod parameters in org.opencastproject.serviceregistry.impl with type arguments of type TupleModifier and TypeMethodDescriptionstatic IncidentDtoIncidentDto.mk(Long jobId, Date date, String code, Incident.Severity severity, Map<String, String> parameters, List<Tuple<String, String>> details) Constructor method.AbstractIncidentService.storeIncident(Job job, Date timestamp, String code, Incident.Severity severity, Map<String, String> descriptionParameters, List<Tuple<String, String>> details) -
Uses of Tuple in org.opencastproject.statistics.provider.influx.provider
Methods in org.opencastproject.statistics.provider.influx.provider that return types with arguments of type TupleModifier and TypeMethodDescriptionInfluxStatisticsProvider.getPeriods(Instant from, Instant to, DataResolution resolution, ZoneId zoneId) -
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 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).