|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.org.OrganizationServicesEvent
Supported API: false
Extendable: false
Field Summary | |
static String |
ADD_MEMBER
Supported API: false |
private static String |
CLASSNAME
|
private WTPrincipalReference |
memberRef
|
static String |
POST_DISABLE
Supported API: false |
static String |
POST_ENABLE
Supported API: false |
static String |
PRE_DISABLE
Supported API: false |
static String |
PRE_ENABLE
Supported API: false |
static String |
REMOVE_MEMBER
Supported API: false |
private static String |
RESOURCE
|
private OrganizationServicesManager |
service
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
OrganizationServicesEvent(OrganizationServicesManager service,
String eventType,
WTPrincipal eventTarget)
Supported API: false |
|
OrganizationServicesEvent(String eventType,
Object eventTarget)
Supported API: false |
|
OrganizationServicesEvent(String eventType,
WTCollection eventTarget)
Constructor to create multi object OrganizationServicesEvent. |
Method Summary | |
static String |
generateEventKey(String eventType)
Supported API: false |
WTPrincipalReference |
getMemberRef()
Gets the value of the attribute: memberRef; For group membership change events, reference to principal added or removed from group. |
WTPrincipal |
getPrincipal()
Supported API: false |
WTCollection |
getPrincipals()
Returns WTCollection of WTPrincipal objects. |
OrganizationServicesManager |
getService()
Gets the object for the association that plays role: service. |
private void |
memberRefValidate(WTPrincipalReference a_MemberRef)
|
void |
setMemberRef(WTPrincipalReference a_MemberRef)
Sets the value of the attribute: memberRef; For group membership change events, reference to principal added or removed from group. |
Methods inherited from class wt.events.KeyedEvent |
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toMultiObjectEvent, toSingleObjectEvents, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String PRE_DISABLE
public static final String POST_DISABLE
public static final String PRE_ENABLE
public static final String POST_ENABLE
public static final String ADD_MEMBER
public static final String REMOVE_MEMBER
private WTPrincipalReference memberRef
private OrganizationServicesManager service
Constructor Detail |
public OrganizationServicesEvent(OrganizationServicesManager service, String eventType, WTPrincipal eventTarget) throws WTException, WTPropertyVetoException
service
- eventType
- eventTarget
-
WTException
WTPropertyVetoException
public OrganizationServicesEvent(String eventType, Object eventTarget) throws WTException, WTPropertyVetoException
eventType
- eventTarget
-
WTException
WTPropertyVetoException
public OrganizationServicesEvent(String eventType, WTCollection eventTarget) throws WTException, WTPropertyVetoException
eventType
- eventTarget
-
WTException
WTPropertyVetoException
Method Detail |
public WTPrincipalReference getMemberRef()
public void setMemberRef(WTPrincipalReference a_MemberRef) throws WTPropertyVetoException
a_MemberRef
-
WTPropertyVetoException
private void memberRefValidate(WTPrincipalReference a_MemberRef) throws WTPropertyVetoException
a_MemberRef
-
WTPropertyVetoException
public OrganizationServicesManager getService()
public WTPrincipal getPrincipal()
public WTCollection getPrincipals()
WTCollection
of WTPrincipal objects.
public static String generateEventKey(String eventType)
eventType
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |