All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
getPrivateProfiles(String serviceIdentifier,
String token,
AsyncRemoteServiceInterface.GetPrivateProfilesCallback callback) |
void |
getPublicProfiles(String serviceIdentifier,
AsyncRemoteServiceInterface.GetPublicProfilesCallback callback) |
void |
getService(String serviceIdentifier,
AsyncRemoteServiceInterface.GetServiceCallback callback) |
void |
newExtendedDataOnProject(Long poid,
Long edid,
Long soid,
String serviceIdentifier,
String profileIdentifier,
String userToken,
String token,
String apiUrl,
AsyncRemoteServiceInterface.NewExtendedDataOnProjectCallback callback) |
void |
newExtendedDataOnRevision(Long poid,
Long roid,
Long edid,
Long soid,
String serviceIdentifier,
String profileIdentifier,
String userToken,
String token,
String apiUrl,
AsyncRemoteServiceInterface.NewExtendedDataOnRevisionCallback callback) |
void |
newRevision(Long poid,
Long roid,
Long soid,
String serviceIdentifier,
String profileIdentifier,
String userToken,
String token,
String apiUrl,
AsyncRemoteServiceInterface.NewRevisionCallback callback) |