public interface IPortalMechanics extends IMechanics
Modifier and Type | Method and Description |
---|---|
void |
fireUserLoginEvent(IThingID userID,
int action)
Fire a user login event.
|
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
init, shutdown
void fireUserLoginEvent(IThingID userID, int action) throws PortalException
userID
- the userIDaction
- the action, taken from com.webmethods.portal.event.ILoginEvent
PortalException