Modifier and Type | Method and Description |
---|---|
protected S_LibraryObjectData |
LibrarySession.DMaddAccessControlEntry(Long id,
Long classId,
S_LibraryObjectDefinition sdef)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMAddRelationship(Long id,
Long classId,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMConvertToPrivateACL(Long id,
Long classId,
S_LibraryObjectDefinition sdef)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMCopyLibraryObject(Long id,
Long classId,
S_LibraryObjectDefinition sdef)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMCreateDefaultPolicyPropertyBundle(Long id,
Long classId)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
protected S_LibraryObjectData |
LibrarySession.DMCreateDefaultPropertyBundle(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMFindPublicObjectByPath(Long folder_id,
Long classid,
String path)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetDirectoryUserData()
Invokes the identically-name remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMgetLibraryObjectData(Long id,
Long classId,
String attributeName,
boolean selectFully)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetOurPrimaryUserProfile()
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetPrimaryUserProfile(Long id)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetPublicObjectData(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetSchemaObjectData(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetSimpleObjectData(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetSystemObjectData(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewBranchedVersionSeries(Long id,
Long classId,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewPublicObject(S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewRevision(Long id,
Long classId,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewSchemaObject(S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewSimpleObject(S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewSystemObject(S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewVersionSeries(Long id,
Long classId,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNextFolderItem(Long folder_id,
Long classid)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNextSelectorItem(long cursorId)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibraryObject.getData()
Gets the S_LibraryObjectData for this LibraryObject.
|
S_LibraryObjectData |
LibrarySession.getLibraryObjectData(Long id,
Long classId,
String attributeName,
boolean selectFully)
Gets the S_LibraryObjectData for the specified id and class id.
|
Modifier and Type | Method and Description |
---|---|
protected static AccessControlEntry |
AccessControlEntry.constructAccessControlEntry(LibrarySession sess,
S_LibraryObjectData data)
Construct AccessControlEntry from a S_LibraryObjectData
|
protected static AccessControlList |
AccessControlList.constructAccessControlList(LibrarySession sess,
S_LibraryObjectData data)
Returns AccessControlList from a S_LibraryObjectData
|
protected static ApplicationObject |
ApplicationObject.constructApplicationObject(LibrarySession sess,
S_LibraryObjectData data)
Returns an ApplicationObject from a data component object.
|
protected static Attribute |
Attribute.constructAttribute(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs an Attribute for the specified data.
|
protected static BranchRelationship |
BranchRelationship.constructBranchRelationship(LibrarySession sess,
S_LibraryObjectData data)
constructBranchRelationship - FixmeJavadocMethod
|
protected static Category |
Category.constructCategory(LibrarySession sess,
S_LibraryObjectData data)
Returns a Category object from a Category data object.
|
protected static ClassAccessControlList |
ClassAccessControlList.constructClassAccessControlList(LibrarySession sess,
S_LibraryObjectData data)
Return ClassAccessControlList from a S_LibraryObjectData
|
protected static ClassDomain |
ClassDomain.constructClassDomain(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ClassDomain for the specified data.
|
protected static ClassObject |
ClassObject.constructClassObject(LibrarySession sess,
S_LibraryObjectData data)
Internal use only: Constructs a ClassObject for the specified data.
|
protected static ContentObject |
ContentObject.constructContentObject(LibrarySession sess,
S_LibraryObjectData data)
Constructs a ContentObject object from the
S_LibraryObjectData object.
|
protected static ContentQuota |
ContentQuota.constructContentQuota(LibrarySession sess,
S_LibraryObjectData data)
Constructs a ContentQuota for the specified data.
|
protected static DirectoryGroup |
DirectoryGroup.constructDirectoryGroup(LibrarySession sess,
S_LibraryObjectData data)
Constructs a DirectoryGroup object from the S_LibraryObjectData object.
|
protected static DirectoryObject |
DirectoryObject.constructDirectoryObject(LibrarySession sess,
S_LibraryObjectData data)
Constructs a DirectoryObject from a S_LibraryObjectData.
|
protected static DirectoryUser |
DirectoryUser.constructDirectoryUser(LibrarySession sess,
S_LibraryObjectData data)
Constructs a DirectoryUser from a S_LibraryObjectData.
|
protected static Document |
Document.constructDocument(LibrarySession sess,
S_LibraryObjectData data)
Constructs a Document object from the
S_LibraryObjectData object.
|
protected static ExtendedPermission |
ExtendedPermission.constructExtendedPermission(LibrarySession sess,
S_LibraryObjectData data)
Constructs a ExtendedPermission object from the
S_LibraryObjectData object.
|
protected static ExtendedUserProfile |
ExtendedUserProfile.constructExtendedUserProfile(LibrarySession sess,
S_LibraryObjectData data)
Constructs a ExtendedUserProfile object from the definition object.
|
protected static Family |
Family.constructFamily(LibrarySession sess,
S_LibraryObjectData data)
Constructs a Family object from the
S_LibraryObjectData object.
|
protected static Folder |
Folder.constructFolder(LibrarySession sess,
S_LibraryObjectData data)
Constructs a Folder object from the S_LibraryObjectData object.
|
protected static FolderPathRelationship |
FolderPathRelationship.constructFolderPathRelationship(LibrarySession sess,
S_LibraryObjectData data)
Builds a FolderPathRelationship from a S_LibraryObjectData.
|
protected static FolderRelationship |
FolderRelationship.constructFolderRelationship(LibrarySession sess,
S_LibraryObjectData data)
Builds a FolderRelationship from a S_LibraryObjectData.
|
protected static Format |
Format.constructFormat(LibrarySession sess,
S_LibraryObjectData data)
constructFormat - FixmeJavadocMethod
|
protected static GroupMemberRelationship |
GroupMemberRelationship.constructGroupMemberRelationship(LibrarySession sess,
S_LibraryObjectData data)
Constructs a GroupMemberRelationship from a S_DirectoryObjectData.
|
protected LibraryObject |
LibrarySession.constructInstance(S_LibraryObjectData data)
construct a LibraryObject Instance
|
protected static LibraryObject |
LibraryObject.constructLibraryObject(LibrarySession sess,
S_LibraryObjectData data) |
protected static Link |
Link.constructLink(LibrarySession sess,
S_LibraryObjectData data)
Returns a Link object from a Link data object.
|
protected static NamedRelationship |
NamedRelationship.constructNamedRelationship(LibrarySession sess,
S_LibraryObjectData data) |
protected static PermissionBundle |
PermissionBundle.constructPermissionBundle(LibrarySession sess,
S_LibraryObjectData data)
Construct a permission bundle object from data corresponding to
it.
|
protected static Policy |
Policy.constructPolicy(LibrarySession sess,
S_LibraryObjectData data)
Constructs a Policy from a S_LibraryObjectData.
|
protected static PolicyListElement |
PolicyListElement.constructPolicyListElement(LibrarySession sess,
S_LibraryObjectData data)
Construct PolicyListElement from a S_LibraryObjectData
|
protected static PrimaryUserProfile |
PrimaryUserProfile.constructPrimaryUserProfile(LibrarySession sess,
S_LibraryObjectData data)
Constructs a PrimaryUserProfile object from the definition object.
|
protected static Property |
Property.constructProperty(LibrarySession session,
S_LibraryObjectData data)
Constructs a Property from a S_LibraryObjectData.
|
protected static PropertyBundle |
PropertyBundle.constructPropertyBundle(LibrarySession sess,
S_LibraryObjectData data)
Constructs a PropertyBundle from the specified data.
|
protected static PublicObject |
PublicObject.constructPublicObject(LibrarySession sess,
S_LibraryObjectData data) |
protected static Queue |
Queue.constructQueue(LibrarySession sess,
S_LibraryObjectData data)
constructQueue FixmeJavadocMethod
|
protected static Relationship |
Relationship.constructRelationship(LibrarySession sess,
S_LibraryObjectData data)
Return Relationship from a Relationship data
|
protected static SchemaCategory |
SchemaCategory.constructSchemaCategory(LibrarySession sess,
S_LibraryObjectData data)
Returns a SchemaCategory object from a SchemaCategory data object.
|
protected static SchemaObject |
SchemaObject.constructSchemaObject(LibrarySession sess,
S_LibraryObjectData data)
Internal use only: Constructs a SchemaObject for the specified data.
|
protected static SearchObject |
SearchObject.constructSearchObject(LibrarySession sess,
S_LibraryObjectData data)
Deprecated.
Internal function used for constructing SearchObject
|
protected static SelectorObject |
SelectorObject.constructSelectorObject(LibrarySession sess,
S_LibraryObjectData data)
return SelectorObject from a SelectorObjectDefinitions
|
protected static SystemAccessControlList |
SystemAccessControlList.constructSystemAccessControlList(LibrarySession sess,
S_LibraryObjectData data)
Constructs a SystemAccessControlList object using a data object
corresponding to it.
|
protected static SystemCategory |
SystemCategory.constructSystemCategory(LibrarySession sess,
S_LibraryObjectData data)
Returns a SystemCategory object from a SystemCategory data object.
|
protected static SystemObject |
SystemObject.constructSystemObject(LibrarySession sess,
S_LibraryObjectData data)
return SystemObject from a S_LOData.
|
protected static UserProfile |
UserProfile.constructUserProfile(LibrarySession sess,
S_LibraryObjectData data)
Constructs a UserProfile object from the definition object.
|
protected static ValueDefault |
ValueDefault.constructValueDefault(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDefault for the specified data.
|
protected static ValueDefaultPropertyBundle |
ValueDefaultPropertyBundle.constructValueDefaultPropertyBundle(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDefaultPropertyBundle for the
specified data.
|
protected static ValueDomain |
ValueDomain.constructValueDomain(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDomain for the specified data.
|
protected static ValueDomainPropertyBundle |
PolicyPropertyBundle.constructValueDomainPropertyBundle(LibrarySession session,
S_LibraryObjectData data)
Deprecated.
Constructs a ValueDomainPropertyBundle for the specified data.
|
protected static ValueDomainPropertyBundle |
ValueDomainPropertyBundle.constructValueDomainPropertyBundle(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDomainPropertyBundle for the
specified data.
|
protected static VersionDescription |
VersionDescription.constructVersionDescription(LibrarySession sess,
S_LibraryObjectData data)
Return VersionDescription from a VersionDescription data.
|
protected static VersionSeries |
VersionSeries.constructVersionSeries(LibrarySession sess,
S_LibraryObjectData data)
Constructs a VersionSeries from data corresponding to it.
|
LibraryObject |
LibrarySession.getLibraryObject(S_LibraryObjectData data)
getLibraryObject - lookup a LibraryObject by its data.
|
Constructor and Description |
---|
AccessControlEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a AccessControlEntry object.
|
AccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a AccessControlList object - standard variant.
|
ActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ActionSpecification object.
|
ActivityRecord(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ActivityRecord object.
|
ActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ActivitySpecification object.
|
Actor(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Actor.
|
ActorRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ActorRelation object.
|
ApplicationObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an ApplicationObject object of the standard variant.
|
ApplicationToken(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct an ApplicationToken object.
|
AttachmentRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a AttachmentRelation.
|
Attribute(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Internal use only: Constructs an Attribute.
|
BranchRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BranchRelationship object - standard variant.
|
Category(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Category object - standard variant.
|
ClassAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ClassAccessControlList object - standard variant.
|
ClassDomain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ClassDomain.
|
ClassObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ClassObject.
|
CompositeGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CompositeGroup object.
|
ConfigurationCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ConfigurationCategory object.
|
ContactList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ContactList object.
|
ContentController(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ContentController object.
|
ContentObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ContentObject object - standard variant.
|
ContentQuota(LibrarySession session,
Long id,
Long classid,
S_LibraryObjectData data)
Construct a ContentQuota object - standard variant.
|
ContentVaultEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ContentVaultEntry object.
|
Conversation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Conversation object.
|
ConversationRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ConversationRelation object.
|
CustomMediaDriverSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a CustomMediaDriverSpecification object.
|
DefinitionObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DefinitionObject object.
|
DependentView(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DependentView object.
|
DirectoryGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a DirectoryGroup object - standard variant.
|
DirectoryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a DirectoryObject object.
|
DirectoryUser(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DirectoryUser object.
|
Document(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Document object - standard variant.
|
ExtendedPermission(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ExtendedPermission object - standard variant.
|
ExtendedUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ExtendedUserProfile object.
|
ExternalRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ExternalRetentionPolicy object.
|
Family(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Family object - standard variant.
|
Folder(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Folder object - standard variant.
|
FolderLink(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a FolderLink object - standard variant.
|
FolderPathRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a FolderPathRelationship object - standard variant.
|
FolderRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a FolderRelationship object - standard variant.
|
Format(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Format object - standard variant.
|
GroupMemberRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a GroupMemberRelationship.
|
InterMediaAudio(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaAudio object - standard variant.
|
InterMediaAudioCdTrack(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaAudioCdTrack object - standard variant.
|
InterMediaImage(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaImage object - standard variant.
|
InterMediaMovie(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaMovie object - standard variant.
|
InterMediaSource(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaSource object - standard variant.
|
InterMediaVideo(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaVideo object - standard variant.
|
InternalRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InternalRetentionPolicy object.
|
LibraryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an IFS object - standard variant.
|
LifecycleDateRuleSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LifecycleDateRuleSpecification object.
|
LifecyclePolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LifecyclePolicy object.
|
LifecyclePolicyActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LifecyclePolicyActionSpecification object.
|
LifecyclePolicyEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LifecyclePolicyEntry object.
|
Link(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Link object - standard variant.
|
LockEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LockEntry object.
|
LockObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a LockObject object.
|
Media(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Media object.
|
MediaBfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MediaBfile object.
|
MediaBlob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MediaBlob object.
|
MediaCustom(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MediaCustom object.
|
MediaLob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MediaLob object.
|
MessageEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MessageEntry.
|
MessageList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MessageList.
|
MountPoint(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MountPoint object - standard variant.
|
NamedRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a NamedRelationship object - standard variant.
|
NodeConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a NodeConfiguration.
|
PerformedActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PerformedActivitySpecification object.
|
PermissionBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PermissionBundle object - standard variant.
|
Policy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Policy.
|
PolicyList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PolicyList object - standard variant.
|
PolicyListElement(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PolicyListElement object - standard variant.
|
PolicyPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Deprecated.
Constructs a PolicyPropertyBundle.
|
PrimaryUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a PrimaryUserProfile.
|
Printer(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Printer object - standard variant.
|
PrintJob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PrintJob object - standard variant.
|
Property(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Property.
|
PropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PropertyBundle.
|
PublicObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a PublicObject object - standard variant.
|
Queue(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Queue object - standard variant.
|
Relation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Relation object.
|
Relationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Relationship object - standard variant.
|
RetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a RetentionPolicy object.
|
SchemaCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Schema Category object - standard variant.
|
SchemaObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Internal use only: Constructs a SchemaObject.
|
SearchObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Deprecated.
Construct a Search Object, standard variant.
|
SelectorObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SelectorObject object - standard variant.
|
ServerConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ServerConfiguration.
|
ServiceConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ServiceConfiguration.
|
SimpleObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SimpleObject object.
|
SimpleProperty(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SimpleProperty object.
|
SimplePropertyTable(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SimplePropertyTable object.
|
SimplePropertyTableList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SimplePropertyTableList object.
|
SortObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SortObject object.
|
StorageGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a StorageGroup object.
|
SystemAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SystemAccessControlList object - standard variant.
|
SystemCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a System Category object - standard variant.
|
SystemLockEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a SystemLockEntry object.
|
SystemLockObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a SystemLockObject object - standard variant.
|
SystemObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SystemObject object - standard variant.
|
TieAccessControlEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAccessControlEntry.
|
TieAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAccessControlList.
|
TieActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActionSpecification.
|
TieActivityRecord(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActivityRecord.
|
TieActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActivitySpecification.
|
TieActor(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActor.
|
TieActorRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActorRelation.
|
TieApplicationObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieApplicationObject.
|
TieApplicationToken(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieApplicationToken.
|
TieAttachmentRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieAttachmentRelation.
|
TieAuditHandlerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAuditHandlerSpecification.
|
TieAuditSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAuditSpecification.
|
TieAuditTargetSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieAuditTargetSpecification.
|
TieAuditTypeEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieAuditTypeEntry.
|
TieAuditTypeList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieAuditTypeList.
|
TieAutoFolderingActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAutoFolderingActionSpecification.
|
TieBranchRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieBranchRelationship.
|
TieCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieCategory.
|
TieClassAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieClassAccessControlList.
|
TieClassDomain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieClassDomain.
|
TieCompositeGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieCompositeGroup.
|
TieConfigurationCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieConfigurationCategory.
|
TieContactList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieContactList.
|
TieContentController(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieContentController.
|
TieContentObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieContentObject.
|
TieContentQuota(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieContentQuota.
|
TieContentVaultEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieContentVaultEntry.
|
TieControllerAlert(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerAlert.
|
TieControllerJob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerJob.
|
TieControllerLoadRatio(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerLoadRatio.
|
TieControllerPlan(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerPlan.
|
TieControllerPlanExecution(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerPlanExecution.
|
TieControllerReply(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerReply.
|
TieControllerRequest(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerRequest.
|
TieControllerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieControllerState.
|
TieConversation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieConversation.
|
TieConversationRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieConversationRelation.
|
TieCustomMediaDriverSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieCustomMediaDriverSpecification.
|
TieDefinitionObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieDefinitionObject.
|
TieDependentView(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieDependentView.
|
TieDirectoryGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDirectoryGroup.
|
TieDirectoryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDirectoryObject.
|
TieDirectoryUser(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDirectoryUser.
|
TieDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDocument.
|
TieExtendedPermission(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieExtendedPermission.
|
TieExtendedUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieExtendedUserProfile.
|
TieExternalRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieExternalRetentionPolicy.
|
TieFamily(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFamily.
|
TieFolder(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFolder.
|
TieFolderLink(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFolderLink.
|
TieFolderPathRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFolderPathRelationship.
|
TieFolderRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFolderRelationship.
|
TieFormat(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFormat.
|
TieGroupMemberRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieGroupMemberRelationship.
|
TieHandlerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieHandlerState.
|
TieInterMediaAudio(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaAudio.
|
TieInterMediaAudioCdTrack(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaAudioCdTrack.
|
TieInterMediaImage(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaImage.
|
TieInterMediaMovie(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaMovie.
|
TieInterMediaSource(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaSource.
|
TieInterMediaVideo(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaVideo.
|
TieInternalRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieInternalRetentionPolicy.
|
TieLibraryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieLibraryObject.
|
TieLifecycleDateRuleSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLifecycleDateRuleSpecification.
|
TieLifecyclePolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLifecyclePolicy.
|
TieLifecyclePolicyActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLifecyclePolicyActionSpecification.
|
TieLifecyclePolicyEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLifecyclePolicyEntry.
|
TieLink(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieLink.
|
TieLockEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLockEntry.
|
TieLockObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieLockObject.
|
TieMedia(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMedia.
|
TieMediaBfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMediaBfile.
|
TieMediaBlob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMediaBlob instance.
|
TieMediaCustom(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMediaCustom instance.
|
TieMediaLob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMediaLob instance.
|
TieMessageEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMessageEntry.
|
TieMessageList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMessageList.
|
TieMountPoint(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMountPoint.
|
TieNamedRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieNamedRelationship.
|
TieNodeConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieNodeConfiguration.
|
TieNodeState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieNodeState.
|
TieOperationActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieOperationActionSpecification.
|
TiePerformedActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TiePerformedActivitySpecification.
|
TiePermissionBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePermissionBundle.
|
TiePolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePolicy.
|
TiePolicyList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePolicyList.
|
TiePolicyListElement(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePolicyListElement.
|
TiePolicyPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Deprecated.
Constructs a TiePolicyPropertyBundle.
|
TiePrimaryUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePrimaryUserProfile.
|
TiePrinter(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePrinter.
|
TiePrintJob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePrintJob.
|
TieProperty(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieProperty.
|
TiePropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePropertyBundle.
|
TiePublicObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePublicObject.
|
TieQueue(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieQueue.
|
TieRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieRelation.
|
TieRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieRelationship.
|
TieRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieRetentionPolicy.
|
TieRuntimeState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieRuntimeState.
|
TieSchemaCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSchemaCategory.
|
TieSchemaObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSchemaObject.
|
TieSearchObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
TieSelectorObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSelectorObject.
|
TieServerConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServerConfiguration.
|
TieServerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServerSpecification.
|
TieServerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServerState.
|
TieServiceConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServiceConfiguration.
|
TieServiceState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServiceState.
|
TieSimpleObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSimpleObject.
|
TieSimpleProperty(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSimpleProperty.
|
TieSimplePropertyTable(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSimplePropertyTable.
|
TieSimplePropertyTableList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSimplePropertyTableList.
|
TieSortObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSortObject.
|
TieStorageGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieStorageGroup.
|
TieSystemAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSystemAccessControlList.
|
TieSystemCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSystemCategory.
|
TieSystemLockEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSystemLockEntry.
|
TieSystemLockObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSystemLockObject.
|
TieSystemObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSystemObject.
|
TieTrackedActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieTrackedActivitySpecification.
|
TieUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieUserProfile.
|
TieValueDefault(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieValueDefault.
|
TieValueDefaultPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieValueDefaultPropertyBundle.
|
TieValueDomain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieValueDomain.
|
TieValueDomainPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieValueDomainPropertyBundle.
|
TieVersionDescription(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieVersionDescription.
|
TieVersionSeries(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieVersionSeries.
|
TrackedActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TrackedActivitySpecification object.
|
UserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a UserProfile object - standard variant.
|
ValueDefault(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ValueDefault.
|
ValueDefaultPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDefaultPropertyBundle.
|
ValueDomain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ValueDomain.
|
ValueDomainPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDomainPropertyBundle.
|
VersionDescription(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a VersionDescription object - standard variant.
|
VersionSeries(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a VersionSeries object - standard variant.
|
Constructor and Description |
---|
AuditHandlerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditHandlerSpecification object.
|
AuditSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditSpecification object.
|
AuditTargetSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditTargetSpecification object.
|
AuditTypeEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditTypeEntry object.
|
AuditTypeList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditTypeList object.
|
AutoFolderingActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a AutoFolderingActionSpecification object.
|
ControllerAlert(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerAlert object.
|
ControllerJob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerJob object.
|
ControllerLoadRatio(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerLoadRatio object.
|
ControllerPlan(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerPlan object.
|
ControllerPlanExecution(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerPlanExecution object.
|
ControllerReply(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerReply object.
|
ControllerRequest(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerRequest object.
|
ControllerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerState object.
|
HandlerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a HandlerState object.
|
NodeState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a NodeState object.
|
OperationActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a OperationActionSpecification object.
|
RuntimeState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a RuntimeState object.
|
ServerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an ServerSpecification object.
|
ServerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ServerState object.
|
ServiceState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ServiceState object.
|
Constructor and Description |
---|
CoreNlpRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CoreNlpRegexRule object.
|
DependencyMatcherRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DependencyMatcherRegexRule object.
|
EntityRulerRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a EntityRulerRegexRule object.
|
InformationExtraction(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtraction object.
|
InformationExtractionAbstractSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionAbstractSpecification object.
|
InformationExtractionCorefChain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionCorefChain object.
|
InformationExtractionDependencyGraphEdge(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionDependencyGraphEdge object.
|
InformationExtractionDomainSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionDomainSpecification object.
|
InformationExtractionEntityMention(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionEntityMention object.
|
InformationExtractionEntityPhrase(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionEntityPhrase object.
|
InformationExtractionEntityRelationType(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionEntityRelationType object.
|
InformationExtractionEntityType(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionEntityType object.
|
InformationExtractionFinisherSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionFinisherSpecification object.
|
InformationExtractionImplicitEntityRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionImplicitEntityRelation object.
|
InformationExtractionLegalEntityRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionLegalEntityRelation object.
|
InformationExtractionOutcome(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionOutcome object.
|
InformationExtractionOutcomeMarking(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionOutcomeMarking object.
|
InformationExtractionOutcomeMarkingRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionOutcomeMarkingRelation object.
|
InformationExtractionParserSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionParserSpecification object.
|
InformationExtractionPreparerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionPreparerSpecification object.
|
InformationExtractionRegexMapping(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRegexMapping object.
|
InformationExtractionRegexPattern(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRegexPattern object.
|
InformationExtractionRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRegexRule object.
|
InformationExtractionRelationMention(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRelationMention object.
|
InformationExtractionRelationTriple(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRelationTriple object.
|
InformationExtractionResultSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionResultSet object.
|
InformationExtractionSentence(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionSentence object.
|
InformationExtractionSolverSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionSolverSpecification object.
|
InformationExtractionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionSpecification object.
|
InformationExtractionToken(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionToken object.
|
InformationExtractionTokenList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionTokenList object.
|
InformationExtractionTrainerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionTrainerSpecification object.
|
InformationExtractionTrainingSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionTrainingSet object.
|
TieCoreNlpRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieCoreNlpRegexRule.
|
TieDependencyMatcherRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDependencyMatcherRegexRule.
|
TieEntityRulerRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieEntityRulerRegexRule.
|
TieInformationExtraction(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtraction.
|
TieInformationExtractionAbstractSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionAbstractSpecification.
|
TieInformationExtractionCorefChain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionCorefChain.
|
TieInformationExtractionDependencyGraphEdge(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionDependencyGraphEdge.
|
TieInformationExtractionDomainSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionDomainSpecification.
|
TieInformationExtractionEntityMention(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionEntityMention.
|
TieInformationExtractionEntityPhrase(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionEntityPhrase.
|
TieInformationExtractionEntityRelationType(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionEntityRelationType.
|
TieInformationExtractionEntityType(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionEntityType.
|
TieInformationExtractionFinisherSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionFinisherSpecification.
|
TieInformationExtractionImplicitEntityRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionImplicitEntityRelation.
|
TieInformationExtractionLegalEntityRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionLegalEntityRelation.
|
TieInformationExtractionOutcome(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionOutcome.
|
TieInformationExtractionOutcomeMarking(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionOutcomeMarking.
|
TieInformationExtractionOutcomeMarkingRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionOutcomeMarkingRelation.
|
TieInformationExtractionParserSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionParserSpecification.
|
TieInformationExtractionPreparerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionPreparerSpecification.
|
TieInformationExtractionRegexMapping(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRegexMapping.
|
TieInformationExtractionRegexPattern(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRegexPattern.
|
TieInformationExtractionRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRegexRule.
|
TieInformationExtractionRelationMention(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRelationMention.
|
TieInformationExtractionRelationTriple(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRelationTriple.
|
TieInformationExtractionResultSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionResultSet.
|
TieInformationExtractionSentence(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionSentence.
|
TieInformationExtractionSolverSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionSolverSpecification.
|
TieInformationExtractionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionSpecification.
|
TieInformationExtractionToken(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionToken.
|
TieInformationExtractionTokenList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionTokenList.
|
TieInformationExtractionTrainerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionTrainerSpecification.
|
TieInformationExtractionTrainingSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionTrainingSet.
|
TieTokenMatcherRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieTokenMatcherRegexRule.
|
TokenMatcherRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TokenMatcherRegexRule object.
|
Constructor and Description |
---|
MediaOptionsTestMedia(S_LibrarySession session,
S_LibraryObjectData data) |
Constructor and Description |
---|
RecipeDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructor
|
S_LocalizerAppObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_LocalizerAppObject
|
S_RecipeDocument(S_LibrarySession session,
S_LibraryObjectData data)
Constructor
|
T1kDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a T1kDocument object - standard variant.
|
Constructor and Description |
---|
Community(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Community object.
|
CommunityActivityRecord(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CommunityActivityRecord object.
|
CommunityConversation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CommunityConversation object.
|
CommunityMember(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CommunityMember object.
|
Invitation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Posting object.
|
Posting(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Posting object.
|
PostingActivityRecord(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PostingActivityRecord object.
|
Constructor and Description |
---|
BinaryDevice(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BinaryDevice object.
|
Door(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Door object.
|
Gateway(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Gateway object.
|
Light(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Light object.
|
Switch(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Switch object.
|
Constructor and Description |
---|
SmartHome(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SmartHome object.
|
SmartHomeItem(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SmartHomeItem object.
|
Constructor and Description |
---|
StixAttackDamage(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttackDamage object.
|
StixAttackerIdentity(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttackerIdentity object.
|
StixAttackIncident(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttackIncident object.
|
StixAttackPattern(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttackPattern object.
|
StixAttributedToRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttributedToRelation object.
|
StixAuxiliaryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAuxiliaryObject object.
|
StixCampaign(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixCampaign object.
|
StixCooperatingRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixCooperatingRelation object.
|
StixCourseOfAction(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixCourseOfAction object.
|
StixDefenderIdentity(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixDefenderIdentity object.
|
StixDerivedFromRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixDerivedFromRelation object.
|
StixDomainObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixDomainObject object.
|
StixDuplicateOfRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixDuplicateOfRelation object.
|
StixIdentity(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixIdentity object.
|
StixImpersonatesRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixImpersonatesRelation object.
|
StixIndicatesRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixIndicatesRelation object.
|
StixIndicator(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixIndicator object.
|
StixIntrusionSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixIntrusionSet object.
|
StixLocation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixLocation object.
|
StixMalware(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixMalware object.
|
StixMitigatesRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixMitigatesRelation object.
|
StixObservedData(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixObservedData object.
|
StixObserverIdentity(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixObserverIdentity object.
|
StixRelatedToRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixRelatedToRelation object.
|
StixRelationObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixRelationObject object.
|
StixReport(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixReport object.
|
StixReportedRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixReportedRelation object.
|
StixTargetsRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixTargetsRelation object.
|
StixThreatActor(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixThreatActor object.
|
StixTimeReference(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixTimeReference object.
|
StixTool(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixTool object.
|
StixUsesRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixUsesRelation object.
|
StixVariantOfRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixVariantOfRelation object.
|
StixVulnerability(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixVulnerability object.
|
Constructor and Description |
---|
BaseballStatistics(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BaseballStatistics object.
|
BatterMilestone(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BatterMilestone object.
|
BatterStatistics(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BatterStatistics object.
|
BriefWeatherSummary(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BriefWeatherSummary object.
|
CompositeScoutingGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CompositeScoutingGroup object.
|
DetailedWeatherSummary(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DetailedWeatherSummary object.
|
PitcherStatistics(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PitcherStatistics object.
|
PlateAppearance(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PlateAppearance object.
|
PlayerDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PlayerDocument object.
|
S_BatterMilestone(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_BatterMilestone.
|
ScoutingGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ScoutingGroup object.
|
SportsStatistics(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SportsStatistics object.
|
WeatherSummary(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a WeatherSummary object.
|
WeatherSummarySource(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a WeatherSummarySource object.
|
Constructor and Description |
---|
DavCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DavCategory object - standard variant.
|
TieDavCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieDavCategory object
|
Constructor and Description |
---|
S_DavCategory(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_DavCategory object.
|
S_TieDavCategory(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieDavCategory object.
|
Constructor and Description |
---|
BodyPartRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BodyPartRelationship object - standard variant.
|
EmailUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a EmailUserProfile object - standard variant.
|
Mailbox(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Mailbox object - standard variant.
|
MailDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a MailDocument object - standard variant.
|
MailFolder(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a MailFolder object - standard variant.
|
Message(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Message object - standard variant.
|
Rfc822ContentObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Rfc822ContentObject object - standard variant.
|
Rfc822Message(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Rfc822Message object - standard variant.
|
TieBodyPartRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieBodyPartRelationship object
|
TieEmailUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieEmailUserProfile object
|
TieMailbox(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMailbox object
|
TieMailDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMailDocument object
|
TieMailFolder(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMailFolder object
|
TieMessage(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMessage object
|
TieRfc822ContentObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieRfc822ContentObject object
|
TieRfc822Message(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieRfc822Message object
|
Constructor and Description |
---|
S_BodyPartRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_BodyPartRelationship object.
|
S_EmailUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_EmailUserProfile object.
|
S_Mailbox(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Mailbox object.
|
S_MailDocument(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_MailDocument object.
|
S_MailFolder(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_MailFolder object.
|
S_Message(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Message object.
|
S_Rfc822ContentObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Rfc822ContentObject object.
|
S_Rfc822Message(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Rfc822Message object.
|
S_TieBodyPartRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieBodyPartRelationship object.
|
S_TieEmailUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieEmailUserProfile object.
|
S_TieMailbox(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieMailbox object.
|
S_TieMailDocument(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieMailDocument object.
|
S_TieMailFolder(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieMailFolder object.
|
S_TieMessage(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieMessage object.
|
S_TieRfc822ContentObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieRfc822ContentObject for an
existing CONTENTOBJECT.
|
S_TieRfc822Message(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieRfc822Message object.
|
Modifier and Type | Class and Description |
---|---|
class |
S_AttributeData
An S_AttributeData contains the data of S_Attributes.
|
class |
S_ClassObjectData
The S_LibraryObjectData class is an opaque class
used to manage the data for an iFS CLASSOBJECT.
|
Modifier and Type | Method and Description |
---|---|
S_LibraryObjectData |
S_AccessControlList.addACE(S_LibraryObjectDefinition sdef)
Adds an ACE to the this object.
|
protected S_LibraryObjectData |
S_AccessControlList.addACE(S_LibraryObjectDefinition sdef,
boolean updateAclDiscTable)
Adds an ACE to the this object.
|
protected S_LibraryObjectData |
S_PublicObject.addRelationship(S_LibraryObjectDefinition def)
Add a relationship to another public object
|
protected S_LibraryObjectData |
S_LibrarySession.constructLibraryObjectData(S_LibraryObjectSelector sel,
Long id)
Construct an S_LibraryObjectData by singleton-selecting the
specified object using the specified S_LibraryObjectSelector.
|
protected S_LibraryObjectData |
S_LibraryObject.createInstance(OperationState opState,
S_LibraryObjectDefinition def)
Create a new instance.
|
S_LibraryObjectData |
S_LibrarySession.DMaddAccessControlEntry(Long id,
Long classId,
S_LibraryObjectDefinition sdef)
Adds an S_AccessControlEntry to the specified S_AccessControlList.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMaddAccessControlEntry(Long id,
Long classId,
S_LibraryObjectDefinition sdef) |
S_LibraryObjectData |
S_LibrarySession.DMAddRelationship(Long id,
Long classId,
S_LibraryObjectDefinition rdef)
Adds a relationship for the specified S_PublicObject.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMAddRelationship(Long id,
Long classId,
S_LibraryObjectDefinition def) |
S_LibraryObjectData |
S_LibrarySession.DMConvertToPrivateACL(Long id,
Long classId,
S_LibraryObjectDefinition sdef)
Makes the specified S_PublicObject have a private S_AccessControlList.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMConvertToPrivateACL(Long id,
Long classId,
S_LibraryObjectDefinition sdef) |
S_LibraryObjectData |
S_LibrarySession.DMCopyLibraryObject(Long id,
Long classId,
S_LibraryObjectDefinition sdef)
Copies the specified S_LibraryObject.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMCopyLibraryObject(Long id,
Long classId,
S_LibraryObjectDefinition sdef) |
S_LibraryObjectData |
S_LibrarySession.DMCreateDefaultPolicyPropertyBundle(Long id,
Long classId)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMCreateDefaultPolicyPropertyBundle(Long id,
Long classId) |
S_LibraryObjectData |
S_LibrarySession.DMCreateDefaultPropertyBundle(Long id,
Long classId)
Creates a default PropertyBundle.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMCreateDefaultPropertyBundle(Long id,
Long classId) |
S_LibraryObjectData |
S_LibrarySession.DMFindPublicObjectByPath(Long folder_id,
Long classid,
String path)
Finds an S_PublicObject by its path relative to a specified S_Folder.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMFindPublicObjectByPath(Long folder_id,
Long classid,
String path) |
S_LibraryObjectData |
S_LibrarySession.DMGetDirectoryUserData()
Gets the S_LibraryObjectData for the current S_DirectoryUser
for this S_LibrarySession.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetDirectoryUserData() |
S_LibraryObjectData |
S_LibrarySession.DMgetLibraryObjectData(Long id,
Long classId,
String attributeName,
boolean selectFully)
Gets the S_LibraryObjectData for the specified id and class id.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMgetLibraryObjectData(Long id,
Long classId,
String attributeName,
boolean selectFully) |
S_LibraryObjectData |
S_LibrarySession.DMGetOurPrimaryUserProfile()
Gets the S_PrimaryUserProfile of current S_DirectoryUser for
this S_LibrarySession.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetOurPrimaryUserProfile() |
S_LibraryObjectData |
S_LibrarySession.DMGetPrimaryUserProfile(Long id)
Gets the S_PrimaryUserProfile of the specified S_DirectoryUser.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetPrimaryUserProfile(Long id) |
S_LibraryObjectData |
S_LibrarySession.DMGetPublicObjectData(Long id,
Long classId)
Gets the S_LibraryObjectData for the specified S_PublicObject.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetPublicObjectData(Long id,
Long classId) |
S_LibraryObjectData |
S_LibrarySession.DMGetSchemaObjectData(Long id,
Long classId)
Gets the S_LibraryObjectData for the specified S_SchemaObject.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetSchemaObjectData(Long id,
Long classId) |
S_LibraryObjectData |
S_LibrarySession.DMGetSimpleObjectData(Long id,
Long classId)
Gets the S_LibraryObjectData for the specified S_SimpleObject.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetSimpleObjectData(Long id,
Long classId) |
S_LibraryObjectData |
S_LibrarySession.DMGetSystemObjectData(Long id,
Long classId)
Gets the S_LibraryObjectData for the specified S_SystemObject.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetSystemObjectData(Long id,
Long classId) |
S_LibraryObjectData |
S_LibrarySession.DMNewBranchedVersionSeries(Long id,
Long classId,
S_LibraryObjectDefinition def)
Branches an S_VersionSeries at the specified S_VersionDescription,
resulting in a new S_VersionSeries, S_VersionDescription, and
S_BranchRelationship.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewBranchedVersionSeries(Long id,
Long classId,
S_LibraryObjectDefinition def) |
S_LibraryObjectData |
S_LibrarySession.DMNewPublicObject(S_LibraryObjectDefinition def)
Creates a new S_PublicObject based on the specified
S_LibraryObjectDefinition.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewPublicObject(S_LibraryObjectDefinition def) |
S_LibraryObjectData |
S_LibrarySession.DMNewRevision(Long id,
Long classId,
S_LibraryObjectDefinition def)
Creates a new S_VersionDescription in the specified S_VersionSeries.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewRevision(Long id,
Long classId,
S_LibraryObjectDefinition def) |
S_LibraryObjectData |
S_LibrarySession.DMNewSchemaObject(S_LibraryObjectDefinition def)
Creates a new S_SchemaObject based on the specified
S_LibraryObjectDefinition.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewSchemaObject(S_LibraryObjectDefinition def) |
S_LibraryObjectData |
S_LibrarySession.DMNewSimpleObject(S_LibraryObjectDefinition def)
Creates a new S_SimpleObject based on the specified
S_LibraryObjectDefinition.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewSimpleObject(S_LibraryObjectDefinition def) |
S_LibraryObjectData |
S_LibrarySession.DMNewSystemObject(S_LibraryObjectDefinition def)
Creates a new S_SystemObject based on the specified
S_LibraryObjectDefinition.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewSystemObject(S_LibraryObjectDefinition def) |
S_LibraryObjectData |
S_LibrarySession.DMNewVersionSeries(Long id,
Long classId,
S_LibraryObjectDefinition def)
Creates a secondary S_VersionSeries for the specified S_Family.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewVersionSeries(Long id,
Long classId,
S_LibraryObjectDefinition def) |
S_LibraryObjectData |
S_LibrarySession.DMNextFolderItem(Long folder_id,
Long classid)
Gets the next item in the specified S_Folder.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNextFolderItem(Long folder_id,
Long classid) |
S_LibraryObjectData |
S_LibrarySession.DMNextSelectorItem(long selId)
Gets the next item in the specified selector.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNextSelectorItem(long cursorId) |
protected S_LibraryObjectData |
S_LibrarySession.findLibraryObjectData(Long id)
Finds the S_LibraryObjectData in the data cache
|
protected S_LibraryObjectData |
S_LibraryObjectSelector.findObjectById(Long id)
Find an object by ID.
|
protected S_LibraryObjectData |
S_LibraryObject.getData()
Returns the data representation of the object
|
protected S_LibraryObjectData |
S_LibrarySession.getDataInstance(long selectClassId,
S_ClassObjectData classData,
S_LibraryObjectData[] selectAttributeDatas,
ResultSet rset)
Gets an S_LibraryObjectData based on the specified ResultSet.
|
protected S_LibraryObjectData |
S_LibrarySession.getDataInstance(long selectClassId,
S_ClassObjectData classData,
S_LibraryObjectData[] selectAttributeDatas,
ResultSet rset,
int rsetStartIndex)
Gets an S_LibraryObjectData based on the specified ResultSet.
|
protected S_LibraryObjectData |
S_LibrarySession.getLibraryObjectData(Long id,
Long classId,
String attributeName,
boolean selectFully)
Gets the S_LibraryObjectData for the specified id and class id.
|
protected S_LibraryObjectData |
S_Folder.nextItem()
Get the next item in an opened folder.
|
S_LibraryObjectData |
S_LibraryObjectCursor.nextItem() |
protected S_LibraryObjectData |
S_LibraryObjectSelector.nextItem(S_LibraryObjectCursor cursor)
Gets the next item from a cursor.
|
protected S_LibraryObjectData |
S_LibraryObjectSelector.selectObjectById(Long id)
Selects an object by ID.
|
protected S_LibraryObjectData |
S_DirectoryUserSelector.selectObjectByName(String name) |
protected S_LibraryObjectData |
S_FolderPathRelationshipSelector.selectObjectByPath(Long leftId,
String rightName) |
protected S_LibraryObjectData |
S_FolderPathRelationshipSelector.selectObjectByUppercasePath(Long leftId,
String rightName) |
protected S_LibraryObjectData |
S_PrimaryUserProfileSelector.selectPrimaryUserProfileByUserID(long dsid) |
Modifier and Type | Method and Description |
---|---|
protected S_LibraryObject |
S_LibrarySession.constructLibraryObject(S_LibraryObjectData data)
Constructs an S_LibraryObject for the specified S_LibraryObjectData.
|
protected static S_LibraryObject |
S_Selector.constructLibraryObject(S_LibrarySession sess,
S_LibraryObjectData data)
Constructs a Library Object from data corresponding to it.
|
protected S_LibraryObjectData |
S_LibrarySession.getDataInstance(long selectClassId,
S_ClassObjectData classData,
S_LibraryObjectData[] selectAttributeDatas,
ResultSet rset)
Gets an S_LibraryObjectData based on the specified ResultSet.
|
protected S_LibraryObjectData |
S_LibrarySession.getDataInstance(long selectClassId,
S_ClassObjectData classData,
S_LibraryObjectData[] selectAttributeDatas,
ResultSet rset,
int rsetStartIndex)
Gets an S_LibraryObjectData based on the specified ResultSet.
|
protected S_DirectoryObject |
AccessControlListResolver.getGrantee(S_LibraryObjectData aceData,
S_LibrarySession sess)
Gets the DirectoryObject which is the grantee of the specified
ACE data object.
|
protected boolean |
AccessControlListResolver.getIsGrant(S_LibraryObjectData aceData,
S_LibrarySession sess)
Checks whether the specified ACE represents a grant or a revoke
|
protected Object[] |
AccessControlListResolver.getLevelInfoFromData(S_LibraryObjectData aceData,
S_LibrarySession sess)
Gets the information that represents the access associated with with
the acedata.
|
S_LibraryObject |
S_LibrarySession.getLibraryObject(S_LibraryObjectData data)
Gets an S_LibraryObject by S_LibraryObjectData.
|
void |
UncommittedLibraryObjectDataCache.lock(Object id,
S_LibraryObjectData lodata)
Puts an item in this cache, locking it
if it represents committed data.
|
void |
UncommittedLibraryObjectDataCache.put(Object id,
S_LibraryObjectData lodata)
Puts an item in this cache.
|
Constructor and Description |
---|
S_AccessControlEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_AccessControlEntry object.
|
S_AccessControlList(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_AccessControlList object.
|
S_ActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ActionSpecification.
|
S_ActivityRecord(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ActivityRecord.
|
S_ActivitySpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ActivitySpecification.
|
S_Actor(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_Actor.
|
S_ActorRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ActorRelation.
|
S_ApplicationObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_ApplicationObject.
|
S_ApplicationToken(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ApplicationToken.
|
S_AttachmentRelation(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_AttachmentRelation.
|
S_Attribute(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_Attribute.
|
S_BranchRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_BranchRelationship object.
|
S_Category(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_Category object - standard variant.
|
S_ClassAccessControlList(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ClassAccessControlList object.
|
S_ClassDomain(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_ClassDomain.
|
S_ClassObject(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_ClassObject.
|
S_CompositeGroup(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_CompositeGroup.
|
S_ConfigurationCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_ConfigurationCategory.
|
S_ContactList(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ContactList.
|
S_ContentController(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ContentController.
|
S_ContentObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ContentObject object.
|
S_ContentQuota(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_ContentQuota object.
|
S_ContentVaultEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ContentVaultEntry.
|
S_Conversation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_Conversation.
|
S_ConversationRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ConversationRelation.
|
S_CustomMediaDriverSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_CustomMediaDriverSpecification.
|
S_DefinitionObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_DefinitionObject.
|
S_DependentView(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_DependentView.
|
S_DirectoryGroup(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_DirectoryGroup.
|
S_DirectoryObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_DirectoryObject.
|
S_DirectoryUser(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_DirectoryUser.
|
S_Document(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Document object.
|
S_ExtendedPermission(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ExtendedPermission object.
|
S_ExtendedUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_ExtendedUserProfile object.
|
S_ExternalRetentionPolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ExternalRetentionPolicy.
|
S_Family(S_LibrarySession session,
S_LibraryObjectData data)
Construct a family object using the session and S_LibraryObjectData .
|
S_Folder(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Folder object.
|
S_FolderLink(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_FolderLink object - standard variant.
|
S_FolderPathRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_FolderPathRelationship object.
|
S_FolderRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_FolderRelationship object.
|
S_Format(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Format object.
|
S_GroupMemberRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_GroupMemberRelationship.
|
S_InterMediaAudio(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_InterMediaAudio object - standard variant.
|
S_InterMediaAudioCdTrack(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_InterMediaAudioCdTrack object - standard variant.
|
S_InterMediaImage(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_InterMediaImage object - standard variant.
|
S_InterMediaMovie(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_InterMediaMovie object - standard variant.
|
S_InterMediaSource(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_InterMediaSource object - standard variant.
|
S_InterMediaVideo(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_InterMediaVideo object - standard variant.
|
S_InternalRetentionPolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_InternalRetentionPolicy.
|
S_LibraryObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_LibraryObject object.
|
S_LifecycleDateRuleSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_LifecycleDateRuleSpecification.
|
S_LifecyclePolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_LifecyclePolicy.
|
S_LifecyclePolicyActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_LifecyclePolicyActionSpecification.
|
S_LifecyclePolicyEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_LifecyclePolicyEntry.
|
S_Link(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_Link object - standard variant.
|
S_LockEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_LockEntry.
|
S_LockObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_LockObject object - standard variant.
|
S_Media(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_Media.
|
S_MediaBfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_MediaBfile.
|
S_MediaBlob(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_MediaBlob instance.
|
S_MediaCustom(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_MediaCustom instance.
|
S_MediaLob(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_MediaLob instance.
|
S_MessageEntry(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_MessageEntry.
|
S_MessageList(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_MessageList.
|
S_MountPoint(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_MountPoint object.
|
S_NamedRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_NamedRelationship object.
|
S_NodeConfiguration(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs a S_NodeConfiguration.
|
S_PerformedActivitySpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_PerformedActivitySpecification.
|
S_PermissionBundle(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_PermissionBundle object.
|
S_Policy(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_Policy.
|
S_PolicyList(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_PolicyList.
|
S_PolicyListElement(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_PolicyListElement.
|
S_PolicyPropertyBundle(S_LibrarySession ssession,
S_LibraryObjectData data)
Deprecated.
Constructs a S_PolicyPropertyBundle.
|
S_PrimaryUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_PrimaryUserProfile object.
|
S_Printer(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Printer object.
|
S_PrintJob(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_PrintJob object.
|
S_Property(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_Property.
|
S_PropertyBundle(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_PropertyBundle.
|
S_PublicObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_PublicObject object.
|
S_Queue(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Queue object.
|
S_Relation(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_Relation.
|
S_Relationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Relationship object.
|
S_RetentionPolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_RetentionPolicy.
|
S_SchemaCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_SchemaCategory object - standard variant.
|
S_SchemaObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SchemaObject object.
|
S_SearchObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SearchObject object.
|
S_SearchResultObjectData(String[] names,
S_LibraryObjectData[] data,
ResultSet rset,
int offset,
Hashtable columnMapping)
construct a S_SearchResultObjectData.
|
S_SelectorObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SelectorObject object.
|
S_ServerConfiguration(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs a S_ServerConfiguration.
|
S_ServiceConfiguration(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs a S_ServiceConfiguration.
|
S_SimpleObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_SimpleObject.
|
S_SimpleProperty(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SimpleProperty.
|
S_SimplePropertyTable(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SimplePropertyTable.
|
S_SimplePropertyTableList(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SimplePropertyTableList.
|
S_SortObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_SortObject.
|
S_StorageGroup(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_StorageGroup.
|
S_SystemAccessControlList(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_AccessControlList object.
|
S_SystemCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_SystemCategory object - standard variant.
|
S_SystemLockEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_SystemLockEntry.
|
S_SystemLockObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SystemLockObject object.
|
S_SystemObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SystemObject object.
|
S_TieAccessControlEntry(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieAccessControlEntry for an
existing ACCESSCONTROLENTRY.
|
S_TieAccessControlList(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieAccessControlList for an
existing ACCESSCONTROLLIST.
|
S_TieActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieActionSpecification for an existing ACTIONSPECIFICATION.
|
S_TieActivityRecord(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieActivityRecord for an existing ACTIVITYRECORD.
|
S_TieActivitySpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieActivitySpecification for an existing ACTIVITYSPECIFICATION.
|
S_TieActor(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieActor for an existing ACTOR.
|
S_TieActorRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieActorRelation for an existing ACTORRELATION.
|
S_TieApplicationObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieApplicationObject for an
existing APPLICATIONOBJECT.
|
S_TieApplicationToken(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieApplicationToken for an existing APPLICATIONTOKEN.
|
S_TieAttachmentRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieAttachmentRelation for an existing ATTACHMENTRELATION.
|
S_TieAuditHandlerSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieAuditHandlerSpecification for
an existing AUDITHANDLERSPECIFICATION.
|
S_TieAuditSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieAuditSpecification for an existing AUDITSPECIFICATION.
|
S_TieAuditTargetSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieAuditTargetSpecification for
an existing AUDITTARGETSPECIFICATION.
|
S_TieAuditTypeEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieAuditTypeEntry for an existing AUDITTYPEENTRY.
|
S_TieAuditTypeList(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieAuditTypeList for an existing AUDITTYPELIST.
|
S_TieAutoFolderingActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieAutoFolderingActionSpecification for an existing AUTOFOLDERINGACTIONSPECIFICATION.
|
S_TieBranchRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieBranchRelationship for an
existing BRANCHRELATIONSHIP.
|
S_TieCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieCategory for an
existing CATEGORY.
|
S_TieClassAccessControlList(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieClassAccessControlList for an
existing CLASSACCESSCONTROLLIST.
|
S_TieClassDomain(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieClassDomain for an
existing CLASSDOMAIN.
|
S_TieCompositeGroup(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieCompositeGroup for an existing COMPOSITEGROUP.
|
S_TieConfigurationCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieConfigurationCategory for an existing CONFIGURATIONCATEGORY.
|
S_TieContactList(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieContactList for an existing CONTACTLIST.
|
S_TieContentController(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieContentController for an existing CONTENTCONTROLLER.
|
S_TieContentObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieContentObject for an
existing CONTENTOBJECT.
|
S_TieContentQuota(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieContentQuota for an
existing CONTENTQUOTA.
|
S_TieContentVaultEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieContentVaultEntry for an existing CONTENTVAULTENTRY.
|
S_TieControllerAlert(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerAlert for an existing ControllerAlert.
|
S_TieControllerJob(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerJob for an existing ControllerJob.
|
S_TieControllerLoadRatio(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerLoadRatio for an existing ControllerLoadRatio.
|
S_TieControllerPlan(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerPlan for an existing ControllerPlan.
|
S_TieControllerPlanExecution(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerPlanExecution for an existing ControllerPlanExecution.
|
S_TieControllerReply(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerReply for an existing ControllerReply.
|
S_TieControllerRequest(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerRequest for an existing ControllerRequest.
|
S_TieControllerState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieControllerState for an existing CONTROLLERSTATE.
|
S_TieConversation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieConversation for an existing CONVERSATION.
|
S_TieConversationRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieConversationRelation for an existing CONVERSATIONRELATION.
|
S_TieCustomMediaDriverSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieCustomMediaDriverSpecification for an existing
CUSTOMMEDIADRIVERSPECIFICATION.
|
S_TieDefinitionObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieDefinitionObject for an existing DEFINITIONOBJECT.
|
S_TieDependentView(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieDependentView for an existing DEPENDENTVIEW.
|
S_TieDirectoryGroup(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieDirectoryGroup for an existing DIRECTORYGROUP.
|
S_TieDirectoryObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieDirectoryObject for an existing DIRECTORYOBJECT.
|
S_TieDirectoryUser(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieDirectoryUser for an existing DIRECTORYUSER.
|
S_TieDocument(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieDocument for an
existing DOCUMENT.
|
S_TieExtendedPermission(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieExtendedPermission for an
existing EXTENDEDPERMISSION.
|
S_TieExtendedUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieExtendedUserProfile for an
existing EXTENDEDUSERPROFILE.
|
S_TieExternalRetentionPolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieExternalRetentionPolicy for an existing EXTERNALRETENTIONPOLICY.
|
S_TieFamily(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieFamily for an
existing FAMILY.
|
S_TieFolder(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieFolder for an
existing FOLDER.
|
S_TieFolderLink(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieFolderLink for an existing FolderLink.
|
S_TieFolderPathRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieFolderPathRelationship for an
existing FOLDERPATHRELATIONSHIP.
|
S_TieFolderRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieFolderRelationship for an
existing FOLDERRELATIONSHIP.
|
S_TieFormat(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieFormat for an
existing FORMAT.
|
S_TieGroupMemberRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieGroupMemberRelationship for an existing
GROUPMEMBERRELATIONSHIP.
|
S_TieHandlerState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieHandlerState for an existing HANDLERSTATE.
|
S_TieInterMediaAudio(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInterMediaAudio for an
existing INTERMEDIAAUDIO.
|
S_TieInterMediaAudioCdTrack(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInterMediaAudio for an
existing INTERMEDIAAUDIOCDTRACK.
|
S_TieInterMediaImage(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInterMediaImage for an
existing INTERMEDIAIMAGE.
|
S_TieInterMediaMovie(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInterMediaMovie for an
existing INTERMEDIAMOVIE.
|
S_TieInterMediaSource(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInterMediaSource for an
existing INTERMEDIASOURCE.
|
S_TieInterMediaVideo(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInterMediaVideo for an
existing INTERMEDIAVIDEO.
|
S_TieInternalRetentionPolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieInternalRetentionPolicy for an existing INTERNALRETENTIONPOLICY.
|
S_TieLibraryObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieLibraryObject for an
existing object.
|
S_TieLifecycleDateRuleSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieLifecycleDateRuleSpecification for an existing LIFECYCLEDATERULESPECIFICATION.
|
S_TieLifecyclePolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieLifecyclePolicy for an existing LIFECYCLEPOLICY.
|
S_TieLifecyclePolicyActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieLifecyclePolicyActionSpecification for an existing LIFECYCLEPOLICYACTIONSPECIFICATION.
|
S_TieLifecyclePolicyEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieLifecyclePolicyEntry for an existing LIFECYCLEPOLICYENTRY.
|
S_TieLink(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieLink for an existing Link.
|
S_TieLockEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieLockEntry for an existing LOCKENTRY.
|
S_TieLockObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieLockObject for an
existing LOCKOBJECT.
|
S_TieMedia(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieMedia for an
existing MEDIA.
|
S_TieMediaBfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieMediaBfile for an existing MediaBfile.
|
S_TieMediaBlob(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieMediaBlob instance for an existing MEDIABLOB.
|
S_TieMediaCustom(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieMediaCustom instance for an existing MEDIACUSTOM.
|
S_TieMediaLob(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieMediaLob instance for an existing MEDIALOB.
|
S_TieMessageEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieMessageEntry for an existing MESSAGEENTRY.
|
S_TieMessageList(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieMessageList for an existing MESSAGELIST.
|
S_TieMountPoint(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieMountPoint for an
existing MOUNTPOINT.
|
S_TieNamedRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieNamedRelationship for an
existing NAMEDRELATIONSHIP.
|
S_TieNodeConfiguration(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieNodeConfiguration for an
existing NODECONFIGURATION.
|
S_TieNodeState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieNodeState for an existing NODESTATE.
|
S_TieOperationActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieOperationActionSpecification for an existing OPERATIONACTIONSPECIFICATION.
|
S_TiePerformedActivitySpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TiePerformedActivitySpecification for an existing PERFORMEDACTIVITYSPECIFICATION.
|
S_TiePermissionBundle(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePermissionBundle for an
existing PERMISSIONBUNDLE.
|
S_TiePolicy(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePolicy for an existing POLICY.
|
S_TiePolicyList(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePolicyList for an existing PolicyList.
|
S_TiePolicyListElement(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePolicyListElement for an existing PolicyListElement.
|
S_TiePolicyPropertyBundle(S_LibrarySession session,
S_LibraryObjectData data)
Deprecated.
Constructs an S_TiePolicyPropertyBundle for an existing
POLICYPROPERTYBUNDLE.
|
S_TiePrimaryUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePrimaryUserProfile for an
existing PRIMARYUSERPROFILE.
|
S_TiePrinter(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePrinter for an
existing PRINTER.
|
S_TiePrintJob(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePrintJob for an
existing PRINTJOB.
|
S_TieProperty(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieProperty for an existing PROPERTY.
|
S_TiePropertyBundle(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePropertyBundle for an existing PROPERTYBUNDLE.
|
S_TiePublicObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePublicObject for an
existing PUBLICOBJECT.
|
S_TieQueue(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieQueue for an
existing QUEUE.
|
S_TieRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieRelation for an existing Relation.
|
S_TieRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieRelationship for an
existing RELATIONSHIP.
|
S_TieRetentionPolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieRetentionPolicy for an existing RETENTIONPOLICY.
|
S_TieRuntimeState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieRuntimeState for an existing RUNTIMESTATE.
|
S_TieSchemaCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSchemaCategory for an
existing SCHEMACATEGORY.
|
S_TieSchemaObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSchemaObject for an
existing SCHEMAOBJECT.
|
S_TieSearchObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSearchObject for an
existing SEARCHOBJECT.
|
S_TieSelectorObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSelectorObject for an
existing SELECTOROBJECT.
|
S_TieServerConfiguration(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieServerConfiguration for an
existing SERVERCONFIGURATION.
|
S_TieServerSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieServerSpecification for
an existing SERVERSPECIFICATION.
|
S_TieServerState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieServerState for an existing SERVERSTATE.
|
S_TieServiceConfiguration(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieServiceConfiguration for an
existing SERVICECONFIGURATION.
|
S_TieServiceState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieServiceState for an existing SERVICESTATE.
|
S_TieSimpleObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieSimpleObject for an existing SIMPLEOBJECT.
|
S_TieSimpleProperty(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieSimpleProperty for an existing SIMPLEPROPERTY.
|
S_TieSimplePropertyTable(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieSimplePropertyTable for an existing SIMPLEPROPERTYTABLE.
|
S_TieSimplePropertyTableList(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieSimplePropertyTableList for an existing SIMPLEPROPERTYTABLELIST.
|
S_TieSortObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieSortObject for an existing SORTOBJECT.
|
S_TieStorageGroup(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieStorageGroup for an existing STORAGEGROUP.
|
S_TieSystemAccessControlList(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSystemAccessControlList for an
existing SYSTEMACCESSCONTROLLIST.
|
S_TieSystemCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSystemCategory for an
existing SYSTEMCATEGORY.
|
S_TieSystemLockEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieSystemLockEntry for an existing SYSTEMLOCKENTRY.
|
S_TieSystemLockObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSystemLockObject for an
existing SYSTEMLOCKOBJECT.
|
S_TieSystemObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSystemObject for an
existing SYSTEMOBJECT.
|
S_TieTrackedActivitySpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieTrackedActivitySpecification for an existing TRACKEDACTIVITYSPECIFICATION.
|
S_TieUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieUserProfile for an
existing USERPROFILE.
|
S_TieValueDefault(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieValueDefault for an
existing VALUEDEFAULT.
|
S_TieValueDefaultPropertyBundle(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieValueDefaultPropertyBundle for an
existing VALUEDEFAULTPROPERTYBUNDLE.
|
S_TieValueDomain(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieValueDomain for an
existing VALUEDOMAIN.
|
S_TieValueDomainPropertyBundle(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieValueDomainPropertyBundle for an
existing VALUEDOMAINPROPERTYBUNDLE.
|
S_TieVersionDescription(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieVersionDescription for an
existing VERSIONDESCRIPTION.
|
S_TieVersionSeries(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieVersionSeries for an
existing VERSIONSERIES.
|
S_TrackedActivitySpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TrackedActivitySpecification.
|
S_UserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_UserProfile object.
|
S_ValueDefault(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_ValueDefault.
|
S_ValueDefaultPropertyBundle(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs a S_ValueDefaultPropertyBundle.
|
S_ValueDomain(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_ValueDomain.
|
S_ValueDomainPropertyBundle(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs a S_ValueDomainPropertyBundle.
|
S_VersionDescription(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_VersionDescription object.
|
S_VersionSeries(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_VersionSeries object using the current session and
S_LibraryObjectData.
|
Copyright © 2023. All rights reserved.