Interface MiningResult
- All Superinterfaces:
AbstractTransformation,CMetadata,MdObjectBase,MdObjectBaseUtil,MdObjectBaseXML,PrimaryType,Remote,Root,Transformation
Attributes of MiningResult are:
SubjectMiningFunctionMiningAlgorithmMiningToolStatusRatingWorkspaceNameModelKeySourceCodeType
Associations of MiningResult are:
Usage
To create an instance of this MiningResult, use thefactory
create methods. Example: create a MiningResult with name "MiningResult_Object", in repository "AAAAAAAA".
// create a store to contain your objects for this change. If you do not have an existing object // or store to use. You may obtain the store from another object by using Object.getObjectStore(). MdFactory factory; //where "factory" is a valid MdFactory instance MdObjectStore objectStore = factory.createObjectStore(); MiningResult myObject = (MiningResult) factory.createComplexMetadataObject(objectStore, "MiningResult_Object", MetadataObjects.MININGRESULT, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
Behavior
- Attributes and associations for this object can be retrieved by using the methods in
MdOMIUtil. - When changes are made to the object, either by setting an attribute or adding objects to a particular association,
they can be persisted to the metadata server with the
updateMetadataAllmethod. - If an object needs to be deleted, the
deletemethod can be used. This will flag the object as being deleted on the client, and will require an update call to persist the change to the server.
Dependencies
This class depends on objects being contained in an MdObjectStore. Object stores should be disposed of when they are no longer needed as this will help clean up memory. Disposing an object store will dispose of all objects contained within that store.- Since:
- 9.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant used for the name of the MiningReports association.static final StringConstant used for the name of the ResultPMML association.static final StringConstant used for the name of the Targets association.static final StringConstant used for the name of the TargetTable association.static final StringConstant used for the name of the TrainCode association.static final StringConstant used for the name of the TrainingTable association.static final StringConstant used for the name of the MiningAlgorithm attribute.static final StringConstant used for the name of the MiningFunction attribute.static final StringConstant used for the name of the MiningTool attribute.static final StringConstant used for the name of the ModelKey attribute.static final StringConstant used for the name of the Rating attribute.static final StringConstant used for the name of the SourceCodeType attribute.static final StringConstant used for the name of the Status attribute.static final StringConstant used for the name of the Subject attribute.static final StringConstant used for the name of the WorkspaceName attribute.Fields inherited from interface com.sas.metadata.remote.AbstractTransformation
ASSOCIATION_COMPUTELOCATIONS_NAME, ASSOCIATION_CONDITIONACTIONSETS_NAME, ASSOCIATION_CUSTOMIZERS_NAME, ASSOCIATION_DEPLOYEDCOMPONENTS_NAME, ASSOCIATION_SOURCECODE_NAME, ASSOCIATION_SOURCESPECIFICATIONS_NAME, ASSOCIATION_SUBSTITUTIONVARIABLES_NAME, ASSOCIATION_TARGETSPECIFICATIONS_NAME, ASSOCIATION_TRANSFORMATIONSOURCES_NAME, ASSOCIATION_TRANSFORMATIONTARGETS_NAME, ASSOCIATION_TRIGGEREDEVENTS_NAME, ASSOCIATION_TRIGGERINGEVENTS_NAME, ATTRIBUTE_ISACTIVE_NAME, ATTRIBUTE_ISUSERDEFINED_NAME, ATTRIBUTE_TRANSFORMROLE_NAMEFields inherited from interface com.sas.metadata.remote.MdObjectBase
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAMEFields inherited from interface com.sas.metadata.remote.PrimaryType
ASSOCIATION_FAVORITESCONTAINERS_NAME, ATTRIBUTE_ISHIDDEN_NAME, ATTRIBUTE_PUBLICTYPE_NAMEFields inherited from interface com.sas.metadata.remote.Root
ASSOCIATION_ACCESSCONTROLS_NAME, ASSOCIATION_CHANGES_NAME, ASSOCIATION_CUSTOMASSOCIATIONS_NAME, ASSOCIATION_DOCUMENTS_NAME, ASSOCIATION_EXTENSIONS_NAME, ASSOCIATION_EXTERNALIDENTITIES_NAME, ASSOCIATION_GROUPS_NAME, ASSOCIATION_IMPLEMENTORS_NAME, ASSOCIATION_KEYWORDS_NAME, ASSOCIATION_LOCALIZEDATTRIBUTES_NAME, ASSOCIATION_NOTES_NAME, ASSOCIATION_PRIMARYPROPERTYGROUP_NAME, ASSOCIATION_PROMPTS_NAME, ASSOCIATION_PROPERTIES_NAME, ASSOCIATION_PROPERTYSETS_NAME, ASSOCIATION_REFERENCEDOBJECTS_NAME, ASSOCIATION_RESPONSIBLEPARTIES_NAME, ASSOCIATION_SOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECSOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECTARGETTRANSFORMATIONS_NAME, ASSOCIATION_TARGETTRANSFORMATIONS_NAME, ASSOCIATION_TIMESTAMPS_NAME, ASSOCIATION_TREES_NAME, ASSOCIATION_TSOBJECTNAMESPACE_NAME, ASSOCIATION_USEDBYPROTOTYPES_NAME, ASSOCIATION_USINGPROTOTYPE_NAME, ASSOCIATION_VARIABLES_NAME, ATTRIBUTE_CHANGESTATE_NAME, ATTRIBUTE_LOCKEDBY_NAME, ATTRIBUTE_USAGEVERSION_NAMEFields inherited from interface com.sas.metadata.remote.Transformation
ASSOCIATION_ASSOCIATEDPROMPT_NAME, ASSOCIATION_STEPS_NAME -
Method Summary
Modifier and TypeMethodDescriptionStringGets theStringvalue ofMiningAlgorithmintGets the maximum length ofMiningAlgorithmintGets the Metadata State ofMiningAlgorithmStringGets theStringvalue ofMiningFunctionintGets the maximum length ofMiningFunctionintGets the Metadata State ofMiningFunctionGets the AssociationList ofMiningReportsgetMiningReports(boolean fGoToServer) Gets the Associationlist ofMiningReportsStringGets theStringvalue ofMiningToolintGets the maximum length ofMiningToolintGets the Metadata State ofMiningToolStringGets theStringvalue ofModelKeyintGets the maximum length ofModelKeyintGets the Metadata State ofModelKeydoubleGets thedoublevalue ofRatingintGets the Metadata State ofRatingGets theTextStoreforResultPMMLGets the Association list ofResultPMMLsgetResultPMMLs(boolean fGoToServer) Gets the Associationlist ofResultPMMLsStringGets theStringvalue ofSourceCodeTypeintGets the maximum length ofSourceCodeTypeintGets the Metadata State ofSourceCodeTypeStringGets theStringvalue ofStatusintGets the maximum length ofStatusintGets the Metadata State ofStatusStringGets theStringvalue ofSubjectintGets the maximum length ofSubjectintGets the Metadata State ofSubjectGets the AssociationList ofTargetsgetTargets(boolean fGoToServer) Gets the Associationlist ofTargetsGets theRelationalTableforTargetTableGets the AssociationList ofTargetTablesgetTargetTables(boolean fGoToServer) Gets the Associationlist ofTargetTablesGets theTextforTrainCodeGets the AssociationList ofTrainCodesgetTrainCodes(boolean fGoToServer) Gets the Associationlist ofTrainCodesGets thePhysicalTableforTrainingTableGets the Association list ofTrainingTablesgetTrainingTables(boolean fGoToServer) Gets the Associationlist ofTrainingTablesStringGets theStringvalue ofWorkspaceNameintGets the maximum length ofWorkspaceNameintGets the Metadata State ofWorkspaceNamevoid(S) Adds the Associated objects to the predObjects which are:
MiningReports
Targets
TargetTable
TrainCodevoid(S) This initializes the Required Objects(Roles) which are:voidsetMiningAlgorithm(String inMiningAlgorithm) Sets theMiningAlgorithmvalue and sets the state to MetadataState.LOCAL.voidsetMiningAlgorithm(String inMiningAlgorithm, int state) Sets theMiningAlgorithmMetadata State.voidsetMiningAlgorithmState(int state) Sets the Metadata State ofMiningAlgorithm.voidsetMiningFunction(String inMiningFunction) Sets theMiningFunctionvalue and sets the state to MetadataState.LOCAL.voidsetMiningFunction(String inMiningFunction, int state) Sets theMiningFunctionMetadata State.voidsetMiningFunctionState(int state) Sets the Metadata State ofMiningFunction.voidSets theMiningReportslist to belist.voidsetMiningReports(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidsetMiningTool(String inMiningTool) Sets theMiningToolvalue and sets the state to MetadataState.LOCAL.voidsetMiningTool(String inMiningTool, int state) Sets theMiningToolMetadata State.voidsetMiningToolState(int state) Sets the Metadata State ofMiningTool.voidsetModelKey(String inModelKey) Sets theModelKeyvalue and sets the state to MetadataState.LOCAL.voidsetModelKey(String inModelKey, int state) Sets theModelKeyMetadata State.voidsetModelKeyState(int state) Sets the Metadata State ofModelKey.voidsetRating(double inRating) Sets theRatingvalue and sets the state to MetadataState.LOCAL.voidsetRating(double inRating, int state) Sets theRatingMetadata State.voidsetRating(String inRating) Sets theRatingvalue and sets the state to MetadataState.LOCALvoidsetRating(String inRating, int state) Sets theRatingvalue and Metadata State.voidsetRatingState(int state) Sets the Metadata State ofRating.voidsetResultPMML(TextStore inObject) Sets theResultPMMLslist 0th element to beinObject.voidSets theResultPMMLslist to belist.voidsetResultPMMLs(AssociationList list, int state) Sets theResultPMMLslist to belist.voidsetSourceCodeType(String inSourceCodeType) Sets theSourceCodeTypevalue and sets the state to MetadataState.LOCAL.voidsetSourceCodeType(String inSourceCodeType, int state) Sets theSourceCodeTypeMetadata State.voidsetSourceCodeTypeState(int state) Sets the Metadata State ofSourceCodeType.voidsetStatus(String inStatus) Sets theStatusvalue and sets the state to MetadataState.LOCAL.voidsetStatus(String inStatus, int state) Sets theStatusMetadata State.voidsetStatusState(int state) Sets the Metadata State ofStatus.voidsetSubject(String inSubject) Sets theSubjectvalue and sets the state to MetadataState.LOCAL.voidsetSubject(String inSubject, int state) Sets theSubjectMetadata State.voidsetSubjectState(int state) Sets the Metadata State ofSubject.voidsetTargets(AssociationList list) Sets theTargetslist to belist.voidsetTargets(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidsetTargetTable(RelationalTable inObject) Sets theTargetTableslist 0th element to beinObject.voidSets theTargetTableslist to belist.voidsetTargetTables(AssociationList list, int state) Sets theTargetTableslist to belist.voidsetTrainCode(Text inObject) Sets theTrainCodeslist 0th element to beinObject.voidsetTrainCodes(AssociationList list) Sets theTrainCodeslist to belist.voidsetTrainCodes(AssociationList list, int state) Sets theTrainCodeslist to belist.voidsetTrainingTable(PhysicalTable inObject) Sets theTrainingTableslist 0th element to beinObject.voidSets theTrainingTableslist to belist.voidsetTrainingTables(AssociationList list, int state) Sets theTrainingTableslist to belist.voidsetWorkspaceName(String inWorkspaceName) Sets theWorkspaceNamevalue and sets the state to MetadataState.LOCAL.voidsetWorkspaceName(String inWorkspaceName, int state) Sets theWorkspaceNameMetadata State.voidsetWorkspaceNameState(int state) Sets the Metadata State ofWorkspaceName.Methods inherited from interface com.sas.metadata.remote.AbstractTransformation
getComputeLocations, getComputeLocations, getConditionActionSets, getConditionActionSets, getCustomizers, getCustomizers, getDeployedComponents, getDeployedComponents, getIsActive, getIsActiveState, getIsUserDefined, getIsUserDefinedState, getSourceCode, getSourceCodes, getSourceCodes, getSourceSpecifications, getSourceSpecifications, getSubstitutionVariables, getSubstitutionVariables, getTargetSpecifications, getTargetSpecifications, getTransformationSources, getTransformationSources, getTransformationTargets, getTransformationTargets, getTransformRole, getTransformRoleMaxLength, getTransformRoleState, getTriggeredEvents, getTriggeredEvents, getTriggeringEvents, getTriggeringEvents, setComputeLocations, setComputeLocations, setConditionActionSets, setConditionActionSets, setCustomizers, setCustomizers, setDeployedComponents, setDeployedComponents, setIsActive, setIsActive, setIsActive, setIsActive, setIsActiveState, setIsUserDefined, setIsUserDefined, setIsUserDefined, setIsUserDefined, setIsUserDefinedState, setSourceCode, setSourceCodes, setSourceCodes, setSourceSpecifications, setSourceSpecifications, setSubstitutionVariables, setSubstitutionVariables, setTargetSpecifications, setTargetSpecifications, setTransformationSources, setTransformationSources, setTransformationTargets, setTransformationTargets, setTransformRole, setTransformRole, setTransformRoleState, setTriggeredEvents, setTriggeredEvents, setTriggeringEvents, setTriggeringEventsMethods inherited from interface com.sas.metadata.remote.MdObjectBase
addElementToChangeList, clearChangeList, getChangeList, getCMetadataType, getDesc, getDescMaxLength, getDescState, getFQID, getId, getIdState, getMetadataCreated, getMetadataCreatedState, getMetadataUpdated, getMetadataUpdatedState, getName, getNameMaxLength, getNameState, getObjectStore, getPredAssociations, getRepositoryID, getRequiredAssociations, getState, isAssociationRequired, isNewObject, isPredAssociation, removeElementFromChangeList, resetObject, resetState, resetStates, setCMetadataType, setDesc, setDesc, setDescState, setFQID, setFQID, setId, setId, setIdState, setMetadataCreated, setMetadataCreated, setMetadataCreatedState, setMetadataUpdated, setMetadataUpdated, setMetadataUpdatedState, setName, setName, setNameState, setObjectStore, setStateMethods inherited from interface com.sas.metadata.remote.MdObjectBaseUtil
addMdObjectListener, delete, dispose, fireMdObjectModified, getAssociatedObjects, getAssociatedObjects, getAssociatedObjects, getAssociationNames, getAssocs, getAssocsWA, getAttributeNames, getAttrs, getAttrsStates, getAuthorizationUtil, getChangeManagementState, getChgMgtExternalIdentityImportType, getClientSideOnlyObject, getMdObjectAssociation, getPopulatedAssocs, getUpdatedAttrs, getViewList, isCheckedOut, isLocked, objectModified, removeMdObjectListener, setAttrs, setChangeManagementTargetRepository, setChgMgtExternalIdentityImportType, setClientSideOnlyObject, setMdObjectAssociation, touch, updateAssnsIdsMethods inherited from interface com.sas.metadata.remote.MdObjectBaseXML
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAllMethods inherited from interface com.sas.metadata.remote.PrimaryType
getFavoritesContainers, getFavoritesContainers, getIsHidden, getIsHiddenState, getPublicType, getPublicTypeMaxLength, getPublicTypeState, setFavoritesContainers, setFavoritesContainers, setIsHidden, setIsHidden, setIsHidden, setIsHidden, setIsHiddenState, setPublicType, setPublicType, setPublicTypeStateMethods inherited from interface com.sas.metadata.remote.Root
getAccessControls, getAccessControls, getChanges, getChanges, getChangeState, getChangeStateMaxLength, getChangeStateState, getCustomAssociations, getCustomAssociations, getDocuments, getDocuments, getExtensions, getExtensions, getExternalIdentities, getExternalIdentities, getGroups, getGroups, getImplementors, getImplementors, getKeywords, getKeywords, getLocalizedAttributes, getLocalizedAttributes, getLockedBy, getLockedByMaxLength, getLockedByState, getNotes, getNotes, getPrimaryPropertyGroup, getPrimaryPropertyGroups, getPrimaryPropertyGroups, getPrompts, getPrompts, getProperties, getProperties, getPropertySets, getPropertySets, getReferencedObjects, getReferencedObjects, getResponsibleParties, getResponsibleParties, getSourceTransformations, getSourceTransformations, getSpecSourceTransformations, getSpecSourceTransformations, getSpecTargetTransformations, getSpecTargetTransformations, getTargetTransformations, getTargetTransformations, getTimestamps, getTimestamps, getTrees, getTrees, getTSObjectNamespace, getTSObjectNamespaces, getTSObjectNamespaces, getUsageVersion, getUsageVersionState, getUsedByPrototypes, getUsedByPrototypes, getUsingPrototype, getUsingPrototypes, getUsingPrototypes, getVariables, getVariables, setAccessControls, setAccessControls, setChanges, setChanges, setChangeState, setChangeState, setChangeStateState, setCustomAssociations, setCustomAssociations, setDocuments, setDocuments, setExtensions, setExtensions, setExternalIdentities, setExternalIdentities, setGroups, setGroups, setImplementors, setImplementors, setKeywords, setKeywords, setLocalizedAttributes, setLocalizedAttributes, setLockedBy, setLockedBy, setLockedByState, setNotes, setNotes, setPrimaryPropertyGroup, setPrimaryPropertyGroups, setPrimaryPropertyGroups, setPrompts, setPrompts, setProperties, setProperties, setPropertySets, setPropertySets, setReferencedObjects, setReferencedObjects, setResponsibleParties, setResponsibleParties, setSourceTransformations, setSourceTransformations, setSpecSourceTransformations, setSpecSourceTransformations, setSpecTargetTransformations, setSpecTargetTransformations, setTargetTransformations, setTargetTransformations, setTimestamps, setTimestamps, setTrees, setTrees, setTSObjectNamespace, setTSObjectNamespaces, setTSObjectNamespaces, setUsageVersion, setUsageVersion, setUsageVersion, setUsageVersion, setUsageVersionState, setUsedByPrototypes, setUsedByPrototypes, setUsingPrototype, setUsingPrototypes, setUsingPrototypes, setVariables, setVariablesMethods inherited from interface com.sas.metadata.remote.Transformation
getAssociatedPrompt, getAssociatedPrompts, getAssociatedPrompts, getSteps, getSteps, setAssociatedPrompt, setAssociatedPrompts, setAssociatedPrompts, setSteps, setSteps
-
Field Details
-
ATTRIBUTE_SUBJECT_NAME
static final String ATTRIBUTE_SUBJECT_NAMEConstant used for the name of the Subject attribute.Subject: Subject
- See Also:
-
ATTRIBUTE_MININGFUNCTION_NAME
static final String ATTRIBUTE_MININGFUNCTION_NAMEConstant used for the name of the MiningFunction attribute.MiningFunction: The function used. such as Association, Sequence
- See Also:
-
ATTRIBUTE_MININGALGORITHM_NAME
static final String ATTRIBUTE_MININGALGORITHM_NAMEConstant used for the name of the MiningAlgorithm attribute.MiningAlgorithm: The algorithm used. such as Clustering, Tree
- See Also:
-
ATTRIBUTE_MININGTOOL_NAME
static final String ATTRIBUTE_MININGTOOL_NAMEConstant used for the name of the MiningTool attribute.MiningTool: MiningTool
- See Also:
-
ATTRIBUTE_STATUS_NAME
static final String ATTRIBUTE_STATUS_NAMEConstant used for the name of the Status attribute.Status: Production, Archived, Experimental
- See Also:
-
ATTRIBUTE_RATING_NAME
static final String ATTRIBUTE_RATING_NAMEConstant used for the name of the Rating attribute.Rating: How good does the result rate?
- See Also:
-
ATTRIBUTE_WORKSPACENAME_NAME
static final String ATTRIBUTE_WORKSPACENAME_NAMEConstant used for the name of the WorkspaceName attribute.WorkspaceName: Name of the document the result was created in.
- See Also:
-
ATTRIBUTE_MODELKEY_NAME
static final String ATTRIBUTE_MODELKEY_NAMEConstant used for the name of the ModelKey attribute.ModelKey: UUID or Name of the model used to score a table.
- See Also:
-
ATTRIBUTE_SOURCECODETYPE_NAME
static final String ATTRIBUTE_SOURCECODETYPE_NAMEConstant used for the name of the SourceCodeType attribute.SourceCodeType: "Data Step" for data step fragment code, and "SAS Program" for sas program code.
- See Also:
-
ASSOCIATION_MININGREPORTS_NAME
static final String ASSOCIATION_MININGREPORTS_NAMEConstant used for the name of the MiningReports association.MiningReports: The collection of data and metadata to create reports for this mining result.
- See Also:
-
ASSOCIATION_TARGETS_NAME
static final String ASSOCIATION_TARGETS_NAMEConstant used for the name of the Targets association.Targets: The targets that are acted upon by this model.
- See Also:
-
ASSOCIATION_TARGETTABLE_NAME
static final String ASSOCIATION_TARGETTABLE_NAMEConstant used for the name of the TargetTable association.TargetTable: The target table associated to this mining result.
- See Also:
-
ASSOCIATION_TRAINCODE_NAME
static final String ASSOCIATION_TRAINCODE_NAMEConstant used for the name of the TrainCode association.TrainCode: The code used to retrain a model.
- See Also:
-
ASSOCIATION_RESULTPMML_NAME
static final String ASSOCIATION_RESULTPMML_NAMEConstant used for the name of the ResultPMML association.ResultPMML: The PMML associated to this mining result.
- See Also:
-
ASSOCIATION_TRAININGTABLE_NAME
static final String ASSOCIATION_TRAININGTABLE_NAMEConstant used for the name of the TrainingTable association.TrainingTable: The traning table associated with this mining result.
- See Also:
-
-
Method Details
-
initializeRequiredObjects
void initializeRequiredObjects() throws RemoteException(S) This initializes the Required Objects(Roles) which are:- Specified by:
initializeRequiredObjectsin interfaceAbstractTransformation- Specified by:
initializeRequiredObjectsin interfaceMdObjectBaseUtil- Specified by:
initializeRequiredObjectsin interfacePrimaryType- Specified by:
initializeRequiredObjectsin interfaceRoot- Specified by:
initializeRequiredObjectsin interfaceTransformation- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
initializePredObjects
void initializePredObjects() throws RemoteException(S) Adds the Associated objects to the predObjects which are:
MiningReports
Targets
TargetTable
TrainCode- Specified by:
initializePredObjectsin interfaceAbstractTransformation- Specified by:
initializePredObjectsin interfaceMdObjectBase- Specified by:
initializePredObjectsin interfacePrimaryType- Specified by:
initializePredObjectsin interfaceRoot- Specified by:
initializePredObjectsin interfaceTransformation- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSubject
String getSubject() throws RemoteExceptionGets theStringvalue ofSubject- Returns:
- The
Subject - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSubjectState
int getSubjectState() throws RemoteExceptionGets the Metadata State ofSubject- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSubjectMaxLength
int getSubjectMaxLength() throws RemoteExceptionGets the maximum length ofSubject- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMiningFunction
String getMiningFunction() throws RemoteExceptionGets theStringvalue ofMiningFunction- Returns:
- The
MiningFunction - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMiningFunctionState
int getMiningFunctionState() throws RemoteExceptionGets the Metadata State ofMiningFunction- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMiningFunctionMaxLength
int getMiningFunctionMaxLength() throws RemoteExceptionGets the maximum length ofMiningFunction- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMiningAlgorithm
String getMiningAlgorithm() throws RemoteExceptionGets theStringvalue ofMiningAlgorithm- Returns:
- The
MiningAlgorithm - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMiningAlgorithmState
int getMiningAlgorithmState() throws RemoteExceptionGets the Metadata State ofMiningAlgorithm- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMiningAlgorithmMaxLength
int getMiningAlgorithmMaxLength() throws RemoteExceptionGets the maximum length ofMiningAlgorithm- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMiningTool
String getMiningTool() throws RemoteExceptionGets theStringvalue ofMiningTool- Returns:
- The
MiningTool - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMiningToolState
int getMiningToolState() throws RemoteExceptionGets the Metadata State ofMiningTool- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMiningToolMaxLength
int getMiningToolMaxLength() throws RemoteExceptionGets the maximum length ofMiningTool- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getStatus
String getStatus() throws RemoteExceptionGets theStringvalue ofStatus- Returns:
- The
Status - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getStatusState
int getStatusState() throws RemoteExceptionGets the Metadata State ofStatus- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getStatusMaxLength
int getStatusMaxLength() throws RemoteExceptionGets the maximum length ofStatus- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getRating
double getRating() throws RemoteExceptionGets thedoublevalue ofRating- Returns:
- The
Rating - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getRatingState
int getRatingState() throws RemoteExceptionGets the Metadata State ofRating- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getWorkspaceName
String getWorkspaceName() throws RemoteExceptionGets theStringvalue ofWorkspaceName- Returns:
- The
WorkspaceName - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getWorkspaceNameState
int getWorkspaceNameState() throws RemoteExceptionGets the Metadata State ofWorkspaceName- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getWorkspaceNameMaxLength
int getWorkspaceNameMaxLength() throws RemoteExceptionGets the maximum length ofWorkspaceName- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getModelKey
String getModelKey() throws RemoteExceptionGets theStringvalue ofModelKey- Returns:
- The
ModelKey - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getModelKeyState
int getModelKeyState() throws RemoteExceptionGets the Metadata State ofModelKey- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getModelKeyMaxLength
int getModelKeyMaxLength() throws RemoteExceptionGets the maximum length ofModelKey- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSourceCodeType
String getSourceCodeType() throws RemoteExceptionGets theStringvalue ofSourceCodeType- Returns:
- The
SourceCodeType - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSourceCodeTypeState
int getSourceCodeTypeState() throws RemoteExceptionGets the Metadata State ofSourceCodeType- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSourceCodeTypeMaxLength
int getSourceCodeTypeMaxLength() throws RemoteExceptionGets the maximum length ofSourceCodeType- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMiningReports
Gets the AssociationList ofMiningReports- Returns:
- Returns the AssociationList of
MiningReportswhich can be of type:
ArchiveFile - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTargets
Gets the AssociationList ofTargets- Returns:
- Returns the AssociationList of
Targetswhich can be of type:
Target - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTargetTables
Gets the AssociationList ofTargetTables- Returns:
- Returns the AssociationList of
TargetTableswhich can be of type:
RelationalTable
PhysicalTable
WorkTable
SecuredTable
QueryTable
JoinTable - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException
-
getTargetTable
Gets theRelationalTableforTargetTable- Returns:
- The
RelationalTable(nullif not set) ofTargetTablewhich can be of type:
RelationalTable
PhysicalTable
WorkTable
SecuredTable
QueryTable
JoinTable - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTrainCodes
Gets the AssociationList ofTrainCodes- Returns:
- Returns the AssociationList of
TrainCodeswhich can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException
-
getTrainCode
Gets theTextforTrainCode- Returns:
- The
Text(nullif not set) ofTrainCodewhich can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getResultPMMLs
Gets the Association list ofResultPMMLs- Returns:
- The AssociationList of
ResultPMMLswhich can be of type:
TextStore - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getResultPMML
Gets theTextStoreforResultPMML- Returns:
- The
TextStore(nullif not set ) ofResultPMMLwhich can be of type:
TextStore - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTrainingTables
Gets the Association list ofTrainingTables- Returns:
- The AssociationList of
TrainingTableswhich can be of type:
PhysicalTable
WorkTable
SecuredTable - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTrainingTable
Gets thePhysicalTableforTrainingTable- Returns:
- The
PhysicalTable(nullif not set ) ofTrainingTablewhich can be of type:
PhysicalTable
WorkTable
SecuredTable - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getMiningReports
Gets the Associationlist ofMiningReports- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
MiningReportswhich can be of type:
ArchiveFile - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTargets
Gets the Associationlist ofTargets- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
Targetswhich can be of type:
Target - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTargetTables
Gets the Associationlist ofTargetTables- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
TargetTableswhich can be of type:
RelationalTable
PhysicalTable
WorkTable
SecuredTable
QueryTable
JoinTable - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTrainCodes
Gets the Associationlist ofTrainCodes- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
TrainCodeswhich can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getResultPMMLs
Gets the Associationlist ofResultPMMLs- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
ResultPMMLswhich can be of type:
TextStore - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTrainingTables
Gets the Associationlist ofTrainingTables- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
TrainingTableswhich can be of type:
PhysicalTable
WorkTable
SecuredTable - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
setSubject
void setSubject(String inSubject) throws RemoteException Sets theSubjectvalue and sets the state to MetadataState.LOCAL.- Parameters:
inSubject- String- Throws:
RemoteException- If error communicating with remote object.
-
setSubject
void setSubject(String inSubject, int state) throws RemoteException Sets theSubjectMetadata State.- Parameters:
inSubject- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSubjectState
void setSubjectState(int state) throws RemoteException Sets the Metadata State ofSubject.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setMiningFunction
void setMiningFunction(String inMiningFunction) throws RemoteException Sets theMiningFunctionvalue and sets the state to MetadataState.LOCAL.- Parameters:
inMiningFunction- String- Throws:
RemoteException- If error communicating with remote object.
-
setMiningFunction
void setMiningFunction(String inMiningFunction, int state) throws RemoteException Sets theMiningFunctionMetadata State.- Parameters:
inMiningFunction- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setMiningFunctionState
void setMiningFunctionState(int state) throws RemoteException Sets the Metadata State ofMiningFunction.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setMiningAlgorithm
void setMiningAlgorithm(String inMiningAlgorithm) throws RemoteException Sets theMiningAlgorithmvalue and sets the state to MetadataState.LOCAL.- Parameters:
inMiningAlgorithm- String- Throws:
RemoteException- If error communicating with remote object.
-
setMiningAlgorithm
void setMiningAlgorithm(String inMiningAlgorithm, int state) throws RemoteException Sets theMiningAlgorithmMetadata State.- Parameters:
inMiningAlgorithm- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setMiningAlgorithmState
void setMiningAlgorithmState(int state) throws RemoteException Sets the Metadata State ofMiningAlgorithm.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setMiningTool
void setMiningTool(String inMiningTool) throws RemoteException Sets theMiningToolvalue and sets the state to MetadataState.LOCAL.- Parameters:
inMiningTool- String- Throws:
RemoteException- If error communicating with remote object.
-
setMiningTool
void setMiningTool(String inMiningTool, int state) throws RemoteException Sets theMiningToolMetadata State.- Parameters:
inMiningTool- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setMiningToolState
void setMiningToolState(int state) throws RemoteException Sets the Metadata State ofMiningTool.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setStatus
void setStatus(String inStatus) throws RemoteException Sets theStatusvalue and sets the state to MetadataState.LOCAL.- Parameters:
inStatus- String- Throws:
RemoteException- If error communicating with remote object.
-
setStatus
void setStatus(String inStatus, int state) throws RemoteException Sets theStatusMetadata State.- Parameters:
inStatus- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setStatusState
void setStatusState(int state) throws RemoteException Sets the Metadata State ofStatus.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setRating
void setRating(double inRating) throws RemoteException Sets theRatingvalue and sets the state to MetadataState.LOCAL.- Parameters:
inRating- double- Throws:
RemoteException- If error communicating with remote object.
-
setRating
void setRating(double inRating, int state) throws RemoteException Sets theRatingMetadata State.- Parameters:
inRating- doublestate- int- Throws:
RemoteException- If error communicating with remote object.
-
setRating
void setRating(String inRating) throws RemoteException Sets theRatingvalue and sets the state to MetadataState.LOCAL- Parameters:
inRating- String- Throws:
RemoteException- If error communicating with remote object.
-
setRating
void setRating(String inRating, int state) throws RemoteException Sets theRatingvalue and Metadata State.- Parameters:
inRating- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setRatingState
void setRatingState(int state) throws RemoteException Sets the Metadata State ofRating.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setWorkspaceName
void setWorkspaceName(String inWorkspaceName) throws RemoteException Sets theWorkspaceNamevalue and sets the state to MetadataState.LOCAL.- Parameters:
inWorkspaceName- String- Throws:
RemoteException- If error communicating with remote object.
-
setWorkspaceName
void setWorkspaceName(String inWorkspaceName, int state) throws RemoteException Sets theWorkspaceNameMetadata State.- Parameters:
inWorkspaceName- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setWorkspaceNameState
void setWorkspaceNameState(int state) throws RemoteException Sets the Metadata State ofWorkspaceName.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setModelKey
void setModelKey(String inModelKey) throws RemoteException Sets theModelKeyvalue and sets the state to MetadataState.LOCAL.- Parameters:
inModelKey- String- Throws:
RemoteException- If error communicating with remote object.
-
setModelKey
void setModelKey(String inModelKey, int state) throws RemoteException Sets theModelKeyMetadata State.- Parameters:
inModelKey- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setModelKeyState
void setModelKeyState(int state) throws RemoteException Sets the Metadata State ofModelKey.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setSourceCodeType
void setSourceCodeType(String inSourceCodeType) throws RemoteException Sets theSourceCodeTypevalue and sets the state to MetadataState.LOCAL.- Parameters:
inSourceCodeType- String- Throws:
RemoteException- If error communicating with remote object.
-
setSourceCodeType
void setSourceCodeType(String inSourceCodeType, int state) throws RemoteException Sets theSourceCodeTypeMetadata State.- Parameters:
inSourceCodeType- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSourceCodeTypeState
void setSourceCodeTypeState(int state) throws RemoteException Sets the Metadata State ofSourceCodeType.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setMiningReports
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setMiningReports
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setTargets
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setTargets
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setTargetTables
Sets theTargetTableslist to belist. Object of which can be of type:
RelationalTable
PhysicalTable
WorkTable
SecuredTable
QueryTable
JoinTable- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setTargetTables
Sets theTargetTableslist to belist. Object of which can be of type:
RelationalTable
PhysicalTable
WorkTable
SecuredTable
QueryTable
JoinTable- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setTargetTable
Sets theTargetTableslist 0th element to beinObject.- Parameters:
inObject- RelationalTable- Throws:
RemoteException- If error communicating with remote object.
-
setTrainCodes
Sets theTrainCodeslist to belist. Object of which can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setTrainCodes
Sets theTrainCodeslist to belist. Object of which can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setTrainCode
Sets theTrainCodeslist 0th element to beinObject.- Parameters:
inObject- Text- Throws:
RemoteException- If error communicating with remote object.
-
setResultPMMLs
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setResultPMMLs
- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setResultPMML
Sets theResultPMMLslist 0th element to beinObject.- Parameters:
inObject- TextStore- Throws:
RemoteException- If error communicating with remote object.
-
setTrainingTables
Sets theTrainingTableslist to belist. Objects of which can be of type:
PhysicalTable
WorkTable
SecuredTable- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setTrainingTables
Sets theTrainingTableslist to belist. Objects of which can be of type:
PhysicalTable
WorkTable
SecuredTable- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setTrainingTable
Sets theTrainingTableslist 0th element to beinObject.- Parameters:
inObject- PhysicalTable- Throws:
RemoteException- If error communicating with remote object.
-