public class AttivioGroupMembership extends Object implements Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
protected AttivioPrincipalKey |
groupKey
The object (group) key.
|
static String |
GUID_PREFIX
The document ID prefix for storing group memberships.
|
static String |
PREDICATE_IS_MEMBER_OF
The "is-member-of" predicate value, for group memberships.
|
protected AttivioPrincipalKey |
principalKey
The subject (group member) key.
|
Modifier | Constructor and Description |
---|---|
protected |
AttivioGroupMembership()
The default constructor.
|
|
AttivioGroupMembership(AttivioPrincipalKey principalKey,
AttivioPrincipalKey groupKey)
Constructs a group membership.
|
Modifier and Type | Method and Description |
---|---|
AttivioGroupMembership |
clone() |
boolean |
equals(Object obj) |
AttivioPrincipalKey |
getGroupKey() |
AttivioPrincipalKey |
getPrincipalKey() |
int |
hashCode() |
String |
toString() |
public static final String GUID_PREFIX
public static final String PREDICATE_IS_MEMBER_OF
protected AttivioPrincipalKey principalKey
protected AttivioPrincipalKey groupKey
protected AttivioGroupMembership()
public AttivioGroupMembership(AttivioPrincipalKey principalKey, AttivioPrincipalKey groupKey)
principalKey
- the unique key of the principalgroupKey
- the unique key of the grouppublic AttivioPrincipalKey getGroupKey()
public AttivioPrincipalKey getPrincipalKey()
public AttivioGroupMembership clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.