public interface NodeManagementClient extends ServiceClient
| Modifier and Type | Method and Description |
|---|---|
void |
activateNode(String nodeId) |
void |
addNode(String nodeId,
NodeProfile profile,
Attribute[] attributes) |
void |
addNodeAs(String ownerUserId,
String nodeId,
NodeProfile profile,
Attribute[] attributes) |
void |
clear() |
void |
deactivateNode(String nodeId) |
void |
deleteNode(String nodeId) |
String |
getBasicAuthUserName(String nodeId)
ノードのBasic認証ユーザ名を取得する。
|
Attribute[] |
getNodeAttributes(String nodeId,
String[] attributeNames) |
NodeProfile |
getNodeProfile(String nodeId) |
String |
getSelfNodeId() |
boolean |
isNodeActive(String nodeId) |
NodeEntrySearchResult |
searchNodes(int startIndex,
int maxCount,
MatchingCondition[] conditions,
Order[] orders,
Scope scope) |
void |
setBasicAuthUserNameAndPassword(String nodeId,
String basicAuthUserName,
String basicAuthPassword)
ノードのBasic認証ユーザ 名とパスワードを設定する。
|
void |
setNodeAttributes(String nodeId,
Attribute[] attributes) |
void |
setNodeProfile(String nodeId,
NodeProfile profile) |
void |
setUpSelfNode(String ownerUserId,
String nodeId,
NodeProfile profile,
Attribute[] attributes) |
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdvoid clear()
throws LangridException
LangridExceptionNodeEntrySearchResult searchNodes(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders, Scope scope) throws LangridException
LangridExceptionvoid addNode(String nodeId, NodeProfile profile, Attribute[] attributes) throws LangridException
LangridExceptionvoid addNodeAs(String ownerUserId, String nodeId, NodeProfile profile, Attribute[] attributes) throws LangridException
LangridExceptionvoid deleteNode(String nodeId) throws LangridException
LangridExceptionNodeProfile getNodeProfile(String nodeId) throws LangridException
LangridExceptionvoid setNodeProfile(String nodeId, NodeProfile profile) throws LangridException
LangridExceptionString getBasicAuthUserName(String nodeId) throws LangridException
nodeId - ノードIDLangridException - 処理に失敗したvoid setBasicAuthUserNameAndPassword(String nodeId, String basicAuthUserName, String basicAuthPassword) throws LangridException
nodeId - ノードIDbasicAuthUserName - Basic認証ユーザ名basicAuthPassword - Basic認証パスワードLangridException - 処理に失敗したAttribute[] getNodeAttributes(String nodeId, String[] attributeNames) throws LangridException
LangridExceptionvoid setNodeAttributes(String nodeId, Attribute[] attributes) throws LangridException
LangridExceptionvoid activateNode(String nodeId) throws LangridException
LangridExceptionvoid deactivateNode(String nodeId) throws LangridException
LangridExceptionboolean isNodeActive(String nodeId) throws LangridException
LangridExceptionvoid setUpSelfNode(String ownerUserId, String nodeId, NodeProfile profile, Attribute[] attributes) throws LangridException
LangridExceptionString getSelfNodeId() throws LangridException
LangridException