public class InvocationContext extends ObjectSE
invocation of an operation のコンテキスト。| コンストラクターと説明 |
|---|
InvocationContext(ApiVersion apiVersion, SecurityContext securityContext, MapSE<StringSE, ObjectSE> arguments) 指定された arguments を使用して、指定された securityContext によって呼び出される操作の新しいコンテキストを作成します。 |
InvocationContext(SecurityContext securityContext, MapSE<StringSE, ObjectSE> arguments) 指定された arguments を使用して、指定された securityContext によって呼び出される操作の新しいコンテキストを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ApiVersion | getApiVersion() 使用中の API バージョンを返します。 |
MapSE<StringSE, ObjectSE> | getArguments() 呼び出し引数を返します。 |
SecurityContext | getSecurityContext() 呼び出しに使用するセキュリティコンテキストを返します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic InvocationContext(SecurityContext securityContext, MapSE<StringSE,ObjectSE> arguments)
arguments を使用して、指定された securityContext によって呼び出される操作の新しいコンテキストを作成します。securityContext - 現在のセキュリティコンテキスト。非 nullarguments - 操作に使用できる引数。非 nullpublic InvocationContext(ApiVersion apiVersion, SecurityContext securityContext, MapSE<StringSE,ObjectSE> arguments)
arguments を使用して、指定された securityContext によって呼び出される操作の新しいコンテキストを作成します。apiVersion - 最新の API バージョンまたは null を使用する securityContext - 現在のセキュリティコンテキスト。非 nullarguments - 操作に使用できる引数。非 nullpublic ApiVersion getApiVersion()
public SecurityContext getSecurityContext()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.