| Package | Description |
|---|---|
| org.guvnor.asset.management.social |
| Modifier and Type | Method and Description |
|---|---|
RepositoryChangeEvent.ChangeType |
RepositoryChangeEvent.getChangeType() |
static RepositoryChangeEvent.ChangeType |
RepositoryChangeEvent.ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryChangeEvent.ChangeType[] |
RepositoryChangeEvent.ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryChangeEvent.setChangeType(RepositoryChangeEvent.ChangeType changeType) |
| Constructor and Description |
|---|
RepositoryChangeEvent(String processName,
String repositoryAlias,
String rootURI,
String user,
Long timestamp,
RepositoryChangeEvent.ChangeType changeType) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.