public class RemoteServiceImpl extends GenericServiceImpl implements org.bimserver.shared.interfaces.RemoteServiceInterface
| Constructor and Description |
|---|
RemoteServiceImpl(BimServer bimServer,
ServiceMap serviceMapInterface) |
| Modifier and Type | Method and Description |
|---|---|
List<org.bimserver.interfaces.objects.SProfileDescriptor> |
getPrivateProfiles(String serviceIdentifier,
String token) |
List<org.bimserver.interfaces.objects.SProfileDescriptor> |
getPublicProfiles(String serviceIdentifier) |
org.bimserver.interfaces.objects.SServiceDescriptor |
getService(String serviceIdentifier) |
void |
newExtendedDataOnProject(Long poid,
Long edid,
Long soid,
String serviceIdentifier,
String profileIdentifier,
String userToken,
String token,
String apiUrl) |
void |
newExtendedDataOnRevision(Long poid,
Long roid,
Long edid,
Long soid,
String serviceIdentifier,
String profileIdentifier,
String userToken,
String token,
String apiUrl) |
void |
newRevision(Long poid,
Long roid,
Long soid,
String serviceIdentifier,
String profileIdentifier,
String userToken,
String token,
String apiUrl) |
getAuthorization, getBimServer, getCurrentUser, getInternalAccessMethod, getServiceMap, getUserSettings, handleException, requireAdminAuthentication, requireAdminAuthenticationAndRunningServer, requireAdminOrMonitorAuthentication, requireAuthentication, requireAuthenticationAndRunningServer, requireRealUserAuthentication, requireRunningServer, requireSelfregistrationAllowed, setAuthorizationpublic RemoteServiceImpl(BimServer bimServer, ServiceMap serviceMapInterface)
public List<org.bimserver.interfaces.objects.SProfileDescriptor> getPublicProfiles(String serviceIdentifier) throws org.bimserver.shared.exceptions.UserException, org.bimserver.shared.exceptions.ServerException
getPublicProfiles in interface org.bimserver.shared.interfaces.RemoteServiceInterfaceorg.bimserver.shared.exceptions.UserExceptionorg.bimserver.shared.exceptions.ServerExceptionpublic List<org.bimserver.interfaces.objects.SProfileDescriptor> getPrivateProfiles(String serviceIdentifier, String token) throws org.bimserver.shared.exceptions.UserException, org.bimserver.shared.exceptions.ServerException
getPrivateProfiles in interface org.bimserver.shared.interfaces.RemoteServiceInterfaceorg.bimserver.shared.exceptions.UserExceptionorg.bimserver.shared.exceptions.ServerExceptionpublic void newRevision(Long poid, Long roid, Long soid, String serviceIdentifier, String profileIdentifier, String userToken, String token, String apiUrl) throws org.bimserver.shared.exceptions.UserException, org.bimserver.shared.exceptions.ServerException
newRevision in interface org.bimserver.shared.interfaces.RemoteServiceInterfaceorg.bimserver.shared.exceptions.UserExceptionorg.bimserver.shared.exceptions.ServerExceptionpublic org.bimserver.interfaces.objects.SServiceDescriptor getService(String serviceIdentifier) throws org.bimserver.shared.exceptions.UserException, org.bimserver.shared.exceptions.ServerException
getService in interface org.bimserver.shared.interfaces.RemoteServiceInterfaceorg.bimserver.shared.exceptions.UserExceptionorg.bimserver.shared.exceptions.ServerExceptionpublic void newExtendedDataOnProject(Long poid, Long edid, Long soid, String serviceIdentifier, String profileIdentifier, String userToken, String token, String apiUrl) throws org.bimserver.shared.exceptions.UserException, org.bimserver.shared.exceptions.ServerException
newExtendedDataOnProject in interface org.bimserver.shared.interfaces.RemoteServiceInterfaceorg.bimserver.shared.exceptions.UserExceptionorg.bimserver.shared.exceptions.ServerExceptionpublic void newExtendedDataOnRevision(Long poid, Long roid, Long edid, Long soid, String serviceIdentifier, String profileIdentifier, String userToken, String token, String apiUrl) throws org.bimserver.shared.exceptions.UserException, org.bimserver.shared.exceptions.ServerException
newExtendedDataOnRevision in interface org.bimserver.shared.interfaces.RemoteServiceInterfaceorg.bimserver.shared.exceptions.UserExceptionorg.bimserver.shared.exceptions.ServerExceptionCopyright © 2019 OpenSource BIM. All rights reserved.