public class ContainerChangeSet extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ContainerChangeSet.ContainerChangeSetBuilder  | 
| Constructor and Description | 
|---|
ContainerChangeSet(ContainerChangeSet.ContainerChangeSetBuilder builder)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ContainerChangeSet.ContainerChangeSetBuilder | 
builder(ImmutableGraphContainer oldGraphContainer,
       ImmutableGraphContainer newGraphContainer)  | 
static ContainerChangeSet.ContainerChangeSetBuilder | 
builder(ImmutableGraphContainer oldGraphContainer,
       ImmutableGraphContainer newGraphContainer,
       Date changeSetDate)  | 
Date | 
getChangeSetDate()  | 
String | 
getContainerId()  | 
List<ImmutableGraph<?,?>> | 
getGraphsAdded()  | 
List<ImmutableGraph<?,?>> | 
getGraphsRemoved()  | 
List<ChangeSet<?,?,?>> | 
getGraphsUpdated()  | 
boolean | 
hasChanges()  | 
public ContainerChangeSet(ContainerChangeSet.ContainerChangeSetBuilder builder)
public Date getChangeSetDate()
public List<ImmutableGraph<?,?>> getGraphsAdded()
public List<ImmutableGraph<?,?>> getGraphsRemoved()
public boolean hasChanges()
public String getContainerId()
public static ContainerChangeSet.ContainerChangeSetBuilder builder(ImmutableGraphContainer oldGraphContainer, ImmutableGraphContainer newGraphContainer)
public static ContainerChangeSet.ContainerChangeSetBuilder builder(ImmutableGraphContainer oldGraphContainer, ImmutableGraphContainer newGraphContainer, Date changeSetDate)
Copyright © 2021. All rights reserved.