1.14 Content Type Syndication
SharePoint 2010 includes a new feature called Content Type
Syndication. As the name suggests, this feature provides you with the
capability to publish content
types from one designated site collection to other site collections,
Web applications, or even farms. In prior versions of SharePoint,
content types were limited to being configured within an individual
site collection. To share content types consistently across multiple
site collection, you often had to rely on custom code solutions or
third-party tools. SharePoint 2010 allows you to share content types in
much the same manner as enterprise metadata. When content types are
published using Content Type Syndication, the back-end services ensure the following.
-
Consistent application of metadata
-
Consistent application of policy
-
Consistent application of workflow associations
The following system and service elements are central to making Content Type Syndication work and must be configured prior to publishing content types.
Setting Up a Content Type Syndication Hub
Prior to configuring the service applications for syndication, you
need to set up a special designated site where your source content
types will be created and maintained. This will be a highly controlled
site, and only people responsible for managing and maintaining these
content types will have access. The hub can be based on any site
template, but for the examples here, you will set it up within a team
collaboration site, where the people managing these content types might
want to collaborate with each other while they manage the content types.
Begin by creating a new site collection in SharePoint Central
Administration. After you have created the new site, visit the site and
activate the Content Type Syndication Hub site collection level
feature. You can do this by clicking the Site Collection Features link
in the Site Collection Administration settings group on the Site
Settings page. Activating this feature will enable the functionality
needed to publish, unpublish, and republish source content types.
Setting Up the Managed Metadata Service
With the Content Type Syndication Hub site in place, you now must
configure the Managed Metadata Service to use this site as a designated
content type hub. To do this, perform the following steps.
-
Open a browser and go to the SharePoint Central Administration website.
-
Under Application Settings, click Manage Service Applications.
-
Highlight the Managed Metadata Service instance you want to use to
publish content types from the new hub site. To highlight, select the
service in the table without clicking the service’s name.
-
Click the Properties icon on the Ribbon.
-
Scroll down to the bottom of the Properties page to find the Content Type Hub property.
-
Enter the URL of the site collection you created for use as a content type hub.
-
Optionally, select the Report Syndication Import Errors From Site Collections Using This Service Application check box.
-
Click OK.
-
When you return to the Manage Service Applications page, select the
Managed Metadata Service Connection and click Properties on the Ribbon.
-
Select the check box labeled Consumed Content Types From The Content Type Gallery At <http://UrlYouSpecified>.
-
Click OK.
After you have specified a content type hub for an instance of the
Managed Metadata Service, you cannot change it or remove it. You may
elect to disable the syndication of content types from that hub on the
service connection side, but you would need to do so for every service
connection in the enterprise that consumes content from the given
service instance.
Publishing Content Types from the Hub
When you have established an active content type hub, you can begin to create content types for publishing. To do so, simply visit the site content type gallery, which can be found on the Site Settings
page, and click Create to get started. When you have created your new
content type and created or assigned the site columns, you are ready to
set up the new content type for publishing. Figure 22 shows an example content type that has been created for publishing within the Content Type Syndication Hub site. Notice the new Region column, which is a managed metadata field.
After you have created the content type, click the Manage Publishing For This Content Type link, shown in the Settings in Figure 22. From the Content Type Publishing page, you can perform the actions described in Table 11.
Table 11. Content Type Publishing for This Content Type
ACTION |
EXPLANATION |
---|
Publish |
Make this content type available for download for all Web applications (and site collections) consuming content types from this location. |
Unpublish |
Make this content type unavailable for download for all Web
applications (and site collections) consuming content types from this
location. Any copies of this content type being used in other site
collections will be unsealed and made into a local content type. |
Republish |
If you have made changes to this content type, the content type
needs to be republished before the changes are available for download
to all Web applications consuming content types from this location. |
This page also provides publishing history information, including
the date on which one or more service applications successfully
published this content type. After you have selected the action you
want to perform, click the OK button. Within a few minutes, the
published content type should become available in
site collections or Web applications that consume the associated
Managed Metadata Service. The content is made available through the
firing of a timer job that provides the back-end processing. If you
want to check on the status of the job or run the job immediately, you
can do so from the Monitoring area of SharePoint Central
Administration. The job is named Content Type Subscriber, and it will
be bound to the associated Web application that is consuming the
service.
Configure Content Type Publishing in Subscribed Site Collections
How do you know if your site collection is receiving content types
through syndication? There is a settings page available within Site
Settings that allows you to review which services are publishing
content types to your site collection. To access this page, click the
Content Type Publishing link in the Site Collection Administration
Settings group on the Site Settings page. The page provides the
settings options and information described in Table 12.
Table 12. Content Type Publishing for a Site Collection
SETTING |
EXPLANATION |
---|
Refresh All Published Content Types |
The next time the Content Type Subscriber timer job runs, update all
published content types. Select this check box and click OK. |
Content Type Publishing Error Log |
Contains errors that happened during content type syndication for this site. Click the link to view the log. |
Hubs |
Lists the service applications that are publishing
content types to this site collection. To edit content types that have
been published from these locations or to create and publish a new
content type, select the hub URL. To view the subscribed content type
on this site collection, select the content type name. |
Records management was introduced with SharePoint Server 2007, with
a special site template called the Records Center. The Records Center
site provided a set of capabilities for managing, disposing,
preserving, and holding records. Records Center sites were managed by a
special group of people called records managers,
whose responsibility it was to maintain the records stored in the site,
as well as monitor and update the routing rules (file plan) to ensure
that inbound records were stored in the correct place.
In SharePoint 2010, you can still manage records within a Records Center site, sometimes referred to as a records archive.
You can also opt to manage records in place, alongside active documents
where they are stored within the system. This is because many of the
features previously provided as part of the Records Center site are now
available as individual features that can be enabled within any site
collection. This provides you with maximum flexibility when determining
how best to manage declared records. For example, you could specify a
different retention policy for documents declared as records, or you
could have such documents moved to a records archive for storage and
management. You could also opt for a mixture of in-place records
management and archival records management, which involves holding a
document in place as a record for a specific duration and then
automatically moving it to a records archive for long-term storage and
management.
The following sections examine the records management capabilities
delivered with SharePoint 2010, including new features that enable you
to perform records management in any site. You will also explore the
administrative interfaces and configurable items of each feature and
cover key concepts that Microsoft considered when developing the
records management functionality in SharePoint 2010, including the
topics in the following list.
-
Records management and upfront preparation
-
Records management features
-
Improved Records Center site
-
In-place records management
-
eDiscovery and hold
-
Retention and reporting
-
Scalability
This section begins with a look at the need to perform upfront preparation before configuring records management.