public class ApplicationChangeReport extends AbstractIdpaReport
| Constructor and Description |
|---|
ApplicationChangeReport()
Default constructor.
|
ApplicationChangeReport(java.util.Set<ApplicationChange> changes,
java.util.Date afterChange)
Sets the beforeChange date to 0.
|
ApplicationChangeReport(java.util.Set<ApplicationChange> changes,
java.util.Date beforeChange,
java.util.Date afterChange) |
ApplicationChangeReport(java.util.Set<ApplicationChange> changes,
java.util.Set<ApplicationChange> ignoredChanges,
java.util.Date beforeChange,
java.util.Date afterChange) |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationChangeReport |
allOf(org.continuity.idpa.application.Application application)
Creates a report holding all interfaces of a system model as changes of type
ApplicationChangeType.ENDPOINT_ADDED. |
static ApplicationChangeReport |
empty(java.util.Date afterChange)
Creates an empty report not holding any changes.
|
java.util.Date |
getAfterChange()
Gets
afterChange. |
java.util.Date |
getBeforeChange()
Gets
beforeChange. |
java.util.Set<ApplicationChange> |
getIgnoredApplicationChanges()
|
void |
setAfterChange(java.util.Date afterChange)
Sets
afterChange. |
void |
setBeforeChange(java.util.Date beforeChange)
Sets
beforeChange. |
void |
setIgnoredApplicationChanges(java.util.Set<ApplicationChange> ignoredSystemChanges)
|
java.lang.String |
toString() |
changed, getApplicationChanges, setApplicationChanges, streampublic ApplicationChangeReport(java.util.Set<ApplicationChange> changes, java.util.Date afterChange)
changes - afterChange - public ApplicationChangeReport(java.util.Set<ApplicationChange> changes, java.util.Date beforeChange, java.util.Date afterChange)
public ApplicationChangeReport(java.util.Set<ApplicationChange> changes, java.util.Set<ApplicationChange> ignoredChanges, java.util.Date beforeChange, java.util.Date afterChange)
public ApplicationChangeReport()
public static ApplicationChangeReport empty(java.util.Date afterChange)
public static ApplicationChangeReport allOf(org.continuity.idpa.application.Application application)
ApplicationChangeType.ENDPOINT_ADDED.application - The system whose interfaces should be added.public java.util.Set<ApplicationChange> getIgnoredApplicationChanges()
ignoredApplicationChangespublic void setIgnoredApplicationChanges(java.util.Set<ApplicationChange> ignoredSystemChanges)
ignoredSystemChanges - New value for ignoredApplicationChangespublic java.util.Date getBeforeChange()
beforeChange.beforeChangepublic void setBeforeChange(java.util.Date beforeChange)
beforeChange.beforeChange - New value for beforeChangepublic java.util.Date getAfterChange()
afterChange.afterChangepublic void setAfterChange(java.util.Date afterChange)
afterChange.afterChange - New value for afterChangepublic java.lang.String toString()
toString in class java.lang.Object