public class AnyObjectRestClient extends AbstractAnyRestClient<AnyObjectTO>
LOG
Constructor and Description |
---|
AnyObjectRestClient() |
Modifier and Type | Method and Description |
---|---|
int |
count(String realm,
String fiql,
String type) |
ProvisioningResult<AnyObjectTO> |
create(AnyObjectTO anyObjectTO) |
protected Class<? extends AnyService<AnyObjectTO>> |
getAnyServiceClass() |
List<AnyObjectTO> |
search(String realm,
String fiql,
int page,
int size,
SortParam<String> sort,
String type) |
ProvisioningResult<AnyObjectTO> |
update(String etag,
AnyObjectPatch patch) |
associate, batch, deassociate, delete, read
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
protected Class<? extends AnyService<AnyObjectTO>> getAnyServiceClass()
getAnyServiceClass
in class AbstractAnyRestClient<AnyObjectTO>
public ProvisioningResult<AnyObjectTO> create(AnyObjectTO anyObjectTO)
public ProvisioningResult<AnyObjectTO> update(String etag, AnyObjectPatch patch)
public int count(String realm, String fiql, String type)
count
in class AbstractAnyRestClient<AnyObjectTO>
public List<AnyObjectTO> search(String realm, String fiql, int page, int size, SortParam<String> sort, String type)
search
in class AbstractAnyRestClient<AnyObjectTO>
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.