Method | Description | |
---|---|---|
Cancel ( ) : System.Web.Mvc.ActionResult | ||
Copy ( ) : System.Web.Mvc.ActionResult | ||
GetUsernameOrDefault ( ) : string | ||
Index ( long id = -1, string type = "" ) : System.Web.Mvc.ActionResult |
Load the createDataset action with different parameter type options type eg ("DataStructureId", "DatasetId", "MetadataStructureId")
|
|
LoadDataStructureViewList ( ) : List |
||
LoadDatasetViewList ( ) : List |
||
LoadMetadataStructureViewList ( ) : List |
||
ReloadIndex ( long id = -1, string type = "" ) : System.Web.Mvc.ActionResult |
ReLoad the createDataset action with different parameter type options type eg ("DataStructureId", "DatasetId", "MetadataStructureId")
|
|
Reset ( ) : System.Web.Mvc.ActionResult | ||
ShowData ( long id ) : System.Web.Mvc.ActionResult |
redirect to the DDM/Data/ShowData Action
|
|
ShowListOfDataStructuresReciever ( long id ) : System.Web.Mvc.ActionResult | ||
ShowListOfDatasetsReciever ( long id ) : System.Web.Mvc.ActionResult | ||
ShowListOfMetadataStructuresReciever ( long id ) : System.Web.Mvc.ActionResult | ||
StartUploadWizard ( ) : System.Web.Mvc.ActionResult |
Load the UploadWizard with preselected parameters and redirect to "UploadWizard", "Submit", area = "DCM"
|
|
StoreSelectedDatasetSetup ( |
||
Submit ( ) : System.Web.Mvc.ActionResult | ||
SubmitDataset ( ) : long |
Submit a Dataset based on the imformations in the CreateTaskManager
|
Method | Description | |
---|---|---|
GetDataStructureType ( long id ) : DataStructureType | ||
GetDefaultModel ( ) : |
||
LoadLists ( |
load all existing lists for this step if there are stored in the session
|
|
SetXml ( System.Xml.Linq.XDocument metadataXml ) : void |
Store the incoming xmldocument in the bus of the Create TaskManager with the METADATA_XML key
|
|
ShowListOfDataStructures ( ) : System.Web.Mvc.ActionResult | ||
ShowListOfDatasets ( ) : System.Web.Mvc.ActionResult | ||
ShowListOfMetadataStructures ( ) : System.Web.Mvc.ActionResult | ||
StoreSelectedDataset ( long id ) : System.Web.Mvc.ActionResult | ||
StoreSelectedOption ( long id, string type ) : System.Web.Mvc.ActionResult | ||
setAdditionalFunctions ( ) : void |
public Cancel ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Copy ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Index ( long id = -1, string type = "" ) : System.Web.Mvc.ActionResult | ||
id | long | |
type | string | |
return | System.Web.Mvc.ActionResult |
public LoadMetadataStructureViewList ( ) : List |
||
return | List |
public ReloadIndex ( long id = -1, string type = "" ) : System.Web.Mvc.ActionResult | ||
id | long | |
type | string | |
return | System.Web.Mvc.ActionResult |
public Reset ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ShowData ( long id ) : System.Web.Mvc.ActionResult | ||
id | long | |
return | System.Web.Mvc.ActionResult |
public ShowListOfDataStructuresReciever ( long id ) : System.Web.Mvc.ActionResult | ||
id | long | |
return | System.Web.Mvc.ActionResult |
public ShowListOfDatasetsReciever ( long id ) : System.Web.Mvc.ActionResult | ||
id | long | |
return | System.Web.Mvc.ActionResult |
public ShowListOfMetadataStructuresReciever ( long id ) : System.Web.Mvc.ActionResult | ||
id | long | |
return | System.Web.Mvc.ActionResult |
public StartUploadWizard ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public StoreSelectedDatasetSetup ( |
||
model | ||
return | System.Web.Mvc.ActionResult |
public Submit ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |