@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class SourceControlFunctions extends Resource
BASIC_PROPERTIES
NAME_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.
|
getEntityType
getInstancePublicServiceDefinitions, getInstanceServiceDefinition, getInstanceServiceDefinitions, initializeEntity, preInitializeEntity, processAPIServiceRequest, processServiceRequest
AddConfigurationTableDefinition, 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, validateConfiguration
getID, hasID, isTransient
getDescription, getName, setDescription, setName, toValueCollection
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getID, hasID
getDescription, getName
getID, 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