@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Create
The annotated method's return type must be:
Promise<JsonValue, ? extends ResourceException>
promise.org.forgerock.json.resource.CreateRequest
for the request.Context
to be given the context.RequestHandler
,
SingletonProvider
,
CollectionProvider
Modifier and Type | Required Element and Description |
---|---|
Operation |
operationDescription
Describe the standard operation details of this action.
|
Modifier and Type | Optional Element and Description |
---|---|
CreateMode[] |
modes
Specify the types of create request that are supported.
|
CreateSingleton |
singleton
Specify whether or not the created resource is a singleton or one of a collection.
|
public abstract Operation operationDescription
public abstract CreateMode[] modes
public abstract CreateSingleton singleton
Copyright © 2010-2018, ForgeRock All Rights Reserved.