| Package | Description |
|---|---|
| org.bimserver.interfaces.objects | |
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async | |
| org.bimserver.shared.interfaces.bimsie1 |
| 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 |
Bimsie1NotificationRegistryInterfaceAdaptor.registerProgressOnProjectTopic(SProgressTopicType type,
Long poid,
String description) |
Long |
Bimsie1NotificationRegistryInterfaceAdaptor.registerProgressOnRevisionTopic(SProgressTopicType type,
Long poid,
Long roid,
String description) |
Long |
Bimsie1NotificationRegistryInterfaceAdaptor.registerProgressTopic(SProgressTopicType type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Long |
Bimsie1NotificationRegistryInterface.registerProgressOnProjectTopic(SProgressTopicType type,
Long poid,
String description)
Register a new progress topic that is related to the given project
|
Long |
Bimsie1NotificationRegistryInterface.registerProgressOnRevisionTopic(SProgressTopicType type,
Long poid,
Long roid,
String description) |
Long |
Bimsie1NotificationRegistryInterface.registerProgressTopic(SProgressTopicType type,
String description)
Register a progress topic, remember to unregister with unregisterProgressTopic when done
|
Copyright © 2016 OpenSource BIM. All rights reserved.