public class AssociationFilter
extends java.lang.Object
| Constructor and Description |
|---|
AssociationFilter() |
| Modifier and Type | Method and Description |
|---|---|
IncludeAssociations |
getIncludeAssociations()
Returns the include associations type.
|
java.util.Set<ITypeDefinition> |
getTypeFilters()
Returns the list of type definition used for filtering.
|
boolean |
isHonorPrimary()
Returns the status of HonorPrimary flag.
|
void |
setHonorPrimary(boolean honorPrimary)
Sets the status of HonorPrimary flag.
|
void |
setIncludeAssociations(IncludeAssociations includeAssociations)
Sets include association type.
|
void |
setTypeFilters(ITypeDefinition... types)
Sets zero or more type definition to use as filters.
|
public java.util.Set<ITypeDefinition> getTypeFilters()
public void setTypeFilters(ITypeDefinition... types)
types - zero or more type definitionspublic void setIncludeAssociations(IncludeAssociations includeAssociations)
includeAssociations - the type of association type to includepublic IncludeAssociations getIncludeAssociations()
public boolean isHonorPrimary()
public void setHonorPrimary(boolean honorPrimary)
honorPrimary - Set to true to retrieve only the primary children
Set to false to retrieve all the children.
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.