|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBatchSecurityItem
This interface represents a security item that can be checked during a batch operation.
For information on how to check rights see the ISecurityInfo interface.
ISecurityInfo| Method Summary | |
|---|---|
java.lang.String |
getKind()
Returns the Kind. |
int |
getObjectID()
Returns the ID of the object that is associated with the right. |
int |
getRightID()
Returns the right ID that will be checked during the batch operation. |
| Method Detail |
|---|
int getObjectID()
Returns the ID of the object that is associated with the right.
int that represents the object ID.
int getRightID()
throws SDKException
Returns the right ID that will be checked during the batch operation.
int that represents the right ID.
SDKException - This is thrown if the process is unsuccessful.
java.lang.String getKind()
throws SDKException
Returns the Kind. The Kind represents the IInfoObject type.
String that represents the Kind.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||