| Package | Description |
|---|---|
| org.bimserver.models.log | |
| org.bimserver.models.log.impl | |
| org.bimserver.models.store | |
| org.bimserver.models.store.impl | |
| org.bimserver.shared |
| Modifier and Type | Field and Description |
|---|---|
static List<AccessMethod> |
AccessMethod.VALUES
A public read-only list of all the 'Access Method' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessMethod |
AccessMethod.get(int value)
Returns the 'Access Method' literal with the specified integer value.
|
static AccessMethod |
AccessMethod.get(String literal)
Returns the 'Access Method' literal with the specified literal value.
|
AccessMethod |
LogAction.getAccessMethod()
Returns the value of the 'Access Method' attribute.
|
static AccessMethod |
AccessMethod.getByName(String name)
Returns the 'Access Method' literal with the specified name.
|
static AccessMethod |
AccessMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessMethod[] |
AccessMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogAction.setAccessMethod(AccessMethod value)
Sets the value of the '
Access Method' attribute. |
| Modifier and Type | Method and Description |
|---|---|
AccessMethod |
LogFactoryImpl.createAccessMethodFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
AccessMethod |
LogActionImpl.getAccessMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogActionImpl.setAccessMethod(AccessMethod newAccessMethod) |
| Modifier and Type | Method and Description |
|---|---|
AccessMethod |
UserSession.getAccessMethod()
Returns the value of the 'Access Method' attribute.
|
AccessMethod |
Service.getNotificationProtocol()
Returns the value of the 'Notification Protocol' attribute.
|
AccessMethod |
ServiceDescriptor.getNotificationProtocol()
Returns the value of the 'Notification Protocol' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserSession.setAccessMethod(AccessMethod value)
Sets the value of the '
Access Method' attribute. |
void |
Service.setNotificationProtocol(AccessMethod value)
Sets the value of the '
Notification Protocol' attribute. |
void |
ServiceDescriptor.setNotificationProtocol(AccessMethod value)
Sets the value of the '
Notification Protocol' attribute. |
| Modifier and Type | Method and Description |
|---|---|
AccessMethod |
UserSessionImpl.getAccessMethod() |
AccessMethod |
ServiceDescriptorImpl.getNotificationProtocol() |
AccessMethod |
ServiceImpl.getNotificationProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserSessionImpl.setAccessMethod(AccessMethod newAccessMethod) |
void |
ServiceDescriptorImpl.setNotificationProtocol(AccessMethod newNotificationProtocol) |
void |
ServiceImpl.setNotificationProtocol(AccessMethod newNotificationProtocol) |
| Modifier and Type | Method and Description |
|---|---|
ServiceMapInterface |
ServiceFactory.get(AccessMethod accessMethod) |
ServiceMapInterface |
ServiceFactory.get(String token,
AccessMethod accessMethod) |
Copyright © 2016 OpenSource BIM. All rights reserved.