public class DefaultNutsRepositoryEvent extends Object implements NutsRepositoryEvent
| Constructor and Description |
|---|
DefaultNutsRepositoryEvent(NutsSession session,
NutsRepository parent,
NutsRepository repository,
String propertyName,
Object propertyOldValue,
Object propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
NutsRepository |
getParent() |
String |
getPropertyName() |
Object |
getPropertyOldValue() |
Object |
getPropertyValue() |
NutsRepository |
getRepository() |
NutsSession |
getSession() |
NutsWorkspace |
getWorkspace() |
public DefaultNutsRepositoryEvent(NutsSession session, NutsRepository parent, NutsRepository repository, String propertyName, Object propertyOldValue, Object propertyValue)
public NutsSession getSession()
getSession in interface NutsRepositoryEventpublic NutsWorkspace getWorkspace()
getWorkspace in interface NutsRepositoryEventpublic NutsRepository getParent()
getParent in interface NutsRepositoryEventpublic NutsRepository getRepository()
getRepository in interface NutsRepositoryEventpublic String getPropertyName()
getPropertyName in interface NutsRepositoryEventpublic Object getPropertyOldValue()
getPropertyOldValue in interface NutsRepositoryEventpublic Object getPropertyValue()
getPropertyValue in interface NutsRepositoryEventCopyright © 2021 vpc open source initiative. All rights reserved.