public class ClassificationGroupByOperation extends Object
| Constructor and Description |
|---|
ClassificationGroupByOperation(Set<String> relevantClassificationNames,
Set<Classification> existing,
Set<Classification> requested)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Classification> |
getAddClassifications()
List of classifications to be added
|
List<String> |
getRemoveClassifications()
List of classification names to removed
|
List<Classification> |
getUpdateClassifications()
List of classifications to be updated
|
public ClassificationGroupByOperation(Set<String> relevantClassificationNames, Set<Classification> existing, Set<Classification> requested)
relevantClassificationNames - - this is a Set of relevant classifications names,existing - This is expected to be a non null list of Classifications that already exist in the repositoryrequested - This is expected to be a non null list of clssifications that are the desired state for the classificationspublic List<Classification> getAddClassifications()
public List<String> getRemoveClassifications()
public List<Classification> getUpdateClassifications()
Copyright © 2018–2020 ODPi. All rights reserved.