|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Container
IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
Nested Class Summary | |
---|---|
static class |
Container.Disp
Implementation, COM to Java. |
static class |
Container.Jni
Implementation, Java to COM. |
Field Summary | |
---|---|
static GUID |
IID
IDL: [uuid(00000091-0000-0010-8000-00AA006D2EA4)] |
static Class |
TYPELIB
|
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
Method Summary | |
---|---|
int |
getAllPermissions()
IDL: [ helpstring("") ] |
Documents |
getDocuments()
IDL: [ helpstring("") ] |
boolean |
getInherit()
IDL: [ helpstring("") ] |
String |
getName()
IDL: [ helpstring("") ] |
String |
getOwner()
IDL: [ helpstring("") ] |
int |
getPermissions()
IDL: [ helpstring("") ] |
String |
getUserName()
IDL: [ helpstring("") ] |
void |
setInherit(boolean pb)
IDL: [ helpstring("") ] |
void |
setOwner(String pbstr)
IDL: [ helpstring("") ] |
void |
setPermissions(int pl)
IDL: [ helpstring("") ] |
void |
setUserName(String pbstr)
IDL: [ helpstring("") ] |
Methods inherited from interface com.moesol.bindings.microsoft.dao._DAO |
---|
getProperties |
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown |
---|
QueryInterface, QueryInterface, Release |
Field Detail |
---|
static final Class TYPELIB
static final GUID IID
IDL: [uuid(00000091-0000-0010-8000-00AA006D2EA4)]
Method Detail |
---|
String getName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
String getOwner()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
void setOwner(String pbstr)
IDL: [ helpstring("") ]
pbstr
- IDL: [in] BSTR
String getUserName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
void setUserName(String pbstr)
IDL: [ helpstring("") ]
pbstr
- IDL: [in] BSTR
int getPermissions()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void setPermissions(int pl)
IDL: [ helpstring("") ]
pl
- IDL: [in] LONG
boolean getInherit()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*
void setInherit(boolean pb)
IDL: [ helpstring("") ]
pb
- IDL: [in] VARIANT_BOOL
Documents getDocuments()
IDL: [ helpstring("") ]
IDL: [out] [retval] Documents**
int getAllPermissions()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |