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, setUserId
void clear() throws LangridException
LangridException
NodeEntrySearchResult searchNodes(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders, Scope scope) throws LangridException
LangridException
void addNode(String nodeId, NodeProfile profile, Attribute[] attributes) throws LangridException
LangridException
void addNodeAs(String ownerUserId, String nodeId, NodeProfile profile, Attribute[] attributes) throws LangridException
LangridException
void deleteNode(String nodeId) throws LangridException
LangridException
NodeProfile getNodeProfile(String nodeId) throws LangridException
LangridException
void setNodeProfile(String nodeId, NodeProfile profile) throws LangridException
LangridException
String 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
LangridException
void setNodeAttributes(String nodeId, Attribute[] attributes) throws LangridException
LangridException
void activateNode(String nodeId) throws LangridException
LangridException
void deactivateNode(String nodeId) throws LangridException
LangridException
boolean isNodeActive(String nodeId) throws LangridException
LangridException
void setUpSelfNode(String ownerUserId, String nodeId, NodeProfile profile, Attribute[] attributes) throws LangridException
LangridException
String getSelfNodeId() throws LangridException
LangridException