space
Previous Page | Next Page

SAS Namespace Types

ITSubscriber


Subclass of PrimaryType

Subtypes


Overview

An abstract type that represents a subscriber profile that is used to control how published content is delivered to a user. Typical delivery mechanisms are mail, message queue, or none. None is used by Portal users who will check the channel for new archived packages and view them on demand, rather than having them delivered at publication time.

Security Inheritance and Enforcement Rules

The following is a list of associations that are used to determine if this object should inherit access controls from another object (inheritance) or if the association is allowed for the object (enforcement). For more information about inheritance and enforcement rules, see the SAS 9.2 Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
DeliveryTransport String containing 'email', 'queue', or 'none'. Instructs the publishing system which delivery mechanism to use to deliver content to the user.   String 10  
QueueName Message queue name for content delivery to this subscriber.   String 80  
URL A relative URL for a DAV collection to put content for this subscriber.   String 512  

Inherited Attributes
Name Id Desc MetadataCreated MetadataUpdated ChangeState  LockedBy  PublicType  UsageVersion 

Associations

= indicates the resident side of an association, or where the association is persisted for cross-repository associations. If no resident side is indicated, this association may not cross repository boundaries.

Name Cardinality Description Associated Types
ContentDestination

Partner: ITSubscribers

0 to 1 The directory where content is published for this subscriber.   Directory
AnalyticContext
ProfileOwner

Partner: SubscriberIdentities

0 to 1 The person for whom this subscriber profile has been defined.  Person
SubscribedChannels

Partner: ChannelSubscriptions

0 to * The channels for this subscription profile.  ITChannel
SubscriberEmail

Partner: EmailSubscriber

0 to 1 E-mail address for a content subscriber.  Email

Inherited Associations
AccessControls/Objects , Changes/Objects , CustomAssociations/OwningObject , Documents/Objects , Extensions/OwningObject , ExternalIdentities/OwningObject , Groups/Members , Implementors/ImplementedObjects , Keywords/Objects , LocalizedAttributes/AssociatedLocalizedObject , Notes/Objects , PrimaryPropertyGroup/AssociatedObject , Prompts/PromptEnabledObject , Properties/AssociatedObject , PropertySets/OwningObject , ReferencedObjects/AssociatedObjects , ResponsibleParties/Objects , SourceTransformations/TransformationSources , SpecSourceTransformations/SourceSpecifications , SpecTargetTransformations/TargetSpecifications , TargetTransformations/TransformationTargets , Timestamps/Objects , Trees/Members , TSObjectNamespace/TSObjects , UsedByPrototypes/UsingPrototype , UsingPrototype/UsedByPrototypes , Variables/AssociatedObject 

Attribute Details

DeliveryTransport
     Type:  String 10  

String containing 'email', 'queue', or 'none'. Instructs the publishing system which delivery mechanism to use to deliver content to the user.

QueueName
     Type:  String 80  

Message queue name for content delivery to this subscriber.

URL
     Type:  String 512  

A relative URL for a DAV collection to put content for this subscriber.

Association Details

ContentDestination
     Cardinality:   0 to 1
     Partner:   ITSubscribers

The directory where content is published for this subscriber.  

Associated Types:
Directory   AnalyticContext

ProfileOwner
     Cardinality:   0 to 1
     Partner:   SubscriberIdentities

The person for whom this subscriber profile has been defined. 

Associated Types:
Person

SubscribedChannels
     Cardinality:   0 to *
     Partner:   ChannelSubscriptions

The channels for this subscription profile. 

Associated Types:
ITChannel

SubscriberEmail
     Cardinality:   0 to 1
     Partner:   EmailSubscriber

E-mail address for a content subscriber. 

Associated Types:
Email


space
Previous Page | Next Page | Top of Page