-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
128 changed files
with
7,824 additions
and
8,059 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
...del/net/datenwerke/rs/amazons3/service/amazons3/action/ScheduleAsAmazonS3FileAction_.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package net.datenwerke.rs.amazons3.service.amazons3.action; | ||
|
||
import javax.annotation.Generated; | ||
import javax.persistence.metamodel.SingularAttribute; | ||
import javax.persistence.metamodel.StaticMetamodel; | ||
import net.datenwerke.rs.amazons3.service.amazons3.definitions.AmazonS3Datasink; | ||
|
||
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") | ||
@StaticMetamodel(ScheduleAsAmazonS3FileAction.class) | ||
public abstract class ScheduleAsAmazonS3FileAction_ extends net.datenwerke.scheduler.service.scheduler.entities.AbstractAction_ { | ||
|
||
public static volatile SingularAttribute<ScheduleAsAmazonS3FileAction, String> folder; | ||
public static volatile SingularAttribute<ScheduleAsAmazonS3FileAction, AmazonS3Datasink> amazonS3Datasink; | ||
public static volatile SingularAttribute<ScheduleAsAmazonS3FileAction, String> name; | ||
public static volatile SingularAttribute<ScheduleAsAmazonS3FileAction, Boolean> compressed; | ||
|
||
} | ||
|
16 changes: 16 additions & 0 deletions
16
...el/net/datenwerke/rs/amazons3/service/amazons3/action/ScheduleAsAmazonS3FileAction__.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package net.datenwerke.rs.amazons3.service.amazons3.action; | ||
|
||
import net.datenwerke.dtoservices.dtogenerator.annotations.GeneratedType; | ||
|
||
/** | ||
* This file was automatically created by DtoAnnotationProcessor, version 0.1 | ||
*/ | ||
@GeneratedType("net.datenwerke.entityservices.metadatagenerator.EntityMetadataProcessor") | ||
public class ScheduleAsAmazonS3FileAction__ extends net.datenwerke.scheduler.service.scheduler.entities.AbstractAction__ implements net.datenwerke.entityservices.metadatagenerator.interfaces.EntityMetadataProvider { | ||
|
||
public static final String amazonS3Datasink = "amazonS3Datasink"; | ||
public static final String compressed = "compressed"; | ||
public static final String folder = "folder"; | ||
public static final String name = "name"; | ||
|
||
} |
19 changes: 19 additions & 0 deletions
19
metamodel/net/datenwerke/rs/amazons3/service/amazons3/definitions/AmazonS3Datasink_.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package net.datenwerke.rs.amazons3.service.amazons3.definitions; | ||
|
||
import javax.annotation.Generated; | ||
import javax.persistence.metamodel.SingularAttribute; | ||
import javax.persistence.metamodel.StaticMetamodel; | ||
|
||
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") | ||
@StaticMetamodel(AmazonS3Datasink.class) | ||
public abstract class AmazonS3Datasink_ extends net.datenwerke.rs.core.service.datasinkmanager.entities.DatasinkDefinition_ { | ||
|
||
public static volatile SingularAttribute<AmazonS3Datasink, String> bucketName; | ||
public static volatile SingularAttribute<AmazonS3Datasink, String> storageClass; | ||
public static volatile SingularAttribute<AmazonS3Datasink, String> folder; | ||
public static volatile SingularAttribute<AmazonS3Datasink, String> secretKey; | ||
public static volatile SingularAttribute<AmazonS3Datasink, String> regionName; | ||
public static volatile SingularAttribute<AmazonS3Datasink, String> appKey; | ||
|
||
} | ||
|
21 changes: 21 additions & 0 deletions
21
metamodel/net/datenwerke/rs/amazons3/service/amazons3/definitions/AmazonS3Datasink__.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
package net.datenwerke.rs.amazons3.service.amazons3.definitions; | ||
|
||
import net.datenwerke.dtoservices.dtogenerator.annotations.GeneratedType; | ||
|
||
/** | ||
* This file was automatically created by DtoAnnotationProcessor, version 0.1 | ||
*/ | ||
@GeneratedType("net.datenwerke.entityservices.metadatagenerator.EntityMetadataProcessor") | ||
public class AmazonS3Datasink__ extends net.datenwerke.rs.core.service.datasinkmanager.entities.DatasinkDefinition__ implements net.datenwerke.entityservices.metadatagenerator.interfaces.EntityMetadataProvider { | ||
|
||
public static final String appKey = "appKey"; | ||
public static final String basicDatasinkService = "basicDatasinkService"; | ||
public static final String bucketName = "bucketName"; | ||
public static final String folder = "folder"; | ||
public static final String pbeServiceProvider = "pbeServiceProvider"; | ||
public static final String regionName = "regionName"; | ||
public static final String secretKey = "secretKey"; | ||
public static final String serialVersionUID = "serialVersionUID"; | ||
public static final String storageClass = "storageClass"; | ||
|
||
} |
18 changes: 18 additions & 0 deletions
18
metamodel/net/datenwerke/rs/box/service/box/action/ScheduleAsBoxFileAction_.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package net.datenwerke.rs.box.service.box.action; | ||
|
||
import javax.annotation.Generated; | ||
import javax.persistence.metamodel.SingularAttribute; | ||
import javax.persistence.metamodel.StaticMetamodel; | ||
import net.datenwerke.rs.box.service.box.definitions.BoxDatasink; | ||
|
||
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") | ||
@StaticMetamodel(ScheduleAsBoxFileAction.class) | ||
public abstract class ScheduleAsBoxFileAction_ extends net.datenwerke.scheduler.service.scheduler.entities.AbstractAction_ { | ||
|
||
public static volatile SingularAttribute<ScheduleAsBoxFileAction, String> folder; | ||
public static volatile SingularAttribute<ScheduleAsBoxFileAction, String> name; | ||
public static volatile SingularAttribute<ScheduleAsBoxFileAction, BoxDatasink> boxDatasink; | ||
public static volatile SingularAttribute<ScheduleAsBoxFileAction, Boolean> compressed; | ||
|
||
} | ||
|
16 changes: 16 additions & 0 deletions
16
metamodel/net/datenwerke/rs/box/service/box/action/ScheduleAsBoxFileAction__.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package net.datenwerke.rs.box.service.box.action; | ||
|
||
import net.datenwerke.dtoservices.dtogenerator.annotations.GeneratedType; | ||
|
||
/** | ||
* This file was automatically created by DtoAnnotationProcessor, version 0.1 | ||
*/ | ||
@GeneratedType("net.datenwerke.entityservices.metadatagenerator.EntityMetadataProcessor") | ||
public class ScheduleAsBoxFileAction__ extends net.datenwerke.scheduler.service.scheduler.entities.AbstractAction__ implements net.datenwerke.entityservices.metadatagenerator.interfaces.EntityMetadataProvider { | ||
|
||
public static final String boxDatasink = "boxDatasink"; | ||
public static final String compressed = "compressed"; | ||
public static final String folder = "folder"; | ||
public static final String name = "name"; | ||
|
||
} |
17 changes: 17 additions & 0 deletions
17
metamodel/net/datenwerke/rs/box/service/box/definitions/BoxDatasink_.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
package net.datenwerke.rs.box.service.box.definitions; | ||
|
||
import javax.annotation.Generated; | ||
import javax.persistence.metamodel.SingularAttribute; | ||
import javax.persistence.metamodel.StaticMetamodel; | ||
|
||
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") | ||
@StaticMetamodel(BoxDatasink.class) | ||
public abstract class BoxDatasink_ extends net.datenwerke.rs.core.service.datasinkmanager.entities.DatasinkDefinition_ { | ||
|
||
public static volatile SingularAttribute<BoxDatasink, String> folder; | ||
public static volatile SingularAttribute<BoxDatasink, String> secretKey; | ||
public static volatile SingularAttribute<BoxDatasink, String> appKey; | ||
public static volatile SingularAttribute<BoxDatasink, String> refreshToken; | ||
|
||
} | ||
|
19 changes: 19 additions & 0 deletions
19
metamodel/net/datenwerke/rs/box/service/box/definitions/BoxDatasink__.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package net.datenwerke.rs.box.service.box.definitions; | ||
|
||
import net.datenwerke.dtoservices.dtogenerator.annotations.GeneratedType; | ||
|
||
/** | ||
* This file was automatically created by DtoAnnotationProcessor, version 0.1 | ||
*/ | ||
@GeneratedType("net.datenwerke.entityservices.metadatagenerator.EntityMetadataProcessor") | ||
public class BoxDatasink__ extends net.datenwerke.rs.core.service.datasinkmanager.entities.DatasinkDefinition__ implements net.datenwerke.entityservices.metadatagenerator.interfaces.EntityMetadataProvider { | ||
|
||
public static final String appKey = "appKey"; | ||
public static final String basicDatasinkService = "basicDatasinkService"; | ||
public static final String folder = "folder"; | ||
public static final String pbeServiceProvider = "pbeServiceProvider"; | ||
public static final String refreshToken = "refreshToken"; | ||
public static final String secretKey = "secretKey"; | ||
public static final String serialVersionUID = "serialVersionUID"; | ||
|
||
} |
8 changes: 4 additions & 4 deletions
8
metamodel/net/datenwerke/rs/condition/service/condition/entity/Condition_.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
metamodel/net/datenwerke/rs/dropbox/service/dropbox/action/ScheduleAsDropboxFileAction_.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package net.datenwerke.rs.dropbox.service.dropbox.action; | ||
|
||
import javax.annotation.Generated; | ||
import javax.persistence.metamodel.SingularAttribute; | ||
import javax.persistence.metamodel.StaticMetamodel; | ||
import net.datenwerke.rs.dropbox.service.dropbox.definitions.DropboxDatasink; | ||
|
||
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") | ||
@StaticMetamodel(ScheduleAsDropboxFileAction.class) | ||
public abstract class ScheduleAsDropboxFileAction_ extends net.datenwerke.scheduler.service.scheduler.entities.AbstractAction_ { | ||
|
||
public static volatile SingularAttribute<ScheduleAsDropboxFileAction, String> folder; | ||
public static volatile SingularAttribute<ScheduleAsDropboxFileAction, String> name; | ||
public static volatile SingularAttribute<ScheduleAsDropboxFileAction, Boolean> compressed; | ||
public static volatile SingularAttribute<ScheduleAsDropboxFileAction, DropboxDatasink> dropboxDatasink; | ||
|
||
} | ||
|
16 changes: 16 additions & 0 deletions
16
...model/net/datenwerke/rs/dropbox/service/dropbox/action/ScheduleAsDropboxFileAction__.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package net.datenwerke.rs.dropbox.service.dropbox.action; | ||
|
||
import net.datenwerke.dtoservices.dtogenerator.annotations.GeneratedType; | ||
|
||
/** | ||
* This file was automatically created by DtoAnnotationProcessor, version 0.1 | ||
*/ | ||
@GeneratedType("net.datenwerke.entityservices.metadatagenerator.EntityMetadataProcessor") | ||
public class ScheduleAsDropboxFileAction__ extends net.datenwerke.scheduler.service.scheduler.entities.AbstractAction__ implements net.datenwerke.entityservices.metadatagenerator.interfaces.EntityMetadataProvider { | ||
|
||
public static final String compressed = "compressed"; | ||
public static final String dropboxDatasink = "dropboxDatasink"; | ||
public static final String folder = "folder"; | ||
public static final String name = "name"; | ||
|
||
} |
17 changes: 17 additions & 0 deletions
17
metamodel/net/datenwerke/rs/dropbox/service/dropbox/definitions/DropboxDatasink_.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
package net.datenwerke.rs.dropbox.service.dropbox.definitions; | ||
|
||
import javax.annotation.Generated; | ||
import javax.persistence.metamodel.SingularAttribute; | ||
import javax.persistence.metamodel.StaticMetamodel; | ||
|
||
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") | ||
@StaticMetamodel(DropboxDatasink.class) | ||
public abstract class DropboxDatasink_ extends net.datenwerke.rs.core.service.datasinkmanager.entities.DatasinkDefinition_ { | ||
|
||
public static volatile SingularAttribute<DropboxDatasink, String> folder; | ||
public static volatile SingularAttribute<DropboxDatasink, String> secretKey; | ||
public static volatile SingularAttribute<DropboxDatasink, String> appKey; | ||
public static volatile SingularAttribute<DropboxDatasink, String> refreshToken; | ||
|
||
} | ||
|
19 changes: 19 additions & 0 deletions
19
metamodel/net/datenwerke/rs/dropbox/service/dropbox/definitions/DropboxDatasink__.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package net.datenwerke.rs.dropbox.service.dropbox.definitions; | ||
|
||
import net.datenwerke.dtoservices.dtogenerator.annotations.GeneratedType; | ||
|
||
/** | ||
* This file was automatically created by DtoAnnotationProcessor, version 0.1 | ||
*/ | ||
@GeneratedType("net.datenwerke.entityservices.metadatagenerator.EntityMetadataProcessor") | ||
public class DropboxDatasink__ extends net.datenwerke.rs.core.service.datasinkmanager.entities.DatasinkDefinition__ implements net.datenwerke.entityservices.metadatagenerator.interfaces.EntityMetadataProvider { | ||
|
||
public static final String appKey = "appKey"; | ||
public static final String basicDatasinkService = "basicDatasinkService"; | ||
public static final String folder = "folder"; | ||
public static final String pbeServiceProvider = "pbeServiceProvider"; | ||
public static final String refreshToken = "refreshToken"; | ||
public static final String secretKey = "secretKey"; | ||
public static final String serialVersionUID = "serialVersionUID"; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
...atenwerke/rs/googledrive/service/googledrive/action/ScheduleAsGoogleDriveFileAction_.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package net.datenwerke.rs.googledrive.service.googledrive.action; | ||
|
||
import javax.annotation.Generated; | ||
import javax.persistence.metamodel.SingularAttribute; | ||
import javax.persistence.metamodel.StaticMetamodel; | ||
import net.datenwerke.rs.googledrive.service.googledrive.definitions.GoogleDriveDatasink; | ||
|
||
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") | ||
@StaticMetamodel(ScheduleAsGoogleDriveFileAction.class) | ||
public abstract class ScheduleAsGoogleDriveFileAction_ extends net.datenwerke.scheduler.service.scheduler.entities.AbstractAction_ { | ||
|
||
public static volatile SingularAttribute<ScheduleAsGoogleDriveFileAction, String> folder; | ||
public static volatile SingularAttribute<ScheduleAsGoogleDriveFileAction, String> name; | ||
public static volatile SingularAttribute<ScheduleAsGoogleDriveFileAction, Boolean> compressed; | ||
public static volatile SingularAttribute<ScheduleAsGoogleDriveFileAction, GoogleDriveDatasink> googleDriveDatasink; | ||
|
||
} | ||
|
16 changes: 16 additions & 0 deletions
16
...tenwerke/rs/googledrive/service/googledrive/action/ScheduleAsGoogleDriveFileAction__.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package net.datenwerke.rs.googledrive.service.googledrive.action; | ||
|
||
import net.datenwerke.dtoservices.dtogenerator.annotations.GeneratedType; | ||
|
||
/** | ||
* This file was automatically created by DtoAnnotationProcessor, version 0.1 | ||
*/ | ||
@GeneratedType("net.datenwerke.entityservices.metadatagenerator.EntityMetadataProcessor") | ||
public class ScheduleAsGoogleDriveFileAction__ extends net.datenwerke.scheduler.service.scheduler.entities.AbstractAction__ implements net.datenwerke.entityservices.metadatagenerator.interfaces.EntityMetadataProvider { | ||
|
||
public static final String compressed = "compressed"; | ||
public static final String folder = "folder"; | ||
public static final String googleDriveDatasink = "googleDriveDatasink"; | ||
public static final String name = "name"; | ||
|
||
} |
Oops, something went wrong.