| Package | Description |
|---|---|
| org.bimserver.interfaces.objects | |
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| Modifier and Type | Method and Description |
|---|---|
static SProgressTopicType |
SProgressTopicType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SProgressTopicType[] |
SProgressTopicType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
NotificationRegistryInterface.registerProgressOnProjectTopic(SProgressTopicType type,
Long poid,
String description)
Register a new progress topic that is related to the given project
|
Long |
NotificationRegistryInterfaceAdaptor.registerProgressOnProjectTopic(SProgressTopicType type,
Long poid,
String description) |
Long |
NotificationRegistryInterface.registerProgressOnRevisionTopic(SProgressTopicType type,
Long poid,
Long roid,
String description) |
Long |
NotificationRegistryInterfaceAdaptor.registerProgressOnRevisionTopic(SProgressTopicType type,
Long poid,
Long roid,
String description) |
Long |
NotificationRegistryInterface.registerProgressTopic(SProgressTopicType type,
String description)
Register a progress topic, remember to unregister with unregisterProgressTopic when done
|
Long |
NotificationRegistryInterfaceAdaptor.registerProgressTopic(SProgressTopicType type,
String description) |
Copyright © 2018 OpenSource BIM. All rights reserved.