| Package | Description |
|---|---|
| org.bimserver.plugins.services |
| Modifier and Type | Method and Description |
|---|---|
static Flow |
Flow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flow[] |
Flow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
BimServerClientInterface.checkin(long poid,
String comment,
long deserializerOid,
boolean merge,
Flow flow,
long fileSize,
String filename,
InputStream inputStream) |
long |
BimServerClientInterface.checkin(long poid,
String string,
long deserializerOid,
boolean merge,
Flow flow,
Path file) |
long |
BimServerClientInterface.checkin(long poid,
String comment,
long deserializerOid,
boolean merge,
Flow flow,
URL url) |
Copyright © 2018 OpenSource BIM. All rights reserved.