| Package | Description |
|---|---|
| org.bimserver.models.log | |
| org.bimserver.models.log.impl | |
| org.bimserver.models.store | |
| org.bimserver.models.store.impl | |
| org.bimserver.models.store.util |
| Modifier and Type | Method and Description |
|---|---|
User |
LogAction.getExecutor()
Returns the value of the 'Executor' reference.
|
User |
UserRelated.getUser()
Returns the value of the 'User' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogAction.setExecutor(User value)
Sets the value of the '
Executor' reference. |
void |
UserRelated.setUser(User value)
Sets the value of the '
User' reference. |
| Modifier and Type | Method and Description |
|---|---|
User |
LogActionImpl.getExecutor() |
User |
UserRelatedImpl.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogActionImpl.setExecutor(User newExecutor) |
void |
UserRelatedImpl.setUser(User newUser) |
| Modifier and Type | Method and Description |
|---|---|
User |
StoreFactory.createUser()
Returns a new object of class 'User'.
|
User |
User.getCreatedBy()
Returns the value of the 'Created By' reference.
|
User |
Project.getCreatedBy()
Returns the value of the 'Created By' reference.
|
User |
ExtendedData.getUser()
Returns the value of the 'User' reference.
|
User |
Service.getUser()
Returns the value of the 'User' reference.
|
User |
Revision.getUser()
Returns the value of the 'User' reference.
|
User |
UserSession.getUser()
Returns the value of the 'User' reference.
|
User |
LongAction.getUser()
Returns the value of the 'User' reference.
|
User |
ConcreteRevision.getUser()
Returns the value of the 'User' reference.
|
User |
Checkout.getUser()
Returns the value of the 'User' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<User> |
Project.getHasAuthorizedUsers()
Returns the value of the 'Has Authorized Users' reference list.
|
org.eclipse.emf.common.util.EList<User> |
ExtendedDataSchema.getUsers()
Returns the value of the 'Users' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setCreatedBy(User value)
Sets the value of the '
Created By' reference. |
void |
Project.setCreatedBy(User value)
Sets the value of the '
Created By' reference. |
void |
ExtendedData.setUser(User value)
Sets the value of the '
User' reference. |
void |
Service.setUser(User value)
Sets the value of the '
User' reference. |
void |
Revision.setUser(User value)
Sets the value of the '
User' reference. |
void |
UserSession.setUser(User value)
Sets the value of the '
User' reference. |
void |
LongAction.setUser(User value)
Sets the value of the '
User' reference. |
void |
ConcreteRevision.setUser(User value)
Sets the value of the '
User' reference. |
void |
Checkout.setUser(User value)
Sets the value of the '
User' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
UserImpl
An implementation of the model object 'User'.
|
| Modifier and Type | Method and Description |
|---|---|
User |
StoreFactoryImpl.createUser() |
User |
UserImpl.getCreatedBy() |
User |
ProjectImpl.getCreatedBy() |
User |
CheckoutImpl.getUser() |
User |
RevisionImpl.getUser() |
User |
ExtendedDataImpl.getUser() |
User |
LongActionImpl.getUser() |
User |
UserSessionImpl.getUser() |
User |
ServiceImpl.getUser() |
User |
ConcreteRevisionImpl.getUser() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<User> |
ProjectImpl.getHasAuthorizedUsers() |
org.eclipse.emf.common.util.EList<User> |
ExtendedDataSchemaImpl.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserImpl.setCreatedBy(User newCreatedBy) |
void |
ProjectImpl.setCreatedBy(User newCreatedBy) |
void |
CheckoutImpl.setUser(User newUser) |
void |
RevisionImpl.setUser(User newUser) |
void |
ExtendedDataImpl.setUser(User newUser) |
void |
LongActionImpl.setUser(User newUser) |
void |
UserSessionImpl.setUser(User newUser) |
void |
ServiceImpl.setUser(User newUser) |
void |
ConcreteRevisionImpl.setUser(User newUser) |
| Modifier and Type | Method and Description |
|---|---|
T |
StoreSwitch.caseUser(User object)
Returns the result of interpreting the object as an instance of 'User'.
|
Copyright © 2016 OpenSource BIM. All rights reserved.