public interface NotificationInterface extends PublicInterface
| Modifier and Type | Method and Description |
|---|---|
void |
closedProgressOnProjectTopic(Long poid,
Long topicId)
Called when the progress topic related to a project has been closed
|
void |
closedProgressOnRevisionTopic(Long poid,
Long roid,
Long topicId)
Called when the progress topic related to a revision is closed
|
void |
closedProgressOnServerTopic(Long topicId)
Called when the progress topic on a server has been closed
|
void |
newExtendedData(Long roid,
Long edid)
Called when there is new extended data added to a revision
|
void |
newProgressOnProjectTopic(Long poid,
Long topicId)
Called when there is a new progress topic related to a project
|
void |
newProgressOnRevisionTopic(Long poid,
Long roid,
Long topicId)
Called then there is a new progress topic related to a revision
|
void |
newProgressOnServerTopic(Long topicId)
Called when there is a new progress topic on a server
|
void |
newProgressTopic(Long topicId)
Called when there is a new progress topic
|
void |
newProject(Long poid)
Called when a new project has been added
|
void |
newRevision(Long poid,
Long roid)
Called when there is a new revision
|
void |
newUser(Long uoid)
Called when a new user has been added
|
void |
progress(Long topicId,
SLongActionState state)
Called when new progress is available on a topic
|
void newRevision(Long poid, Long roid) throws UserException, ServerException
poid - ProjectIDroid - RevisionIDUserExceptionServerExceptionvoid newProgressOnProjectTopic(Long poid, Long topicId) throws UserException, ServerException
poid - ProjectIDtopicId - The TopicIDUserExceptionServerExceptionvoid closedProgressOnProjectTopic(Long poid, Long topicId) throws UserException, ServerException
poid - ProjectIDtopicId - TopicIDUserExceptionServerExceptionvoid newProgressOnServerTopic(Long topicId) throws UserException, ServerException
topicId - UserExceptionServerExceptionvoid closedProgressOnServerTopic(Long topicId) throws UserException, ServerException
topicId - UserExceptionServerExceptionvoid newProgressOnRevisionTopic(Long poid, Long roid, Long topicId) throws UserException, ServerException
poid - ProjectIDroid - RevisionIDtopicId - TopicIDUserExceptionServerExceptionvoid closedProgressOnRevisionTopic(Long poid, Long roid, Long topicId) throws UserException, ServerException
poid - ProjectIDroid - RevisionIDtopicId - TopicIDUserExceptionServerExceptionvoid newProgressTopic(Long topicId) throws UserException, ServerException
topicId - TopicIDUserExceptionServerExceptionvoid newExtendedData(Long roid, Long edid) throws UserException, ServerException
roid - RevisionIDedid - ExtendedDataIDUserExceptionServerExceptionvoid newProject(Long poid) throws UserException, ServerException
poid - ProjectIDUserExceptionServerExceptionvoid newUser(Long uoid) throws UserException, ServerException
uoid - UserIDUserExceptionServerExceptionvoid progress(Long topicId, SLongActionState state) throws UserException, ServerException
topicId - TopicIDstate - Details of the progress updateUserExceptionServerExceptionCopyright © 2018 OpenSource BIM. All rights reserved.