コード例 #1
0
 public function __construct()
 {
     $this->ops_name = 'ATSubjectGetter';
     $this->ops_title = _t('Archivists Toolkit Subkect getting');
     $this->ops_description = _t('Imported related subject from Archivists Toolkit');
     parent::__construct();
 }
コード例 #2
0
 public function __construct()
 {
     $this->ops_name = 'measurementsSplitter';
     $this->ops_title = _t('Measurement splitter');
     $this->ops_description = _t('Splits strings representing physical measurements into individual quantities.');
     parent::__construct();
 }
コード例 #3
0
 public function __construct()
 {
     $this->ops_name = 'dateAccuracyJoiner';
     $this->ops_title = _t('Date Accuracy');
     $this->ops_description = _t('Modifies a date based on accuracy in another column.');
     parent::__construct();
 }
コード例 #4
0
 public function __construct()
 {
     $this->ops_name = 'ATEntityGetter';
     $this->ops_title = _t('Archivists Toolkit Entity getting');
     $this->ops_description = _t('Imported related entities (aka names) from Archivists Toolkit');
     parent::__construct();
 }
コード例 #5
0
 public function __construct()
 {
     $this->ops_name = 'dateJoiner';
     $this->ops_title = _t('Date joiner');
     $this->ops_description = _t('Joins data with partial date values into a single valid date expression for import.');
     parent::__construct();
 }
コード例 #6
0
 public function __construct()
 {
     $this->ops_name = 'tourMaker';
     $this->ops_title = _t('Tour maker');
     $this->ops_description = _t('Creates tour records as required during import.');
     parent::__construct();
 }
コード例 #7
0
 public function __construct()
 {
     $this->ops_name = 'ATRelatedGetter';
     $this->ops_title = _t('AT Related Getter');
     $this->ops_description = _t('Fetches data from related Archivists Toolkit tables');
     ATRelatedGetterRefinery::$s_sql_field_cache = array();
     parent::__construct();
 }
コード例 #8
0
 public function __construct()
 {
     $this->ops_name = 'entityJoiner';
     $this->ops_title = _t('Entity joiner');
     $this->ops_description = _t('Converts data with partial entity names into a valid entities for import.');
     $this->opb_supports_relationships = true;
     parent::__construct();
 }
コード例 #9
0
 public function __construct()
 {
     $this->ops_name = 'entityHierarchyBuilder';
     $this->ops_title = _t('Entity hierarchy builder');
     $this->ops_description = _t('Builds an entity hierarchy.');
     $this->opb_returns_multiple_values = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->ops_name = 'listItemIndentedHierarchyBuilder';
     $this->ops_title = _t('Indexed list item hierarchy builder');
     $this->ops_description = _t('Imports spreadsheets with hierarchies expressed indented values spread across several columns as hierarchical lists.');
     $this->opb_returns_multiple_values = true;
     parent::__construct();
 }
コード例 #11
0
 public function __construct()
 {
     $this->ops_name = 'objectSplitter';
     $this->ops_title = _t('Object splitter');
     $this->ops_description = _t('Splits objects');
     $this->opb_returns_multiple_values = true;
     $this->opb_supports_relationships = true;
     parent::__construct();
 }
コード例 #12
0
 public function __construct()
 {
     $this->ops_name = 'placeHierarchyBuilder';
     $this->ops_title = _t('Place hierarchy builder');
     $this->ops_description = _t('Builds a place hierarchy.');
     $this->opb_returns_multiple_values = true;
     $this->opb_supports_relationships = true;
     parent::__construct();
 }
コード例 #13
0
 public function __construct()
 {
     $this->ops_name = 'loanSplitter';
     $this->ops_title = _t('Loan splitter');
     $this->ops_description = _t('Provides several loan-related import functions: splitting of multiple loans in a string into individual values, mapping of type and relationship type for related loans, and merging loan data with loan names.');
     $this->opb_returns_multiple_values = true;
     $this->opb_supports_relationships = true;
     parent::__construct();
 }
コード例 #14
0
 public function __construct()
 {
     $this->ops_name = 'entitySplitter';
     $this->ops_title = _t('Entity splitter');
     $this->ops_description = _t('Provides several entity-related import functions: splitting of entity names into component names (forename, surname, Etc.), splitting of many names in a string into separate names, and merging entity data with entity names (life dates, nationality, Etc.).');
     $this->opb_supports_relationships = true;
     $this->opb_returns_multiple_values = true;
     parent::__construct();
 }
コード例 #15
0
 public function __construct()
 {
     $this->ops_name = 'tourStopSplitter';
     $this->ops_title = _t('Tour stop splitter');
     $this->ops_description = _t('Provides several tourstop location-related import functions.');
     $this->opb_returns_multiple_values = true;
     $this->opb_supports_relationships = true;
     parent::__construct();
 }
コード例 #16
0
 public function __construct()
 {
     $this->ops_name = 'movementSplitter';
     $this->ops_title = _t('Movement splitter');
     $this->ops_description = _t('Provides several movement-related import functions: splitting of multiple movements in a string into individual values, mapping of type and relationship type for related movements, and merging movement data with movement names.');
     $this->opb_returns_multiple_values = true;
     $this->opb_supports_relationships = true;
     parent::__construct();
 }
コード例 #17
0
 public function __construct()
 {
     $this->ops_name = 'placeSplitter';
     $this->ops_title = _t('Place splitter');
     $this->ops_description = _t('Provides several place-related import functions: splitting of multiple places in a string into individual values, mapping of type and relationship type for related places, building place hierarchies and merging place data with names.');
     $this->opb_returns_multiple_values = true;
     $this->opb_supports_relationships = true;
     parent::__construct();
 }
コード例 #18
0
 public function __construct()
 {
     $this->ops_name = 'listItemSplitter';
     $this->ops_title = _t('List item splitter');
     $this->ops_description = _t('Provides several list item-related import functions: splitting of many items in a string into separate names, and merging entity data with item names.');
     $this->opb_returns_multiple_values = true;
     $this->opb_supports_relationships = true;
     parent::__construct();
 }