A B C D E F G H I J K L M N O P R S T U V W X _
S
- SELF -
Static variable in class com.softwareag.mdm.schema.Path
- Corresponds to the path "
.
- SEPARATOR -
Static variable in class com.softwareag.mdm.adaptation.PrimaryKey
-
- SEPARATOR_CHAR -
Static variable in class com.softwareag.mdm.adaptation.PrimaryKey
-
- STYLESHEET -
Static variable in interface com.softwareag.mdm.ui.ResourceType
-
- SchemaExtensions - interface com.softwareag.mdm.schema.SchemaExtensions.
- Defines extensions to a schema.
- SchemaExtensionsContext - interface com.softwareag.mdm.schema.SchemaExtensionsContext.
- Context for specifying extensions to a schema.
- SchemaLocation - class com.softwareag.mdm.schema.SchemaLocation.
- Identifies a schema location, which can be either based on a URL (standard notation)
or based on a webMethods MDM module.
- SchemaNode - interface com.softwareag.mdm.schema.SchemaNode.
- Represents an element declaration in the resolved schema.
- SchemaNodeContext - interface com.softwareag.mdm.schema.SchemaNodeContext.
- This interface defines common services for setting up a schema component.
- SchemaTypeName - interface com.softwareag.mdm.schema.SchemaTypeName.
- Identifies a named type definition.
- ServiceContext - class com.softwareag.mdm.service.ServiceContext.
- This class provides the necessary context and navigation functions
for integrating UI services into webMethods Master Data Manager.
- ServiceInstaller - interface com.softwareag.mdm.core.service.ServiceInstaller.
- Defines methods for initializing the module and its environment.
- ServiceKey - class com.softwareag.mdm.service.ServiceKey.
- Identifies a service.
- ServicePermission - interface com.softwareag.mdm.service.ServicePermission.
- Attached to a service definition, this interface
specifies in which conditions the service may be executed.
- ServletUtils - class com.softwareag.mdm.adaptation.http.ServletUtils.
- Provides registry functions needed by webMethods MDM JSP tags.
- ServletUtils() -
Constructor for class com.softwareag.mdm.adaptation.http.ServletUtils
-
- Session - interface com.softwareag.mdm.service.Session.
- Represents a user session, either a HTTP session or a "programmatic" session.
- SessionPermissions - interface com.softwareag.mdm.service.SessionPermissions.
- Defines a facade for checking user's session permissions (access rights or actions) on branches,
adaptations and nodes (tables, ...).
- Severity - class com.softwareag.mdm.base.text.Severity.
- This enumeration class defines the severities that a user message may have.
- SpecificSetupFacade - class com.softwareag.mdm.core.service.SpecificSetupFacade.
- Provides common services for doing additional setups on a Module.
- Step - class com.softwareag.mdm.schema.Step.
- A path is a sequence of steps.
- select(HomeKey, AdaptationName, Path) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Selects the node in the instance specified.
- select(HomeKey, AdaptationName, String) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Specifies a selection onto a Master Data entity.
- selectHome(HomeKey) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Selects the home (branch or version) specified.
- selectHome(AdaptationHome) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Selects the home (branch or version) specified.
- selectInstance(HomeKey, AdaptationName) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Selects the instance specified.
- selectInstanceOrOccurrence(Adaptation) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Selects the entity specified, an instance or an occurrence.
- selectInstanceOrOccurrenceWithPredicate(Adaptation, String) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Selects the entity specified, an instance or an occurrence with the predicate restriction
- selectNode(Adaptation, Path) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Selects the node specified.
- selectNode(Adaptation, Path, String) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Selects the node specified with the predicate restriction
- selectOccurrences(String, RequestSortCriteria) -
Method in class com.softwareag.mdm.adaptation.AdaptationTable
- Returns the list of occurrences which resolve the predicate specified and sorts the result.
- selectOccurrences(String) -
Method in class com.softwareag.mdm.adaptation.AdaptationTable
- Returns the list of occurrences which resolve the predicate specified.
- setAccessRuleOnInstance(AccessRule) -
Method in interface com.softwareag.mdm.schema.SchemaExtensionsContext
- Declares that the global access to an instance of the schema may be
restricted by the rule specified.
- setAccessRuleOnNode(Path, AccessRule) -
Method in interface com.softwareag.mdm.schema.SchemaExtensionsContext
- Declares that the access to a node may be
restricted by the rule specified.
- setAccessRuleOnNodeAndAllDescendants(Path, boolean, AccessRule) -
Method in interface com.softwareag.mdm.schema.SchemaExtensionsContext
- Declares that the access to a nodes subtree may be
restricted by the rule specified.
- setAccessRuleOnOccurrence(Path, AccessRule) -
Method in interface com.softwareag.mdm.schema.SchemaExtensionsContext
- Declares that the global access to a table occurrence of the schema may be
restricted by the rule specified.
- setAllPrivileges(boolean) -
Method in interface com.softwareag.mdm.service.ProcedureContext
- If
true
, disables all the permission checks for future operations
performed by the current run.
- setArchive(Archive) -
Method in class com.softwareag.mdm.service.ArchiveExportSpec
-
- setArchive(Archive) -
Method in class com.softwareag.mdm.service.ArchiveImportSpec
- Specifies the archive to import.
- setAttribute(String, Object) -
Method in interface com.softwareag.mdm.service.Session
- Binds an object to this session, using the name specified.
- setCloseStreamWhenFinished(boolean) -
Method in class com.softwareag.mdm.service.ExportSpec
- Specifies that the export process must close the stream at the end.
- setCommitThreshold(int) -
Method in interface com.softwareag.mdm.service.ProcedureContext
- Sets the maximum size of the transaction so that intermediate commits are done
during the execution of the procedure.
- setContentIndented(boolean) -
Method in class com.softwareag.mdm.service.ExportSpec
- Specifies that the export process must indent the content of the document.
- setDefaultItem(boolean) -
Method in class com.softwareag.mdm.base.text.NomenclatureItem
- If the argument sspecified is
true
, then this item has the role of being
selected as a default option when associated instance is undefined.
- setDefaultLabel(String) -
Method in class com.softwareag.mdm.base.text.NomenclatureItem
- Sets first label.
- setDestinationFile(File) -
Method in class com.softwareag.mdm.service.ExportSpec
- Specifies that the export process must generate the file specified.
- setDestinationStream(OutputStream) -
Method in class com.softwareag.mdm.service.ExportSpec
- Specifies that the export process must write the document to the stream specified.
- setDifferencesBetweenHomes(DifferenceBetweenHomes) -
Method in class com.softwareag.mdm.service.ArchiveExportSpec
-
- setDocumentationDescription(AdaptationHome, String, Locale, Session) -
Method in class com.softwareag.mdm.instance.Repository
- Sets the documentation label for the home specified.
- setDocumentationLabel(AdaptationHome, String, Locale, Session) -
Method in class com.softwareag.mdm.instance.Repository
- Sets the documentation label for the home specified.
- setExecutionInformation(String) -
Method in interface com.softwareag.mdm.service.ProcedureContext
- Specifies some additional information about the current execution.
- setHistoryActivation(boolean) -
Method in interface com.softwareag.mdm.service.ProcedureContext
- Enables or disables the detailed description of updates made by the current
run.
- setIncludeEditionDelete(boolean) -
Method in class com.softwareag.mdm.adaptation.Request
- Deprecated. Void method.
- setIncludeOcculting(boolean) -
Method in class com.softwareag.mdm.adaptation.Request
- If argument is
true
, specifies that the request result shall also
include adaptations which are in occulting mode.
- setIncludesComputedValues(boolean) -
Method in class com.softwareag.mdm.service.ExportSpec
- Specifies whether computed values must be included in the XML export.
- setIncludesTechnicalData(boolean) -
Method in class com.softwareag.mdm.service.ExportSpec
- Specifies whether technical data must be included in the export.
- setItems(List) -
Method in class com.softwareag.mdm.base.text.Nomenclature
- Deprecated.
- setLabel(int, String) -
Method in class com.softwareag.mdm.base.text.NomenclatureItem
- Replaces the label at the specified position in all labels with the specified string.
- setLabel(Locale, String) -
Method in class com.softwareag.mdm.ui.UITableFilter
- Sets the label of this filter for the locale specified.
- setLabel(String) -
Method in class com.softwareag.mdm.ui.UITableFilter
- Sets the default label of this filter.
- setLastItemAsDefault(boolean) -
Method in class com.softwareag.mdm.base.text.Nomenclature
- Set last added item as default.
- setLevel(int) -
Method in class com.softwareag.mdm.base.text.NomenclatureItemTitle
- Deprecated. Sets title level to the specified value.
- setLocale(Locale) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Specifies the locale for the new user session.
- setNewValue(Object) -
Method in interface com.softwareag.mdm.instance.ValueContextForInputValidation
- Sets the value specified to the current node.
- setOrderByPrimaryKey() -
Method in class com.softwareag.mdm.adaptation.Request
- Specifies that the request result must be ordered by ascending primary key.
- setPrivilegeToModifyReferenceBranch(boolean) -
Method in interface com.softwareag.mdm.service.ProcedureContext
- If
true
, disables the fact that Reference Branch is
normally not modified directly.
- setRedirectionURI(String) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Specifies the URI that will be used to redirect user after closing webMethods Master Data Manager session.
- setRequest(Request) -
Method in class com.softwareag.mdm.service.ExportSpec
- Specifies that the export will process the table content filtered by the given request.
- setSelection(SchemaNode) -
Method in class com.softwareag.mdm.service.ExportSpec
- Specifies that the export will include only the content under the node specified.
- setService(ServiceKey) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Specifies the service to activate.
- setSessionTrackingInfo(String) -
Method in class com.softwareag.mdm.service.ProgrammaticService
- Specifies session's tracking info.
- setSeverity(Severity) -
Method in class com.softwareag.mdm.base.text.UserMessage
- Sets the severity of this message.
- setSortCriteria(RequestSortCriteria) -
Method in class com.softwareag.mdm.adaptation.Request
- Specifies that the request result must be sorted according the
criteria specified.
- setSourceAdaptation(Adaptation) -
Method in class com.softwareag.mdm.service.ExportSpec
- Specifies the source of the export (mandatory property).
- setSourceFile(File) -
Method in class com.softwareag.mdm.service.ImportSpec
- Specifies the XML document that serves as the source of the import.
- setSourceStream(InputStream) -
Method in class com.softwareag.mdm.service.ImportSpec
- Specifies that the import process must read the document from the stream specified.
- setSpecificFilter(AdaptationFilter) -
Method in class com.softwareag.mdm.adaptation.Request
- Specifies that the request result shall include only adaptations which
satisfy the filter passed as argument.
- setString(Locale, String) -
Method in class com.softwareag.mdm.base.text.UserMessageString
-
- setStringForDefault(String) -
Method in class com.softwareag.mdm.base.text.UserMessageString
-
- setTableFilter(AdaptationFilter) -
Method in class com.softwareag.mdm.ui.UITableFilterRequestContext
- Specifies that the Manager session shall apply the filter specified on the current table.
- setTargetAdaptation(Adaptation) -
Method in class com.softwareag.mdm.service.ImportSpec
- Specifies the target of the import (mandatory property).
- setTrackingInfo(String) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Specifies the tracking info for the new user session.
- setTriggerActivation(boolean) -
Method in interface com.softwareag.mdm.service.ProcedureContext
- Enables or disables triggers.
- setUserLoginPassword(String, String) -
Method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Specifies the login and password for authenticating the user.
- setValue(Object) -
Method in class com.softwareag.mdm.base.text.NomenclatureItem
- Replaces the value with the specified object.
- setValue(Object, Path) -
Method in interface com.softwareag.mdm.service.ValueContextForUpdate
- Sets the value to the node specified.
- setValueFromXsString(String, Path) -
Method in interface com.softwareag.mdm.service.ValueContextForUpdate
- The string must comply with the standard representation of the associated type, as specified
by XML Schema.
- setWildcard(PrimaryKeyWildCard) -
Method in class com.softwareag.mdm.adaptation.Request
- Deprecated. Replaced by
Request.setSpecificFilter(AdaptationFilter)
.
- setXPathFilter(String) -
Method in class com.softwareag.mdm.adaptation.Request
- Specifies that the request result shall include only the occurrences which
satisfy the predicate passed as argument.
- setup(ConstraintContext) -
Method in interface com.softwareag.mdm.schema.Constraint
- This method is called when the schema is loaded, for checking and preparing this instance.
- setup(ValueFunctionContext) -
Method in interface com.softwareag.mdm.schema.ValueFunction
- This method is called when the schema is loaded, for checking the consistency of this function
regarding the schema that defines it.
- setup(TriggerSetupContext) -
Method in class com.softwareag.mdm.schema.trigger.InstanceTrigger
- This method is called when the schema is loaded, for checking and preparing this instance.
- setup(TriggerSetupContext) -
Method in class com.softwareag.mdm.schema.trigger.TableTrigger
- This method is called when the schema is loaded, for checking and preparing this instance.
- shallValidateInput(UIRequestContext) -
Method in class com.softwareag.mdm.ui.UIBeanEditor
- If this method returns
true
, user input associated with this editor will be
validated.
- size() -
Method in class com.softwareag.mdm.adaptation.RequestSortCriteria
-
- sortByLabel() -
Method in class com.softwareag.mdm.base.text.Nomenclature
-
- specificPostSetup(SpecificSetupFacade) -
Method in interface com.softwareag.mdm.core.service.ServiceInstaller
- Does specific initialization after module compilation.
- specificPreSetup(SpecificSetupFacade) -
Method in interface com.softwareag.mdm.core.service.ServiceInstaller
- Does specific initialization before module compilation.
- startsWith(Path) -
Method in class com.softwareag.mdm.schema.Path
- Tests if this path starts with the specified prefix.
- startsWith(Path, int) -
Method in class com.softwareag.mdm.schema.Path
- Tests if this path starts with the specified prefix beginning at specified index.
A B C D E F G H I J K L M N O P R S T U V W X _
(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.