blackboard.platform.dataintegration.mapping
Class OrgCategoryMembershipLearnObjectType
java.lang.Object
blackboard.platform.dataintegration.mapping.BaseDataIntegrationLearnObjectType
blackboard.platform.dataintegration.mapping.OrgCategoryMembershipLearnObjectType
- All Implemented Interfaces:
- DataIntegrationLearnObjectType
public class OrgCategoryMembershipLearnObjectType
- extends blackboard.platform.dataintegration.mapping.BaseDataIntegrationLearnObjectType
DataIntegrationLearnObjectType for BbLearn organization category memberships.
- Since:
- Bb 9.1 SP8
|
Field Summary |
static java.lang.String |
TYPE
|
|
Method Summary |
java.lang.String |
getDisplayName()
Get the localized display name for the object type. |
blackboard.platform.dataintegration.operationdefinition.PersistOperation |
getNewPersistOperation()
Gets a new Operation for persisting (insert/update) a learn object
of this type. |
blackboard.platform.dataintegration.operationdefinition.RemoveOperation |
getNewRemoveOperation()
Gets a new Operation for removing (disable/delete) a learn object
of this type. |
java.lang.String |
getType()
Return the fully qualified name of the extension. |
| Methods inherited from class blackboard.platform.dataintegration.mapping.BaseDataIntegrationLearnObjectType |
getAttributeMetadataForPersistOperation, supportsPersistType, supportsRemoveType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
OrgCategoryMembershipLearnObjectType
public OrgCategoryMembershipLearnObjectType()
getDisplayName
public java.lang.String getDisplayName()
- Description copied from interface:
DataIntegrationLearnObjectType
- Get the localized display name for the object type.
getNewPersistOperation
public blackboard.platform.dataintegration.operationdefinition.PersistOperation getNewPersistOperation()
- Description copied from interface:
DataIntegrationLearnObjectType
- Gets a new
Operation for persisting (insert/update) a learn object
of this type.
- Returns:
- a new
PersistOperation
getNewRemoveOperation
public blackboard.platform.dataintegration.operationdefinition.RemoveOperation getNewRemoveOperation()
- Description copied from interface:
DataIntegrationLearnObjectType
- Gets a new
Operation for removing (disable/delete) a learn object
of this type.
- Returns:
- a new
RemoveOperation
getType
public java.lang.String getType()
- Description copied from interface:
DataIntegrationLearnObjectType
- Return the fully qualified name of the extension.
E.g. "blackboard.platform.myIntegrationLearnObjectType"
Copyright © 2012 Blackboard, Inc. All Rights Reserved.