public class RemoteEntryPointResource extends StringConditionResource
This must a case insensitive legacy 4GL external program name. The full path for each 4GL external program name is required. Only exact matches are performed.
objectPointer, resourceIndex, sm| Constructor and Description |
|---|
RemoteEntryPointResource()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Rights |
getRightsInstance(java.lang.Object[] rights)
Instantiates a plugin's class that implements the
Rights interface, using
the array of objects representing a set of access rights fields. |
java.lang.String |
getTypeName()
Returns the plugin resource type name as a string.
|
describeRights, isAllowed, isInstanceNameValid, isRightsSetValidassociate, attach, disassociate, getACLMatcher, getEnclosingScope, getLibrary, getLink, getPermissions, init, refresh, registeredAs, toStringgetLibraries, getLibraryClasses, getLibsByClass, getVariableList, getVariablespublic java.lang.String getTypeName()
getTypeName in interface ResourcegetTypeName in class StringConditionResourcepublic Rights getRightsInstance(java.lang.Object[] rights)
Rights interface, using
the array of objects representing a set of access rights fields.getRightsInstance in interface ResourcegetRightsInstance in class StringConditionResourcerights - The objects needed to create an access rights instance.