com.novell.emframe.dev
Interface RuntimePlugin
- public interface RuntimePlugin
If PropertyBookPage
objects implement this interface, the shouldShow(com.novell.admin.ns.NSObject, com.novell.emframe.dev.TaskContext)
method is called after
the user has selected the target object. For example, this gives the page the opportunity to appear only if an
attribute has a certain value.
Method Summary |
boolean |
shouldShow(NSObject ns,
TaskContext context)
Implement this call if your PropertyBookPage needs to check the directory object to see if your PropertyBookPage
should show up in the PropertyBook. |
shouldShow
public boolean shouldShow(NSObject ns,
TaskContext context)
- Implement this call if your PropertyBookPage needs to check the directory object to see if your PropertyBookPage
should show up in the PropertyBook.
- Parameters:
ns
- NSObject containing the information read from the directory about the target objectcontext
- TaskContext of the plug-in
- Returns:
- boolean: true if the PropertyBookPage should be shown as part of the PropertyBook, false if otherwise
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.