public class AsyncBimsie1ServiceInterface extends Object
| Constructor and Description |
|---|
AsyncBimsie1ServiceInterface(Bimsie1ServiceInterface syncService,
ExecutorService executorService) |
public AsyncBimsie1ServiceInterface(Bimsie1ServiceInterface syncService, ExecutorService executorService)
public void addExtendedDataToRevision(Long roid, SExtendedData extendedData, AsyncBimsie1ServiceInterface.AddExtendedDataToRevisionCallback callback)
public void addProject(String projectName, String schema, AsyncBimsie1ServiceInterface.AddProjectCallback callback)
public void addProjectAsSubProject(String projectName, Long parentPoid, String schema, AsyncBimsie1ServiceInterface.AddProjectAsSubProjectCallback callback)
public void branchToExistingProject(Long roid, Long destPoid, String comment, Boolean sync, AsyncBimsie1ServiceInterface.BranchToExistingProjectCallback callback)
public void branchToNewProject(Long roid, String projectName, String comment, Boolean sync, AsyncBimsie1ServiceInterface.BranchToNewProjectCallback callback)
public void checkin(Long poid, String comment, Long deserializerOid, Long fileSize, String fileName, DataHandler data, Boolean sync, AsyncBimsie1ServiceInterface.CheckinCallback callback)
public void checkinFromUrl(Long poid, String comment, Long deserializerOid, String fileName, String url, Boolean sync, AsyncBimsie1ServiceInterface.CheckinFromUrlCallback callback)
public void checkout(Long roid, Long serializerOid, Boolean sync, AsyncBimsie1ServiceInterface.CheckoutCallback callback)
public void deleteProject(Long poid, AsyncBimsie1ServiceInterface.DeleteProjectCallback callback)
public void download(Long roid, Long serializerOid, Boolean showOwn, Boolean sync, AsyncBimsie1ServiceInterface.DownloadCallback callback)
public void downloadByGuids(Set<Long> roids, Set<String> guids, Long serializerOid, Boolean deep, Boolean sync, AsyncBimsie1ServiceInterface.DownloadByGuidsCallback callback)
public void downloadByJsonQuery(Set<Long> roids, String jsonQuery, Long serializerOid, Boolean sync, AsyncBimsie1ServiceInterface.DownloadByJsonQueryCallback callback)
public void downloadByNames(Set<Long> roids, Set<String> names, Long serializerOid, Boolean deep, Boolean sync, AsyncBimsie1ServiceInterface.DownloadByNamesCallback callback)
public void downloadByNewJsonQuery(Set<Long> roids, String query, Long serializerOid, Boolean sync, AsyncBimsie1ServiceInterface.DownloadByNewJsonQueryCallback callback)
public void downloadByOids(Set<Long> roids, Set<Long> oids, Long serializerOid, Boolean sync, Boolean deep, AsyncBimsie1ServiceInterface.DownloadByOidsCallback callback)
public void downloadByTypes(Set<Long> roids, String schema, Set<String> classNames, Long serializerOid, Boolean includeAllSubtypes, Boolean useObjectIDM, Boolean deep, Boolean sync, AsyncBimsie1ServiceInterface.DownloadByTypesCallback callback)
public void downloadQuery(Long roid, Long qeid, String code, Boolean sync, Long serializerOid, AsyncBimsie1ServiceInterface.DownloadQueryCallback callback)
public void downloadRevisions(Set<Long> roids, Long serializerOid, Boolean sync, AsyncBimsie1ServiceInterface.DownloadRevisionsCallback callback)
public void getAllExtendedDataOfRevision(Long roid, AsyncBimsie1ServiceInterface.GetAllExtendedDataOfRevisionCallback callback)
public void getAllProjects(Boolean onlyTopLevel, Boolean onlyActive, AsyncBimsie1ServiceInterface.GetAllProjectsCallback callback)
public void getAllProjectsSmall(AsyncBimsie1ServiceInterface.GetAllProjectsSmallCallback callback)
public void getAllRevisionsOfProject(Long poid, AsyncBimsie1ServiceInterface.GetAllRevisionsOfProjectCallback callback)
public void getDeserializerById(Long oid, AsyncBimsie1ServiceInterface.GetDeserializerByIdCallback callback)
public void getDeserializerByName(String deserializerName, AsyncBimsie1ServiceInterface.GetDeserializerByNameCallback callback)
public void getDownloadData(Long topicId, AsyncBimsie1ServiceInterface.GetDownloadDataCallback callback)
public void getExtendedData(Long oid, AsyncBimsie1ServiceInterface.GetExtendedDataCallback callback)
public void getExtendedDataSchemaById(Long oid, AsyncBimsie1ServiceInterface.GetExtendedDataSchemaByIdCallback callback)
public void getExtendedDataSchemaByNamespace(String namespace, AsyncBimsie1ServiceInterface.GetExtendedDataSchemaByNamespaceCallback callback)
public void getProjectByPoid(Long poid, AsyncBimsie1ServiceInterface.GetProjectByPoidCallback callback)
public void getProjectSmallByPoid(Long poid, AsyncBimsie1ServiceInterface.GetProjectSmallByPoidCallback callback)
public void getProjectsByName(String name, AsyncBimsie1ServiceInterface.GetProjectsByNameCallback callback)
public void getQueryEngineById(Long oid, AsyncBimsie1ServiceInterface.GetQueryEngineByIdCallback callback)
public void getQueryEngineByName(String name, AsyncBimsie1ServiceInterface.GetQueryEngineByNameCallback callback)
public void getRevision(Long roid, AsyncBimsie1ServiceInterface.GetRevisionCallback callback)
public void getSerializerByContentType(String contentType, AsyncBimsie1ServiceInterface.GetSerializerByContentTypeCallback callback)
public void getSerializerById(Long oid, AsyncBimsie1ServiceInterface.GetSerializerByIdCallback callback)
public void getSerializerByName(String serializerName, AsyncBimsie1ServiceInterface.GetSerializerByNameCallback callback)
public void getSubProjects(Long poid, AsyncBimsie1ServiceInterface.GetSubProjectsCallback callback)
public void getSuggestedDeserializerForExtension(String extension, Long poid, AsyncBimsie1ServiceInterface.GetSuggestedDeserializerForExtensionCallback callback)
public void initiateCheckin(Long poid, Long deserializerOid, AsyncBimsie1ServiceInterface.InitiateCheckinCallback callback)
public void terminateLongRunningAction(Long topicId, AsyncBimsie1ServiceInterface.TerminateLongRunningActionCallback callback)
public void undeleteProject(Long poid, AsyncBimsie1ServiceInterface.UndeleteProjectCallback callback)
Copyright © 2016 OpenSource BIM. All rights reserved.