Package | Description |
---|---|
org.alfresco.rest.api.authentications | |
org.alfresco.rest.api.people | |
org.alfresco.rest.api.probes | |
org.alfresco.rest.api.quicksharelinks |
Modifier and Type | Method and Description |
---|---|
List<LoginTicket> |
AuthenticationTicketsEntityResource.create(List<LoginTicket> entity,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
void |
PeopleEntityResource.requestPasswordReset(String personId,
Client client,
Parameters parameters,
WithResponse withResponse) |
void |
PeopleEntityResource.resetPassword(String personId,
PasswordReset passwordReset,
Parameters parameters,
WithResponse withResponse) |
Modifier and Type | Method and Description |
---|---|
Probe |
ProbeEntityResource.readById(String name,
Parameters parameters)
Returns a status code of 200 for okay.
|
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Rendition> |
QuickShareLinkRenditionsRelation.readAll(String sharedId,
Parameters parameters) |
QuickShareLink |
QuickShareLinkEntityResource.readById(String sharedId,
Parameters parameters)
Returns limited metadata regarding the shared (content) link.
|
Rendition |
QuickShareLinkRenditionsRelation.readById(String entityResourceId,
String id,
Parameters parameters) |
BinaryResource |
QuickShareLinkEntityResource.readProperty(String sharedId,
Parameters parameters)
Download content via shared link.
|
BinaryResource |
QuickShareLinkRenditionsRelation.readProperty(String sharedId,
String renditionId,
Parameters parameters) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.