public class NotificationInterfaceAdaptor extends Object implements NotificationInterface
| Constructor and Description |
|---|
NotificationInterfaceAdaptor() |
| 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
|
public void closedProgressOnProjectTopic(Long poid, Long topicId) throws UserException, ServerException
NotificationInterfaceclosedProgressOnProjectTopic in interface NotificationInterfacepoid - ProjectIDtopicId - TopicIDUserExceptionServerExceptionpublic void closedProgressOnRevisionTopic(Long poid, Long roid, Long topicId) throws UserException, ServerException
NotificationInterfaceclosedProgressOnRevisionTopic in interface NotificationInterfacepoid - ProjectIDroid - RevisionIDtopicId - TopicIDUserExceptionServerExceptionpublic void closedProgressOnServerTopic(Long topicId) throws UserException, ServerException
NotificationInterfaceclosedProgressOnServerTopic in interface NotificationInterfaceUserExceptionServerExceptionpublic void newExtendedData(Long roid, Long edid) throws UserException, ServerException
NotificationInterfacenewExtendedData in interface NotificationInterfaceroid - RevisionIDedid - ExtendedDataIDUserExceptionServerExceptionpublic void newProgressOnProjectTopic(Long poid, Long topicId) throws UserException, ServerException
NotificationInterfacenewProgressOnProjectTopic in interface NotificationInterfacepoid - ProjectIDtopicId - The TopicIDUserExceptionServerExceptionpublic void newProgressOnRevisionTopic(Long poid, Long roid, Long topicId) throws UserException, ServerException
NotificationInterfacenewProgressOnRevisionTopic in interface NotificationInterfacepoid - ProjectIDroid - RevisionIDtopicId - TopicIDUserExceptionServerExceptionpublic void newProgressOnServerTopic(Long topicId) throws UserException, ServerException
NotificationInterfacenewProgressOnServerTopic in interface NotificationInterfaceUserExceptionServerExceptionpublic void newProgressTopic(Long topicId) throws UserException, ServerException
NotificationInterfacenewProgressTopic in interface NotificationInterfacetopicId - TopicIDUserExceptionServerExceptionpublic void newProject(Long poid) throws UserException, ServerException
NotificationInterfacenewProject in interface NotificationInterfacepoid - ProjectIDUserExceptionServerExceptionpublic void newRevision(Long poid, Long roid) throws UserException, ServerException
NotificationInterfacenewRevision in interface NotificationInterfacepoid - ProjectIDroid - RevisionIDUserExceptionServerExceptionpublic void newUser(Long uoid) throws UserException, ServerException
NotificationInterfacenewUser in interface NotificationInterfaceuoid - UserIDUserExceptionServerExceptionpublic void progress(Long topicId, SLongActionState state) throws UserException, ServerException
NotificationInterfaceprogress in interface NotificationInterfacetopicId - TopicIDstate - Details of the progress updateUserExceptionServerExceptionCopyright © 2018 OpenSource BIM. All rights reserved.