public class RealmRestClient extends BaseRestClient
LOG
Constructor and Description |
---|
RealmRestClient() |
Modifier and Type | Method and Description |
---|---|
ProvisioningResult<RealmTO> |
create(String parentPath,
RealmTO realmTO) |
void |
delete(String fullPath) |
List<RealmTO> |
list(String fullpath) |
List<DynRealmTO> |
listDynRealms() |
DynRealmTO |
readDynRealm(String key) |
PagedResult<RealmTO> |
search(RealmQuery query) |
ProvisioningResult<RealmTO> |
update(RealmTO realmTO) |
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
public PagedResult<RealmTO> search(RealmQuery query)
public List<DynRealmTO> listDynRealms()
public DynRealmTO readDynRealm(String key)
public ProvisioningResult<RealmTO> create(String parentPath, RealmTO realmTO)
public ProvisioningResult<RealmTO> update(RealmTO realmTO)
public void delete(String fullPath)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.