Uses of Class
org.apache.unomi.api.Metadata
-
-
Uses of Metadata in org.apache.unomi.api
Fields in org.apache.unomi.api declared as Metadata Modifier and Type Field Description protected Metadata
MetadataItem. metadata
Methods in org.apache.unomi.api that return Metadata Modifier and Type Method Description Metadata
MetadataItem. getMetadata()
Retrieves the associated Metadata.Methods in org.apache.unomi.api with parameters of type Metadata Modifier and Type Method Description int
Metadata. compareTo(Metadata o)
void
MetadataItem. setMetadata(Metadata metadata)
Constructors in org.apache.unomi.api with parameters of type Metadata Constructor Description MetadataItem(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 Constructor Description ActionType(Metadata metadata)
Instantiates a new Action type. -
Uses of Metadata in org.apache.unomi.api.campaigns
Constructors in org.apache.unomi.api.campaigns with parameters of type Metadata Constructor Description Campaign(Metadata metadata)
Instantiates a new Campaign with the specified metadata. -
Uses of Metadata in org.apache.unomi.api.campaigns.events
Constructors in org.apache.unomi.api.campaigns.events with parameters of type Metadata Constructor Description CampaignEvent(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 Metadata Constructor Description ConditionType(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 Constructor Description Goal(Metadata metadata)
-
Uses of Metadata in org.apache.unomi.api.lists
Constructors in org.apache.unomi.api.lists with parameters of type Metadata Constructor Description UserList(Metadata metadata)
Instantiates a new UserList with the specified metadata. -
Uses of Metadata in org.apache.unomi.api.rules
Constructors in org.apache.unomi.api.rules with parameters of type Metadata Constructor Description Rule(Metadata metadata)
Instantiates a new Rule with the specifiedMetadata
. -
Uses of Metadata in org.apache.unomi.api.segments
Methods in org.apache.unomi.api.segments that return types with arguments of type Metadata Modifier and Type Method Description List<Metadata>
DependentMetadata. getScorings()
List<Metadata>
DependentMetadata. getSegments()
Method parameters in org.apache.unomi.api.segments with type arguments of type Metadata Modifier and Type Method Description void
DependentMetadata. setScorings(List<Metadata> scorings)
void
DependentMetadata. setSegments(List<Metadata> segments)
Constructors in org.apache.unomi.api.segments with parameters of type Metadata Constructor Description Scoring(Metadata metadata)
Instantiates a new Scoring with the specified metadata.Segment(Metadata metadata)
Instantiates a new Segment with the specified metadata.Constructor parameters in org.apache.unomi.api.segments with type arguments of type Metadata Constructor Description DependentMetadata(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 Metadata Modifier and Type Method Description Set<Metadata>
GoalsService. getCampaignMetadatas()
Retrieves the set of Metadata associated with existing campaigns.Set<Metadata>
GoalsService. getCampaignMetadatas(Query query)
Retrieves the set of Metadata associated with existing campaign matching the specifiedQuery
Set<Metadata>
GoalsService. getGoalMetadatas()
Retrieves the set of Metadata associated with existing goals.Set<Metadata>
GoalsService. getGoalMetadatas(Query query)
Retrieves the set of Metadata associated with existing goals matching the specifiedQuery
Set<Metadata>
RulesService. getRuleMetadatas()
Retrieves the metadata for all known rules.PartialList<Metadata>
RulesService. getRuleMetadatas(Query query)
Retrieves rule metadatas for rules matching the specifiedQuery
.PartialList<Metadata>
SegmentService. getScoringMetadatas(int offset, int size, String sortBy)
Retrieves the set of all scoring metadata.PartialList<Metadata>
SegmentService. getScoringMetadatas(Query query)
Retrieves the set of scoring metadata for scorings matching the specified query.PartialList<Metadata>
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.PartialList<Metadata>
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.PartialList<Metadata>
SegmentService. getSegmentMetadatas(Query query)
Retrieves the metadata for segments matching the specifiedQuery
.List<Metadata>
SegmentService. getSegmentMetadatasForProfile(Profile profile)
Retrieves the list of segment metadata for the segments the specified profile is a member of.PartialList<Metadata>
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 Metadata Modifier and Type Method Description static 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 Constructor Description CDPListConnection(PartialList<Metadata> userLists)
-
Uses of Metadata in org.apache.unomi.lists
Constructors in org.apache.unomi.lists with parameters of type Metadata Constructor Description UserList(Metadata metadata)
-
Uses of Metadata in org.apache.unomi.lists.rest
Methods in org.apache.unomi.lists.rest that return types with arguments of type Metadata Modifier and Type Method Description PartialList<Metadata>
UserListServiceEndPoint. getListMetadatas()
PartialList<Metadata>
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 Metadata Modifier and Type Method Description Object
MetadataAccessor. 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 Metadata Modifier and Type Method Description Set<Metadata>
CampaignsServiceEndPoint. getCampaignMetadatas()
Retrieves the set of Metadata associated with existing campaigns.Set<Metadata>
CampaignsServiceEndPoint. getCampaignMetadatas(Query query)
Retrieves the set of Metadata associated with existing campaign matching the specifiedQuery
Set<Metadata>
GoalsServiceEndPoint. getGoalMetadatas()
Retrieves the set of Metadata associated with existing goals.Set<Metadata>
GoalsServiceEndPoint. getGoalMetadatas(Query query)
Retrieves the set of Metadata associated with existing goals matching the specifiedQuery
PartialList<Metadata>
SegmentServiceEndPoint. getListMetadatas(Query query)
Retrieves the metadata for segments matching the specifiedQuery
.List<Metadata>
ProfileServiceEndPoint. getProfileSegments(String profileId)
Retrieves the list of segment metadata for the segments the specified profile is a member of.Set<Metadata>
RulesServiceEndPoint. getRuleMetadatas()
Retrieves the metadata for all known rules.PartialList<Metadata>
RulesServiceEndPoint. getRuleMetadatas(Query query)
Retrieves rule metadatas for rules matching the specifiedQuery
.List<Metadata>
ScoringServiceEndPoint. getScoringMetadatas(int offset, int size, String sortBy)
Retrieves the set of all scoring metadata.PartialList<Metadata>
ScoringServiceEndPoint. getScoringMetadatas(Query query)
Retrieves the set of scoring metadata for scorings matching the specified query.List<Metadata>
SegmentServiceEndPoint. getSegmentMetadatas(int offset, int size, String sortBy)
Retrieves the 50 first segment metadatas.List<Metadata>
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 Metadata Modifier and Type Method Description PartialList<Metadata>
UserListService. getListMetadatas(int offset, int size, String sortBy)
PartialList<Metadata>
UserListService. getListMetadatas(Query query)
PartialList<Metadata>
UserListServiceImpl. getListMetadatas(int offset, int size, String sortBy)
PartialList<Metadata>
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 Metadata Modifier and Type Method Description protected <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 Metadata Modifier and Type Method Description Set<Metadata>
GoalsServiceImpl. getCampaignGoalMetadatas(String campaignId)
Set<Metadata>
GoalsServiceImpl. getCampaignMetadatas()
Set<Metadata>
GoalsServiceImpl. getCampaignMetadatas(Query query)
Set<Metadata>
GoalsServiceImpl. getGoalMetadatas()
Set<Metadata>
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 Metadata Modifier and Type Method Description PartialList<Metadata>
UserListServiceImpl. 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 Metadata Modifier and Type Method Description Set<Metadata>
RulesServiceImpl. getRuleMetadatas()
PartialList<Metadata>
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 Metadata Modifier and Type Method Description PartialList<Metadata>
SegmentServiceImpl. getScoringMetadatas(int offset, int size, String sortBy)
PartialList<Metadata>
SegmentServiceImpl. getScoringMetadatas(Query query)
PartialList<Metadata>
SegmentServiceImpl. getSegmentMetadatas(int offset, int size, String sortBy)
PartialList<Metadata>
SegmentServiceImpl. getSegmentMetadatas(String scope, int offset, int size, String sortBy)
PartialList<Metadata>
SegmentServiceImpl. getSegmentMetadatas(Query query)
List<Metadata>
SegmentServiceImpl. getSegmentMetadatasForProfile(Profile profile)
Methods in org.apache.unomi.services.impl.segments with parameters of type Metadata Modifier and Type Method Description void
SegmentServiceImpl. updateAutoGeneratedRules(Metadata metadata, Condition condition)
-