@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class SourceControlFunctions extends Resource
BASIC_PROPERTIESNAME_COMPARATOR| Constructor and Description |
|---|
SourceControlFunctions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportSourceControlledEntities(java.lang.String repositoryName,
java.lang.String path,
java.lang.String collection,
TagCollection tags,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
java.lang.String projectName,
java.lang.Boolean includeDependents)
Service Category: Exports
Service Description: Export a list of entities for source control.
|
java.lang.String |
ExportSourceControlledEntitiesToZipFile(java.lang.String repositoryName,
java.lang.String path,
java.lang.String name,
java.lang.String collection,
TagCollection tags,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
java.lang.String projectName,
java.lang.Boolean includeDependents)
Service Category: Exports
Service Description: Export a list of entities for source control.
|
getEntityTypegetInstancePublicServiceDefinitions, getInstanceServiceDefinition, getInstanceServiceDefinitions, initializeEntity, preInitializeEntity, processAPIServiceRequest, processServiceRequestAddConfigurationTableDefinition, addDesignTimePermission, AddDesignTimePermission, addRunTimePermission, AddRunTimePermission, AddTags, addVisibilityPermission, AddVisibilityPermission, CheckDesignTimePermission, CheckDesignTimePermissionForGroup, CheckDesignTimePermissionForUser, CheckPermission, CheckPermissionForGroup, CheckPermissionForUser, cleanupEntity, cleanupEntity, DeleteAllConfigurationTableRows, DeleteConfigurationTable, DeleteConfigurationTableRows, deleteDesignTimePermission, DeleteDesignTimePermission, deleteRunTimePermission, DeleteRunTimePermission, deleteVisibilityPermission, DeleteVisibilityPermission, dispose, getAspects, GetAvatar, getAvatarContent, GetAvatarURL, GetConfigurationChangeHistory, getConfigurationSetting, getConfigurationTable, GetConfigurationTable, GetConfigurationTableDefinition, GetConfigurationTableRow, GetConfigurationTables, GetDescription, getDesignTimePermissions, GetDesignTimePermissions, GetDesignTimePermissionsAsJSON, getDocumentationContent, getEntityTypeAsString, GetEventDefinition, GetEventDefinitions, GetHomeMashup, GetIncomingDependencies, GetIncomingDependenciesAsNetwork, GetInstanceMetadataAsJSON, GetInstanceMetadataWithPermissionsAsJSON, GetLastModifiedDate, GetMetadata, GetMetadataAsJSON, GetMetadataWithPermissionsAsJSON, GetOutgoingDependencies, GetOutgoingDependenciesAsNetwork, getOwner, GetPermissionsForCurrentUser, GetPermissionsForGroup, GetPermissionsForUser, GetProjectName, GetPropertyDefinition, GetPropertyDefinitions, getRunTimePermissions, GetRunTimePermissions, GetRunTimePermissionsAsJSON, GetServiceDefinition, GetServiceDefinitions, getStringConfigurationSetting, getStringConfigurationSettingWithDefault, GetSummaryInformation, getTags, GetTags, GetTagsAsInfoTable, getVisibilityPermissions, GetVisibilityPermissions, GetVisibilityPermissionsAsJSON, HasIncomingDependencies, HasOutgoingDependencies, isEditable, isEditableExtensionObject, isEditableSystemObject, isExtensionObject, IsMultiRowTable, isOwner, isSystemObject, isThemeObject, isVisible, isVisible, persistDesignTimePermissions, persistRunTimePermissions, persistVisibilityPermissions, RemoveTags, SaveConfigurationTables, SetAvatar, setConfigurationSetting, SetConfigurationTable, SetConfigurationTableRows, SetDescription, setDesignTimePermissions, SetDesignTimePermissionsAsJSON, setDocumentationContent, setExtensionObject, SetHomeMashup, setLastModifiedDate, SetMultiRowConfigurationTable, setOwner, SetOwner, SetProjectName, setRunTimePermissions, SetRunTimePermissionsAsJSON, setStringConfigurationSetting, SetTags, setVisibilityPermissions, SetVisibilityPermissionsAsJSON, toJSON, toJSONDefinition, validateConfigurationgetID, hasID, isTransientgetDescription, getName, setDescription, setName, toValueCollectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetID, hasIDgetDescription, getNamegetID, getName@ThingworxExtensionApiMethod(since={6,6}) public void ExportSourceControlledEntities(java.lang.String repositoryName, java.lang.String path, java.lang.String collection, TagCollection tags, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, java.lang.String projectName, java.lang.Boolean includeDependents) throws java.lang.Exception
repositoryName - File repository to which to export the content - THINGNAMEpath - Path to which to write the content - STRINGcollection - Collection name you wish to export (optional) - STRINGtags - Tags (optional) - TAGSstartDate - Date and time from which to export entities by their last modified date (optional) - DATETIMEendDate - Date and time to which to export entities by their last modified date (optional) - DATETIMEprojectName - Project name (optional) - PROJECTNAMEincludeDependents - Include dependent projects (optional) - BOOLEANjava.lang.Exception - If an error occurs@ThingworxExtensionApiMethod(since={6,6}) public java.lang.String ExportSourceControlledEntitiesToZipFile(java.lang.String repositoryName, java.lang.String path, java.lang.String name, java.lang.String collection, TagCollection tags, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, java.lang.String projectName, java.lang.Boolean includeDependents) throws java.lang.Exception
repositoryName - File repository to which to export the content - THINGNAMEpath - Path to which to write the content - STRINGname - File name to which to write the content - STRINGcollection - Collection name you wish to export (optional) - STRINGtags - Tags (optional) - TAGSstartDate - Date and time from which to export entities by their last modified date (optional) - DATETIMEendDate - Date and time to which to export entities by their last modified date (optional) - DATETIMEprojectName - Project name - PROJECTNAMEincludeDependents - Include dependent projects - BOOLEANjava.lang.Exception - If an error occurs