Uses of Class
org.apache.unomi.api.Metadata
Packages that use Metadata
Package
Description
-
Uses of Metadata in org.apache.unomi.api
Fields in org.apache.unomi.api declared as MetadataMethods in org.apache.unomi.api that return MetadataMethods in org.apache.unomi.api with parameters of type MetadataConstructors in org.apache.unomi.api with parameters of type MetadataModifierConstructorDescriptionMetadataItem
(Metadata metadata) PropertyType
(Metadata metadata) Instantiates a new Property type with the specified Metadata. -
Uses of Metadata in org.apache.unomi.api.actions
Constructors in org.apache.unomi.api.actions with parameters of type Metadata -
Uses of Metadata in org.apache.unomi.api.campaigns
Constructors in org.apache.unomi.api.campaigns with parameters of type Metadata -
Uses of Metadata in org.apache.unomi.api.campaigns.events
Constructors in org.apache.unomi.api.campaigns.events with parameters of type MetadataModifierConstructorDescriptionCampaignEvent
(Metadata metadata) Instantiates a new Campaign event with the specified metadata. -
Uses of Metadata in org.apache.unomi.api.conditions
Constructors in org.apache.unomi.api.conditions with parameters of type MetadataModifierConstructorDescriptionConditionType
(Metadata metadata) Instantiates a new Condition type with the specified metadata -
Uses of Metadata in org.apache.unomi.api.goals
Constructors in org.apache.unomi.api.goals with parameters of type Metadata -
Uses of Metadata in org.apache.unomi.api.lists
Constructors in org.apache.unomi.api.lists with parameters of type Metadata -
Uses of Metadata in org.apache.unomi.api.rules
Constructors in org.apache.unomi.api.rules with parameters of type Metadata -
Uses of Metadata in org.apache.unomi.api.segments
Methods in org.apache.unomi.api.segments that return types with arguments of type MetadataModifier and TypeMethodDescriptionDependentMetadata.getScorings()
DependentMetadata.getSegments()
Method parameters in org.apache.unomi.api.segments with type arguments of type MetadataModifier and TypeMethodDescriptionvoid
DependentMetadata.setScorings
(List<Metadata> scorings) void
DependentMetadata.setSegments
(List<Metadata> segments) Constructors in org.apache.unomi.api.segments with parameters of type MetadataModifierConstructorDescriptionInstantiates a new Scoring with the specified metadata.Instantiates a new Segment with the specified metadata.Constructor parameters in org.apache.unomi.api.segments with type arguments of type MetadataModifierConstructorDescriptionDependentMetadata
(List<Metadata> segments, List<Metadata> scorings) -
Uses of Metadata in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return types with arguments of type MetadataModifier and TypeMethodDescriptionGoalsService.getCampaignMetadatas()
Retrieves the set of Metadata associated with existing campaigns.GoalsService.getCampaignMetadatas
(Query query) Retrieves the set of Metadata associated with existing campaign matching the specifiedQuery
GoalsService.getGoalMetadatas()
Retrieves the set of Metadata associated with existing goals.GoalsService.getGoalMetadatas
(Query query) Retrieves the set of Metadata associated with existing goals matching the specifiedQuery
RulesService.getRuleMetadatas()
Retrieves the metadata for all known rules.RulesService.getRuleMetadatas
(Query query) Retrieves rule metadatas for rules matching the specifiedQuery
.SegmentService.getScoringMetadatas
(int offset, int size, String sortBy) Retrieves the set of all scoring metadata.SegmentService.getScoringMetadatas
(Query query) Retrieves the set of scoring metadata for scorings matching the specified query.SegmentService.getSegmentMetadatas
(int offset, int size, String sortBy) Retrieves segment metadatas, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.SegmentService.getSegmentMetadatas
(String scope, int offset, int size, String sortBy) Retrieves segment metadatas for segments in the specified scope, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.SegmentService.getSegmentMetadatas
(Query query) Retrieves the metadata for segments matching the specifiedQuery
.SegmentService.getSegmentMetadatasForProfile
(Profile profile) Retrieves the list of segment metadata for the segments the specified profile is a member of.UserListService.getUserListMetadatas
(int offset, int size, String sortBy) Retrieves user lists metadatas, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one. -
Uses of Metadata in org.apache.unomi.graphql.converters
Methods in org.apache.unomi.graphql.converters with parameters of type MetadataModifier and TypeMethodDescriptionstatic UserList
UserListConverter.convertToUnomiList
(Metadata metadata) -
Uses of Metadata in org.apache.unomi.graphql.types.output
Constructor parameters in org.apache.unomi.graphql.types.output with type arguments of type Metadata -
Uses of Metadata in org.apache.unomi.lists
Constructors in org.apache.unomi.lists with parameters of type Metadata -
Uses of Metadata in org.apache.unomi.lists.rest
Methods in org.apache.unomi.lists.rest that return types with arguments of type MetadataModifier and TypeMethodDescriptionUserListServiceEndPoint.getListMetadatas()
UserListServiceEndPoint.getListMetadatas
(Query query) -
Uses of Metadata in org.apache.unomi.plugins.baseplugin.conditions.accessors
Methods in org.apache.unomi.plugins.baseplugin.conditions.accessors with parameters of type MetadataModifier and TypeMethodDescriptionMetadataAccessor.getProperty
(Metadata object, String propertyName, String leftoverExpression) -
Uses of Metadata in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return types with arguments of type MetadataModifier and TypeMethodDescriptionCampaignsServiceEndPoint.getCampaignMetadatas()
Retrieves the set of Metadata associated with existing campaigns.CampaignsServiceEndPoint.getCampaignMetadatas
(Query query) Retrieves the set of Metadata associated with existing campaign matching the specifiedQuery
GoalsServiceEndPoint.getGoalMetadatas()
Retrieves the set of Metadata associated with existing goals.GoalsServiceEndPoint.getGoalMetadatas
(Query query) Retrieves the set of Metadata associated with existing goals matching the specifiedQuery
SegmentServiceEndPoint.getListMetadatas
(Query query) Retrieves the metadata for segments matching the specifiedQuery
.ProfileServiceEndPoint.getProfileSegments
(String profileId) Retrieves the list of segment metadata for the segments the specified profile is a member of.RulesServiceEndPoint.getRuleMetadatas()
Retrieves the metadata for all known rules.RulesServiceEndPoint.getRuleMetadatas
(Query query) Retrieves rule metadatas for rules matching the specifiedQuery
.ScoringServiceEndPoint.getScoringMetadatas
(int offset, int size, String sortBy) Retrieves the set of all scoring metadata.ScoringServiceEndPoint.getScoringMetadatas
(Query query) Retrieves the set of scoring metadata for scorings matching the specified query.SegmentServiceEndPoint.getSegmentMetadatas
(int offset, int size, String sortBy) Retrieves the 50 first segment metadatas.UserListServiceEndPoint.getUserListsMetadatas
(int offset, int size, String sortBy) Retrieves the 50 firstUserList
metadatas. -
Uses of Metadata in org.apache.unomi.services
Methods in org.apache.unomi.services that return types with arguments of type MetadataModifier and TypeMethodDescriptionUserListService.getListMetadatas
(int offset, int size, String sortBy) UserListService.getListMetadatas
(Query query) UserListServiceImpl.getListMetadatas
(int offset, int size, String sortBy) UserListServiceImpl.getListMetadatas
(Query query) -
Uses of Metadata in org.apache.unomi.services.impl
Methods in org.apache.unomi.services.impl that return types with arguments of type MetadataModifier and TypeMethodDescriptionprotected <T extends MetadataItem>
PartialList<Metadata>AbstractServiceImpl.getMetadatas
(int offset, int size, String sortBy, Class<T> clazz) protected <T extends MetadataItem>
PartialList<Metadata>AbstractServiceImpl.getMetadatas
(Query query, Class<T> clazz) -
Uses of Metadata in org.apache.unomi.services.impl.goals
Methods in org.apache.unomi.services.impl.goals that return types with arguments of type MetadataModifier and TypeMethodDescriptionGoalsServiceImpl.getCampaignGoalMetadatas
(String campaignId) GoalsServiceImpl.getCampaignMetadatas()
GoalsServiceImpl.getCampaignMetadatas
(Query query) GoalsServiceImpl.getGoalMetadatas()
GoalsServiceImpl.getGoalMetadatas
(Query query) -
Uses of Metadata in org.apache.unomi.services.impl.lists
Methods in org.apache.unomi.services.impl.lists that return types with arguments of type MetadataModifier and TypeMethodDescriptionUserListServiceImpl.getUserListMetadatas
(int offset, int size, String sortBy) -
Uses of Metadata in org.apache.unomi.services.impl.rules
Methods in org.apache.unomi.services.impl.rules that return types with arguments of type MetadataModifier and TypeMethodDescriptionRulesServiceImpl.getRuleMetadatas()
RulesServiceImpl.getRuleMetadatas
(Query query) -
Uses of Metadata in org.apache.unomi.services.impl.segments
Methods in org.apache.unomi.services.impl.segments that return types with arguments of type MetadataModifier and TypeMethodDescriptionSegmentServiceImpl.getScoringMetadatas
(int offset, int size, String sortBy) SegmentServiceImpl.getScoringMetadatas
(Query query) SegmentServiceImpl.getSegmentMetadatas
(int offset, int size, String sortBy) SegmentServiceImpl.getSegmentMetadatas
(String scope, int offset, int size, String sortBy) SegmentServiceImpl.getSegmentMetadatas
(Query query) SegmentServiceImpl.getSegmentMetadatasForProfile
(Profile profile) Methods in org.apache.unomi.services.impl.segments with parameters of type MetadataModifier and TypeMethodDescriptionvoid
SegmentServiceImpl.updateAutoGeneratedRules
(Metadata metadata, Condition condition)