public class AsyncServiceInterface extends Object
| Constructor and Description |
|---|
AsyncServiceInterface(ServiceInterface syncService,
ExecutorService executorService) |
public AsyncServiceInterface(ServiceInterface syncService, ExecutorService executorService)
public void addExtendedDataSchema(SExtendedDataSchema extendedDataSchema, AsyncServiceInterface.AddExtendedDataSchemaCallback callback)
public void addExtendedDataToProject(Long poid, SExtendedData extendedData, AsyncServiceInterface.AddExtendedDataToProjectCallback callback)
public void addLocalServiceToProject(Long poid, SService sService, Long internalServiceOid, AsyncServiceInterface.AddLocalServiceToProjectCallback callback)
public void addModelChecker(SModelCheckerInstance modelCheckerInstance, AsyncServiceInterface.AddModelCheckerCallback callback)
public void addModelCheckerToProject(Long poid, Long modelCheckerOid, AsyncServiceInterface.AddModelCheckerToProjectCallback callback)
public void addServiceToProject(Long poid, SService sService, AsyncServiceInterface.AddServiceToProjectCallback callback)
public void addUser(String username, String name, SUserType type, Boolean selfRegistration, String resetUrl, AsyncServiceInterface.AddUserCallback callback)
public void addUserToExtendedDataSchema(Long uoid, Long edsid, AsyncServiceInterface.AddUserToExtendedDataSchemaCallback callback)
public void addUserToProject(Long uoid, Long poid, AsyncServiceInterface.AddUserToProjectCallback callback)
public void addUserWithPassword(String username, String password, String name, SUserType type, Boolean selfRegistration, String resetUrl, AsyncServiceInterface.AddUserWithPasswordCallback callback)
public void changeUserType(Long uoid, SUserType userType, AsyncServiceInterface.ChangeUserTypeCallback callback)
public void checkin(Long poid, String comment, Long deserializerOid, Long fileSize, String fileName, DataHandler data, Boolean merge, Boolean sync, AsyncServiceInterface.CheckinCallback callback)
public void checkinFromUrl(Long poid, String comment, Long deserializerOid, String fileName, String url, Boolean merge, Boolean sync, AsyncServiceInterface.CheckinFromUrlCallback callback)
public void checkinInitiated(Long topicId, Long poid, String comment, Long deserializerOid, Long fileSize, String fileName, DataHandler data, Boolean merge, Boolean sync, AsyncServiceInterface.CheckinInitiatedCallback callback)
public void cleanupLongAction(Long topicId, AsyncServiceInterface.CleanupLongActionCallback callback)
public void compare(Long roid1, Long roid2, SCompareType sCompareType, Long mcid, AsyncServiceInterface.CompareCallback callback)
public void deleteService(Long oid, AsyncServiceInterface.DeleteServiceCallback callback)
public void deleteUser(Long uoid, AsyncServiceInterface.DeleteUserCallback callback)
public void downloadCompareResults(Long serializerOid, Long roid1, Long roid2, Long mcid, SCompareType type, Boolean sync, AsyncServiceInterface.DownloadCompareResultsCallback callback)
public void getAllAuthorizedUsersOfProject(Long poid, AsyncServiceInterface.GetAllAuthorizedUsersOfProjectCallback callback)
public void getAllCheckoutsByUser(Long uoid, AsyncServiceInterface.GetAllCheckoutsByUserCallback callback)
public void getAllCheckoutsOfProject(Long poid, AsyncServiceInterface.GetAllCheckoutsOfProjectCallback callback)
public void getAllCheckoutsOfProjectAndSubProjects(Long poid, AsyncServiceInterface.GetAllCheckoutsOfProjectAndSubProjectsCallback callback)
public void getAllCheckoutsOfRevision(Long roid, AsyncServiceInterface.GetAllCheckoutsOfRevisionCallback callback)
public void getAllExtendedDataSchemas(AsyncServiceInterface.GetAllExtendedDataSchemasCallback callback)
public void getAllLocalProfiles(String serviceIdentifier, AsyncServiceInterface.GetAllLocalProfilesCallback callback)
public void getAllLocalServiceDescriptors(AsyncServiceInterface.GetAllLocalServiceDescriptorsCallback callback)
public void getAllModelCheckers(AsyncServiceInterface.GetAllModelCheckersCallback callback)
public void getAllModelCheckersOfProject(Long poid, AsyncServiceInterface.GetAllModelCheckersOfProjectCallback callback)
public void getAllNonAuthorizedProjectsOfUser(Long uoid, AsyncServiceInterface.GetAllNonAuthorizedProjectsOfUserCallback callback)
public void getAllNonAuthorizedUsersOfProject(Long poid, AsyncServiceInterface.GetAllNonAuthorizedUsersOfProjectCallback callback)
public void getAllPrivateProfiles(String notificationsUrl, String serviceIdentifier, String token, AsyncServiceInterface.GetAllPrivateProfilesCallback callback)
public void getAllPublicProfiles(String notificationsUrl, String serviceIdentifier, AsyncServiceInterface.GetAllPublicProfilesCallback callback)
public void getAllReadableProjects(AsyncServiceInterface.GetAllReadableProjectsCallback callback)
public void getAllRelatedProjects(Long poid, AsyncServiceInterface.GetAllRelatedProjectsCallback callback)
public void getAllRepositoryExtendedDataSchemas(AsyncServiceInterface.GetAllRepositoryExtendedDataSchemasCallback callback)
public void getAllRepositoryModelCheckers(AsyncServiceInterface.GetAllRepositoryModelCheckersCallback callback)
public void getAllRevisionsByUser(Long uoid, AsyncServiceInterface.GetAllRevisionsByUserCallback callback)
public void getAllServiceDescriptors(AsyncServiceInterface.GetAllServiceDescriptorsCallback callback)
public void getAllServicesOfProject(Long poid, AsyncServiceInterface.GetAllServicesOfProjectCallback callback)
public void getAllUsers(AsyncServiceInterface.GetAllUsersCallback callback)
public void getAllWritableProjects(AsyncServiceInterface.GetAllWritableProjectsCallback callback)
public void getArea(Long roid, Long oid, AsyncServiceInterface.GetAreaCallback callback)
public void getAvailableClasses(AsyncServiceInterface.GetAvailableClassesCallback callback)
public void getAvailableClassesInRevision(Long roid, AsyncServiceInterface.GetAvailableClassesInRevisionCallback callback)
public void getCheckinWarnings(Long poid, AsyncServiceInterface.GetCheckinWarningsCallback callback)
public void getCheckoutWarnings(Long poid, AsyncServiceInterface.GetCheckoutWarningsCallback callback)
public void getExtendedDataSchemaFromRepository(String namespace, AsyncServiceInterface.GetExtendedDataSchemaFromRepositoryCallback callback)
public void getFile(Long fileId, AsyncServiceInterface.GetFileCallback callback)
public void getGeoTag(Long goid, AsyncServiceInterface.GetGeoTagCallback callback)
public void getGeometryInfo(Long roid, Long oid, AsyncServiceInterface.GetGeometryInfoCallback callback)
public void getIfcHeader(Long croid, AsyncServiceInterface.GetIfcHeaderCallback callback)
public void getModelCheckerInstance(Long mcioid, AsyncServiceInterface.GetModelCheckerInstanceCallback callback)
public void getNrPrimitives(Long roid, AsyncServiceInterface.GetNrPrimitivesCallback callback)
public void getOidByGuid(Long roid, String guid, AsyncServiceInterface.GetOidByGuidCallback callback)
public void getQueryEngineExample(Long qeid, String key, AsyncServiceInterface.GetQueryEngineExampleCallback callback)
public void getQueryEngineExampleKeys(Long qeid, AsyncServiceInterface.GetQueryEngineExampleKeysCallback callback)
public void getRevisionSummary(Long roid, AsyncServiceInterface.GetRevisionSummaryCallback callback)
public void getService(Long soid, AsyncServiceInterface.GetServiceCallback callback)
public void getServiceDescriptor(String baseUrl, String serviceIdentifier, AsyncServiceInterface.GetServiceDescriptorCallback callback)
public void getUserByUoid(Long uoid, AsyncServiceInterface.GetUserByUoidCallback callback)
public void getUserByUserName(String username, AsyncServiceInterface.GetUserByUserNameCallback callback)
public void getUserRelatedLogs(Long uoid, AsyncServiceInterface.GetUserRelatedLogsCallback callback)
public void getUserSettings(AsyncServiceInterface.GetUserSettingsCallback callback)
public void getUsersProjects(Long uoid, AsyncServiceInterface.GetUsersProjectsCallback callback)
public void getVolume(Long roid, Long oid, AsyncServiceInterface.GetVolumeCallback callback)
public void importData(String address, String username, String password, String path, AsyncServiceInterface.ImportDataCallback callback)
public void initiateCheckin(Long poid, Long deserializerOid, AsyncServiceInterface.InitiateCheckinCallback callback)
public void removeModelCheckerFromProject(Long poid, Long modelCheckerOid, AsyncServiceInterface.RemoveModelCheckerFromProjectCallback callback)
public void removeServiceFromProject(Long poid, Long serviceOid, AsyncServiceInterface.RemoveServiceFromProjectCallback callback)
public void removeUserFromExtendedDataSchema(Long uoid, Long edsid, AsyncServiceInterface.RemoveUserFromExtendedDataSchemaCallback callback)
public void removeUserFromProject(Long uoid, Long poid, AsyncServiceInterface.RemoveUserFromProjectCallback callback)
public void sendCompareEmail(SCompareType sCompareType, Long mcid, Long poid, Long roid1, Long roid2, String address, AsyncServiceInterface.SendCompareEmailCallback callback)
public void setRevisionTag(Long roid, String tag, AsyncServiceInterface.SetRevisionTagCallback callback)
public void shareRevision(Long roid, AsyncServiceInterface.ShareRevisionCallback callback)
public void triggerNewExtendedData(Long edid, Long soid, AsyncServiceInterface.TriggerNewExtendedDataCallback callback)
public void triggerNewRevision(Long roid, Long soid, AsyncServiceInterface.TriggerNewRevisionCallback callback)
public void undeleteUser(Long uoid, AsyncServiceInterface.UndeleteUserCallback callback)
public void updateGeoTag(SGeoTag sGeoTag, AsyncServiceInterface.UpdateGeoTagCallback callback)
public void updateModelChecker(SModelCheckerInstance modelCheckerInstance, AsyncServiceInterface.UpdateModelCheckerCallback callback)
public void updateProject(SProject sProject, AsyncServiceInterface.UpdateProjectCallback callback)
public void updateRevision(SRevision sRevision, AsyncServiceInterface.UpdateRevisionCallback callback)
public void uploadFile(SFile file, AsyncServiceInterface.UploadFileCallback callback)
public void userHasCheckinRights(Long uoid, Long poid, AsyncServiceInterface.UserHasCheckinRightsCallback callback)
public void userHasRights(Long poid, AsyncServiceInterface.UserHasRightsCallback callback)
public void validateModelChecker(Long oid, AsyncServiceInterface.ValidateModelCheckerCallback callback)
Copyright © 2016 OpenSource BIM. All rights reserved.