直列化された形式
-
パッケージ org.iplass.mtp
-
例外クラス org.iplass.mtp.ApplicationException
class ApplicationException extends MtpException implements Serializable- serialVersionUID:
- -6633081835885765461L
-
例外クラス org.iplass.mtp.MtpException
class MtpException extends RuntimeException implements Serializable- serialVersionUID:
- 3613781916172420161L
-
例外クラス org.iplass.mtp.SystemException
class SystemException extends MtpException implements Serializable- serialVersionUID:
- 4051263964392817828L
-
-
パッケージ org.iplass.mtp.async
-
クラス org.iplass.mtp.async.AsyncTaskInfo
class AsyncTaskInfo extends Object implements Serializable- serialVersionUID:
- -4292102838244361400L
-
直列化されたフィールド
-
exceptionHandlingMode
ExceptionHandlingMode exceptionHandlingMode
-
groupingKey
String groupingKey
-
queue
String queue
-
result
Object result
-
retryCount
int retryCount
-
returnResult
boolean returnResult
-
status
TaskStatus status
-
task
Callable<?> task
-
taskId
long taskId
-
-
クラス org.iplass.mtp.async.AsyncTaskInfoSearchCondtion
class AsyncTaskInfoSearchCondtion extends Object implements Serializable- serialVersionUID:
- -296441816095609625L
-
例外クラス org.iplass.mtp.async.TaskCancelException
class TaskCancelException extends SystemException implements Serializable- serialVersionUID:
- -155460682642579152L
-
例外クラス org.iplass.mtp.async.TaskTimeoutException
class TaskTimeoutException extends SystemException implements Serializable- serialVersionUID:
- 4385648393598567969L
-
-
パッケージ org.iplass.mtp.auth
-
クラス org.iplass.mtp.auth.Group
class Group extends GenericEntity implements Serializable- serialVersionUID:
- -8721382756470446696L
-
例外クラス org.iplass.mtp.auth.NeedTrustedAuthenticationException
class NeedTrustedAuthenticationException extends ApplicationException implements Serializable- serialVersionUID:
- 3178320542103087325L
-
例外クラス org.iplass.mtp.auth.NoPermissionException
class NoPermissionException extends ApplicationException implements Serializable- serialVersionUID:
- 5902999193661172625L
-
クラス org.iplass.mtp.auth.Rank
class Rank extends GenericEntity implements Serializable- serialVersionUID:
- -5867931536450600419L
-
クラス org.iplass.mtp.auth.User
class User extends GenericEntity implements Serializable- serialVersionUID:
- -3856409198625059398L
-
例外クラス org.iplass.mtp.auth.UserExistsException
class UserExistsException extends EntityDuplicateValueException implements Serializable- serialVersionUID:
- 5427981791111483594L
-
-
パッケージ org.iplass.mtp.auth.login
-
例外クラス org.iplass.mtp.auth.login.CredentialExpiredException
class CredentialExpiredException extends LoginException implements Serializable- serialVersionUID:
- 5891584135962867247L
-
直列化されたフィールド
-
isInitialLogin
boolean isInitialLogin
-
policyName
String policyName
-
-
例外クラス org.iplass.mtp.auth.login.CredentialUpdateException
class CredentialUpdateException extends ApplicationException implements Serializable- serialVersionUID:
- 1157452737837303955L
-
クラス org.iplass.mtp.auth.login.IdPasswordCredential
class IdPasswordCredential extends Object implements Serializable- serialVersionUID:
- -2988321007462156491L
-
例外クラス org.iplass.mtp.auth.login.LoginException
class LoginException extends ApplicationException implements Serializable- serialVersionUID:
- 3825585875482221431L
-
例外クラス org.iplass.mtp.auth.login.LoginFailedException
class LoginFailedException extends LoginException implements Serializable- serialVersionUID:
- 5947717723303892844L
-
-
パッケージ org.iplass.mtp.auth.login.rememberme
-
クラス org.iplass.mtp.auth.login.rememberme.RememberMeTokenCredential
class RememberMeTokenCredential extends Object implements Serializable- serialVersionUID:
- 8433397652488164696L
-
例外クラス org.iplass.mtp.auth.login.rememberme.RememberMeTokenStolenException
class RememberMeTokenStolenException extends LoginException implements Serializable- serialVersionUID:
- 3697510537428690627L
-
-
パッケージ org.iplass.mtp.auth.login.token
-
クラス org.iplass.mtp.auth.login.token.SimpleAuthTokenCredential
class SimpleAuthTokenCredential extends Object implements Serializable- serialVersionUID:
- -5890942191793851280L
-
-
パッケージ org.iplass.mtp.auth.oauth.definition
-
クラス org.iplass.mtp.auth.oauth.definition.ClaimMappingDefinition
class ClaimMappingDefinition extends Object implements Serializable- serialVersionUID:
- -4222719817989641527L
-
クラス org.iplass.mtp.auth.oauth.definition.ClientPolicyDefinition
class ClientPolicyDefinition extends Object implements Serializable- serialVersionUID:
- 4024837978999496199L
-
直列化されたフィールド
-
accessTokenLifetimeSeconds
long accessTokenLifetimeSeconds
-
clientType
ClientType clientType
-
consentType
ConsentTypeDefinition consentType
-
refreshTokenLifetimeSeconds
long refreshTokenLifetimeSeconds
-
scopes
List<String> scopes
-
supportOpenIDConnect
boolean supportOpenIDConnect
-
supportRefreshToken
boolean supportRefreshToken
-
-
クラス org.iplass.mtp.auth.oauth.definition.ConsentTypeDefinition
class ConsentTypeDefinition extends Object implements Serializable- serialVersionUID:
- 4679081921898475535L
-
クラス org.iplass.mtp.auth.oauth.definition.CustomTokenIntrospectorDefinition
class CustomTokenIntrospectorDefinition extends Object implements Serializable- serialVersionUID:
- 7744740045019365425L
-
クラス org.iplass.mtp.auth.oauth.definition.OAuthAuthorizationDefinition
class OAuthAuthorizationDefinition extends Object implements Serializable- serialVersionUID:
- 4147920670556792667L
-
直列化されたフィールド
-
availableRoles
List<String> availableRoles
-
clientPolicies
List<ClientPolicyDefinition> clientPolicies
-
consentTemplateName
String consentTemplateName
-
description
String description
-
displayName
String displayName
-
issuerUri
String issuerUri
-
name
String name
-
scopes
List<ScopeDefinition> scopes
-
subjectIdentifierType
SubjectIdentifierTypeDefinition subjectIdentifierType
-
-
クラス org.iplass.mtp.auth.oauth.definition.OAuthClientDefinition
class OAuthClientDefinition extends Object implements Serializable- serialVersionUID:
- 6685839204331734267L
-
直列化されたフィールド
-
authorizationServer
String authorizationServer
-
clientType
ClientType clientType
-
clientUri
String clientUri
-
contacts
List<String> contacts
-
description
String description
-
displayName
String displayName
-
grantTypes
List<GrantType> grantTypes
-
localizedDisplayNameList
List<LocalizedStringDefinition> localizedDisplayNameList
-
logoUri
String logoUri
-
name
String name
-
policyUri
String policyUri
-
redirectUris
List<String> redirectUris
-
sectorIdentifierUri
String sectorIdentifierUri
-
tosUri
String tosUri
-
-
クラス org.iplass.mtp.auth.oauth.definition.OAuthResourceServerDefinition
class OAuthResourceServerDefinition extends Object implements Serializable- serialVersionUID:
- -6012202693824050765L
-
直列化されたフィールド
-
customTokenIntrospectors
List<CustomTokenIntrospectorDefinition> customTokenIntrospectors
-
description
String description
-
displayName
String displayName
-
name
String name
-
-
クラス org.iplass.mtp.auth.oauth.definition.OIDCClaimScopeDefinition
class OIDCClaimScopeDefinition extends ScopeDefinition implements Serializable- serialVersionUID:
- -3276795373511412049L
-
直列化されたフィールド
-
claims
List<ClaimMappingDefinition> claims
-
-
クラス org.iplass.mtp.auth.oauth.definition.ScopeDefinition
class ScopeDefinition extends Object implements Serializable- serialVersionUID:
- 5164831280206763413L
-
直列化されたフィールド
-
description
String description
-
displayName
String displayName
-
localizedDescriptionList
List<LocalizedStringDefinition> localizedDescriptionList
-
localizedDisplayNameList
List<LocalizedStringDefinition> localizedDisplayNameList
-
name
String name
-
-
クラス org.iplass.mtp.auth.oauth.definition.SubjectIdentifierTypeDefinition
class SubjectIdentifierTypeDefinition extends Object implements Serializable- serialVersionUID:
- 6494917476553206278L
-
-
パッケージ org.iplass.mtp.auth.oauth.definition.consents
-
クラス org.iplass.mtp.auth.oauth.definition.consents.AlwaysConsentTypeDefinition
class AlwaysConsentTypeDefinition extends ConsentTypeDefinition implements Serializable- serialVersionUID:
- -2138785778110911991L
-
クラス org.iplass.mtp.auth.oauth.definition.consents.OnceConsentTypeDefinition
class OnceConsentTypeDefinition extends ConsentTypeDefinition implements Serializable- serialVersionUID:
- -5487595498343449693L
-
クラス org.iplass.mtp.auth.oauth.definition.consents.ScriptingConsentTypeDefinition
class ScriptingConsentTypeDefinition extends ConsentTypeDefinition implements Serializable- serialVersionUID:
- 7944630447487359180L
-
直列化されたフィールド
-
script
String script
-
-
-
パッケージ org.iplass.mtp.auth.oauth.definition.introspectors
-
クラス org.iplass.mtp.auth.oauth.definition.introspectors.JavaClassCustomTokenIntrospectorDefinition
class JavaClassCustomTokenIntrospectorDefinition extends CustomTokenIntrospectorDefinition implements Serializable- serialVersionUID:
- 7805854304702805608L
-
直列化されたフィールド
-
className
String className
-
-
クラス org.iplass.mtp.auth.oauth.definition.introspectors.ScriptingCustomTokenIntrospectorDefinition
class ScriptingCustomTokenIntrospectorDefinition extends CustomTokenIntrospectorDefinition implements Serializable- serialVersionUID:
- 2347657870175988864L
-
直列化されたフィールド
-
script
String script
-
-
-
パッケージ org.iplass.mtp.auth.oauth.definition.subtypes
-
クラス org.iplass.mtp.auth.oauth.definition.subtypes.PairwiseSubjectIdentifierTypeDefinition
class PairwiseSubjectIdentifierTypeDefinition extends SubjectIdentifierTypeDefinition implements Serializable- serialVersionUID:
- -8199680802708360459L
-
直列化されたフィールド
-
subjectIdMappedUserProperty
String subjectIdMappedUserProperty
-
-
クラス org.iplass.mtp.auth.oauth.definition.subtypes.PublicSubjectIdentifierTypeDefinition
class PublicSubjectIdentifierTypeDefinition extends SubjectIdentifierTypeDefinition implements Serializable- serialVersionUID:
- 6212120199107521690L
-
直列化されたフィールド
-
hashing
boolean hashing
-
subjectIdMappedUserProperty
String subjectIdMappedUserProperty
-
-
-
パッケージ org.iplass.mtp.auth.oidc.definition
-
クラス org.iplass.mtp.auth.oidc.definition.OpenIdConnectDefinition
class OpenIdConnectDefinition extends Object implements Serializable- serialVersionUID:
- -6374680220009311372L
-
直列化されたフィールド
-
authorizationEndpoint
String authorizationEndpoint
-
autoUserProvisioningHandler
String autoUserProvisioningHandler
-
backUrlAfterAuth
String backUrlAfterAuth
-
backUrlAfterConnect
String backUrlAfterConnect
-
clientAuthenticationType
ClientAuthenticationType clientAuthenticationType
-
clientId
String clientId
-
description
String description
-
displayName
String displayName
-
enablePKCE
boolean enablePKCE
-
enableTransientUser
boolean enableTransientUser
-
issParameterSupported
boolean issParameterSupported
-
issuer
String issuer
-
jwksContents
String jwksContents
-
jwksEndpoint
String jwksEndpoint
-
localizedDisplayNameList
List<LocalizedStringDefinition> localizedDisplayNameList
-
name
String name
-
responseMode
ResponseMode responseMode
-
scopes
List<String> scopes
-
subjectNameClaim
String subjectNameClaim
-
tokenEndpoint
String tokenEndpoint
-
useNonce
boolean useNonce
-
userInfoEndpoint
String userInfoEndpoint
-
validateSign
boolean validateSign
-
-
-
パッケージ org.iplass.mtp.auth.policy.definition
-
クラス org.iplass.mtp.auth.policy.definition.AccountLockoutPolicyDefinition
class AccountLockoutPolicyDefinition extends Object implements Serializable- serialVersionUID:
- -5956695743833838501L
-
直列化されたフィールド
-
lockoutDuration
int lockoutDuration
ロックアウトしている期間(分)。0は無制限 -
lockoutFailureCount
int lockoutFailureCount
アカウントロックアウトするまでの失敗回数。0はロックアウトしない -
lockoutFailureExpirationInterval
int lockoutFailureExpirationInterval
失敗回数を記憶しておく期間(分) 。0は無制限
-
-
クラス org.iplass.mtp.auth.policy.definition.AccountNotificationListenerDefinition
class AccountNotificationListenerDefinition extends Object implements Serializable- serialVersionUID:
- -5481438995099093572L
-
クラス org.iplass.mtp.auth.policy.definition.AuthenticationPolicyDefinition
class AuthenticationPolicyDefinition extends Object implements Serializable- serialVersionUID:
- 1686825565380276912L
-
直列化されたフィールド
-
accountLockoutPolicy
AccountLockoutPolicyDefinition accountLockoutPolicy
-
authenticationProvider
List<String> authenticationProvider
-
description
String description
-
displayName
String displayName
-
localizedDisplayNameList
List<LocalizedStringDefinition> localizedDisplayNameList
-
name
String name
-
notificationListener
List<AccountNotificationListenerDefinition> notificationListener
ユーザー作成時、パスワード更新時にその情報を受け取る為のListener -
openIdConnectDefinition
List<String> openIdConnectDefinition
-
passwordPolicy
PasswordPolicyDefinition passwordPolicy
-
recordLastLoginDate
boolean recordLastLoginDate
-
rememberMePolicy
RememberMePolicyDefinition rememberMePolicy
-
-
クラス org.iplass.mtp.auth.policy.definition.PasswordPolicyDefinition
class PasswordPolicyDefinition extends Object implements Serializable- serialVersionUID:
- 5571368654587947847L
-
直列化されたフィールド
-
createAccountWithSpecificPassword
boolean createAccountWithSpecificPassword
-
customUserEndDate
String customUserEndDate
ユーザー終了日をカスタムで設定するScript -
denyList
String denyList
パスワードの拒否リスト。複数指定する場合は改行で区切ってください。 -
denySamePasswordAsAccountId
boolean denySamePasswordAsAccountId
アカウントIDと同一のパスワードを不許可とするか -
localizedPasswordPatternErrorMessageList
List<LocalizedStringDefinition> localizedPasswordPatternErrorMessageList
パスワードの複雑度エラーのメッセージ(Localized) -
maximumPasswordAge
int maximumPasswordAge
パスワードが有効な最大期間 (日)。0は無限。 -
maximumRandomPasswordAge
int maximumRandomPasswordAge
自動生成パスワードが有効な最大期間 (日)。0は無限。 -
minimumPasswordAge
int minimumPasswordAge
パスワード変更に最低限必要な期間(日) -
passwordHistoryCount
int passwordHistoryCount
過去入力したパスワードを覚えておく個数。履歴に残っているパスワードは設定できない。厳密に言うと、パスワードのハッシュを記録するので、異なるパスワードでも衝突の可能性はある。 -
passwordHistoryPeriod
int passwordHistoryPeriod
過去入力したパスワードを覚えておく期間(日)。履歴に残っているパスワードは設定できない。厳密に言うと、パスワードのハッシュを記録するので、異なるパスワードでも衝突の可能性はある。 -
passwordPattern
String passwordPattern
パスワードの複雑度チェックに利用する正規表現 -
passwordPatternErrorMessage
String passwordPatternErrorMessage
パスワードの複雑度エラーのメッセージ -
randomPasswordExcludeChars
String randomPasswordExcludeChars
自動生成パスワード設定除外文字列 -
randomPasswordIncludeSigns
String randomPasswordIncludeSigns
自動生成パスワード設定記号文字列 -
randomPasswordLength
int randomPasswordLength
自動生成パスワードの長さ -
resetPasswordWithSpecificPassword
boolean resetPasswordWithSpecificPassword
-
-
クラス org.iplass.mtp.auth.policy.definition.RememberMePolicyDefinition
class RememberMePolicyDefinition extends Object implements Serializable- serialVersionUID:
- -6269024681108556061L
-
直列化されたフィールド
-
absoluteLifetime
boolean absoluteLifetime
-
lifetimeMinutes
long lifetimeMinutes
-
-
-
パッケージ org.iplass.mtp.auth.policy.definition.listeners
-
クラス org.iplass.mtp.auth.policy.definition.listeners.JavaClassAccountNotificationListenerDefinition
class JavaClassAccountNotificationListenerDefinition extends AccountNotificationListenerDefinition implements Serializable- serialVersionUID:
- 64910434337213460L
-
直列化されたフィールド
-
className
String className
-
-
クラス org.iplass.mtp.auth.policy.definition.listeners.MailAccountNotificationListenerDefinition
class MailAccountNotificationListenerDefinition extends AccountNotificationListenerDefinition implements Serializable- serialVersionUID:
- 7463255129416810210L
-
直列化されたフィールド
-
createUserMailTemplate
String createUserMailTemplate
-
createUserWithSpecifiedPasswordMailTemplate
String createUserWithSpecifiedPasswordMailTemplate
-
credentialResetMailTemplate
String credentialResetMailTemplate
-
credentialResetWithSpecifiedPasswordMailTemplate
String credentialResetWithSpecifiedPasswordMailTemplate
-
credentialUpdatedMailTemplate
String credentialUpdatedMailTemplate
-
lockedoutMailTemplate
String lockedoutMailTemplate
-
loginSuccessUserMailTemplate
String loginSuccessUserMailTemplate
-
propertiesForUpdateNotification
List<String> propertiesForUpdateNotification
-
propertyUpdatedMailTemplate
String propertyUpdatedMailTemplate
-
removeUserMailTemplate
String removeUserMailTemplate
-
-
クラス org.iplass.mtp.auth.policy.definition.listeners.ScriptingAccountNotificationListenerDefinition
class ScriptingAccountNotificationListenerDefinition extends AccountNotificationListenerDefinition implements Serializable- serialVersionUID:
- 1974904229979573512L
-
直列化されたフィールド
-
listenNotification
List<NotificationType> listenNotification
-
script
String script
-
-
-
パッケージ org.iplass.mtp.command
-
例外クラス org.iplass.mtp.command.CommandRuntimeException
class CommandRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -3687285207844585471L
-
例外クラス org.iplass.mtp.command.IllegalParameterException
class IllegalParameterException extends ApplicationException implements Serializable- serialVersionUID:
- -7459993524027055176L
-
例外クラス org.iplass.mtp.command.UploadFileSizeOverException
class UploadFileSizeOverException extends ApplicationException implements Serializable- serialVersionUID:
- 4768254761154005289L
-
-
パッケージ org.iplass.mtp.command.annotation.action
-
例外クラス org.iplass.mtp.command.annotation.action.Result.UNSPECIFIED
class UNSPECIFIED extends Throwable implements Serializable- serialVersionUID:
- -7860913570648047826L
-
-
パッケージ org.iplass.mtp.command.async
-
クラス org.iplass.mtp.command.async.AsyncRequestContext
class AsyncRequestContext extends Object implements Serializable- serialVersionUID:
- 1878806170353316070L
-
クラス org.iplass.mtp.command.async.WriteToEntityHandler
class WriteToEntityHandler extends Object implements Serializable- serialVersionUID:
- -3139078172022183983L
-
-
パッケージ org.iplass.mtp.command.async.definition
-
クラス org.iplass.mtp.command.async.definition.AsyncCommandDefinition
class AsyncCommandDefinition extends Object implements Serializable- serialVersionUID:
- 8751389096879390423L
-
直列化されたフィールド
-
commandConfig
CommandConfig commandConfig
-
description
String description
-
displayName
String displayName
-
exceptionHandlingMode
ExceptionHandlingMode exceptionHandlingMode
-
groupingKeyAttributeName
String groupingKeyAttributeName
-
name
String name
-
queue
String queue
-
-
-
パッケージ org.iplass.mtp.command.beanmapper
-
例外クラス org.iplass.mtp.command.beanmapper.MappingException
class MappingException extends ApplicationException implements Serializable- serialVersionUID:
- -916310319212775157L
-
直列化されたフィールド
-
result
MappingResult result
-
-
-
パッケージ org.iplass.mtp.command.definition
-
クラス org.iplass.mtp.command.definition.CommandDefinition
class CommandDefinition extends Object implements Serializable- serialVersionUID:
- -7945112167553853471L
-
直列化されたフィールド
-
description
String description
-
displayName
String displayName
-
localizedDisplayNameList
List<LocalizedStringDefinition> localizedDisplayNameList
-
name
String name
-
newInstancePerRequest
boolean newInstancePerRequest
-
readOnly
boolean readOnly
-
-
クラス org.iplass.mtp.command.definition.CommandDefinitionModifyResult
class CommandDefinitionModifyResult extends DefinitionModifyResult implements Serializable- serialVersionUID:
- -5485968943621892666L
-
クラス org.iplass.mtp.command.definition.JavaClassCommandDefinition
class JavaClassCommandDefinition extends CommandDefinition implements Serializable- serialVersionUID:
- -3640475960257941510L
-
直列化されたフィールド
-
className
String className
-
-
クラス org.iplass.mtp.command.definition.ScriptingCommandDefinition
class ScriptingCommandDefinition extends CommandDefinition implements Serializable- serialVersionUID:
- 2953634917428896152L
-
直列化されたフィールド
-
script
String script
-
-
-
パッケージ org.iplass.mtp.command.definition.config
-
クラス org.iplass.mtp.command.definition.config.CommandConfig
class CommandConfig extends Object implements Serializable- serialVersionUID:
- -2728709200780228430L
-
直列化されたフィールド
-
initScript
String initScript
初期化スクリプト -
rollbackWhenException
boolean rollbackWhenException
-
throwExceptionIfSetRollbackOnly
boolean throwExceptionIfSetRollbackOnly
-
transactionPropagation
Propagation transactionPropagation
-
-
クラス org.iplass.mtp.command.definition.config.CompositeCommandConfig
class CompositeCommandConfig extends CommandConfig implements Serializable- serialVersionUID:
- -8532756014954111622L
-
直列化されたフィールド
-
commands
CommandConfig[] commands
実行コマンド -
executeScript
String executeScript
コマンド実行スクリプト
-
-
クラス org.iplass.mtp.command.definition.config.SingleCommandConfig
class SingleCommandConfig extends CommandConfig implements Serializable- serialVersionUID:
- 4064117722972269162L
-
直列化されたフィールド
-
commandName
String commandName
実行コマンド名
-
-
-
パッケージ org.iplass.mtp.definition
-
クラス org.iplass.mtp.definition.DefinitionEntry
class DefinitionEntry extends Object implements Serializable- serialVersionUID:
- 5353106054693573775L
-
直列化されたフィールド
-
definition
Definition definition
-
definitionInfo
DefinitionInfo definitionInfo
-
-
クラス org.iplass.mtp.definition.DefinitionInfo
class DefinitionInfo extends Object implements Serializable- serialVersionUID:
- -5472453590322128804L
-
直列化されたフィールド
-
definitionId
String definitionId
-
description
String description
-
displayName
String displayName
-
name
String name
-
shared
boolean shared
-
sharedConfig
SharedConfig sharedConfig
-
sharedOverwrite
boolean sharedOverwrite
-
type
String type
-
version
int version
-
versionHistory
List<VersionHistory> versionHistory
-
-
クラス org.iplass.mtp.definition.DefinitionModifyResult
class DefinitionModifyResult extends Object implements Serializable- serialVersionUID:
- 5017185294034459446L
-
直列化されたフィールド
-
isSuccess
boolean isSuccess
結果 -
message
String message
メッセージ
-
-
クラス org.iplass.mtp.definition.DefinitionSummary
class DefinitionSummary extends Object implements Serializable- serialVersionUID:
- 251841465062661676L
-
例外クラス org.iplass.mtp.definition.IllegalDefinitionStateException
class IllegalDefinitionStateException extends SystemException implements Serializable- serialVersionUID:
- 5991921992822831506L
-
クラス org.iplass.mtp.definition.LocalizedStringDefinition
class LocalizedStringDefinition extends Object implements Serializable- serialVersionUID:
- -9001390920406240051L
-
クラス org.iplass.mtp.definition.VersionHistory
class VersionHistory extends Object implements Serializable- serialVersionUID:
- -5797792193316764705L
-
-
パッケージ org.iplass.mtp.definition.binary
-
クラス org.iplass.mtp.definition.binary.FileArchiveBinaryDefinition
class FileArchiveBinaryDefinition extends FileBinaryDefinition implements Serializable- serialVersionUID:
- -4391803442328436515L
-
クラス org.iplass.mtp.definition.binary.FileBinaryDefinition
class FileBinaryDefinition extends Object implements Serializable- serialVersionUID:
- -4061392972792605539L
-
直列化メソッド
-
readObject
-
writeObject
- 例外:
IOException
-
-
直列化されたフィールド
-
name
String name
-
size
long size
-
-
-
パッケージ org.iplass.mtp.entity
-
クラス org.iplass.mtp.entity.BinaryReference
class BinaryReference extends Object implements Serializable- serialVersionUID:
- -8654202685558160763L
-
例外クラス org.iplass.mtp.entity.EntityApplicationException
class EntityApplicationException extends ApplicationException implements Serializable- serialVersionUID:
- 1814886408952146467L
-
例外クラス org.iplass.mtp.entity.EntityConcurrentUpdateException
class EntityConcurrentUpdateException extends EntityApplicationException implements Serializable- serialVersionUID:
- -7337391382174601963L
-
直列化されたフィールド
-
isDeadLock
boolean isDeadLock
デッドロックの検知か -
isNowait
boolean isNowait
Nowaiteの検知か
-
-
例外クラス org.iplass.mtp.entity.EntityDuplicateValueException
class EntityDuplicateValueException extends EntityApplicationException implements Serializable- serialVersionUID:
- 9013578485881836107L
-
例外クラス org.iplass.mtp.entity.EntityLockedByUserException
class EntityLockedByUserException extends EntityApplicationException implements Serializable- serialVersionUID:
- -6022766051117848186L
-
例外クラス org.iplass.mtp.entity.EntityQueryTimeoutException
class EntityQueryTimeoutException extends EntityApplicationException implements Serializable- serialVersionUID:
- 6045385069906433450L
-
例外クラス org.iplass.mtp.entity.EntityRuntimeException
class EntityRuntimeException extends SystemException implements Serializable- serialVersionUID:
- 797476665765647047L
-
例外クラス org.iplass.mtp.entity.EntityValidationException
class EntityValidationException extends EntityApplicationException implements Serializable- serialVersionUID:
- 742734525985667059L
-
直列化されたフィールド
-
validateResults
List<ValidateError> validateResults
-
-
例外クラス org.iplass.mtp.entity.EntityValueCastException
class EntityValueCastException extends EntityApplicationException implements Serializable- serialVersionUID:
- 543527823174831645L
-
クラス org.iplass.mtp.entity.GenericEntity
class GenericEntity extends Object implements Serializable- serialVersionUID:
- 7059431419625229782L
-
クラス org.iplass.mtp.entity.SelectValue
class SelectValue extends Object implements Serializable- serialVersionUID:
- 1593232287446031856L
-
-
パッケージ org.iplass.mtp.entity.definition
-
クラス org.iplass.mtp.entity.definition.DataLocalizationStrategy
class DataLocalizationStrategy extends Object implements Serializable- serialVersionUID:
- -7453476741431507201L
-
クラス org.iplass.mtp.entity.definition.EntityDefinition
class EntityDefinition extends Object implements Serializable- serialVersionUID:
- 8760071361206854130L
-
直列化されたフィールド
-
crawl
boolean crawl
-
crawlPropertyName
List<String> crawlPropertyName
Crawl対象のPropertyの定義名 -
dataLocalizationStrategy
DataLocalizationStrategy dataLocalizationStrategy
-
description
String description
説明 -
displayName
String displayName
表示名 -
eventListenerList
List<EventListenerDefinition> eventListenerList
-
inheritedDefinition
String inheritedDefinition
継承元の定義名 -
localizedDisplayNameList
List<LocalizedStringDefinition> localizedDisplayNameList
-
mapping
EntityMapping mapping
EntityをPOJOへマッピングする場合のマッピング定義 -
name
String name
Entityの定義名 -
namePropertyName
String namePropertyName
name(名前)として使用するPropertyの定義名。指定されている場合、自動的にそのPropertyの値がnameにセットされる -
oidPropertyName
List<String> oidPropertyName
oid(オブジェクトID)として使用するPropertyの定義名。未指定の場合は、自動生成されるIDが使用される -
propertyList
List<PropertyDefinition> propertyList
スーパーモデルでのプロパティ定義も含んだプロパティのリスト -
queryCache
boolean queryCache
クエリー結果キャッシュの有効化有無 -
storeDefinition
StoreDefinition storeDefinition
-
versionControlType
VersionControlType versionControlType
-
-
クラス org.iplass.mtp.entity.definition.EntityDefinitionModifyResult
class EntityDefinitionModifyResult extends DefinitionModifyResult implements Serializable- serialVersionUID:
- 7145015583970134749L
-
クラス org.iplass.mtp.entity.definition.EntityMapping
class EntityMapping extends Object implements Serializable- serialVersionUID:
- 1163207793249672806L
-
直列化されたフィールド
-
mappingModelClass
String mappingModelClass
POJOにマッピングする際のクラス
-
-
クラス org.iplass.mtp.entity.definition.EventListenerDefinition
class EventListenerDefinition extends Object implements Serializable- serialVersionUID:
- -643271790982890174L
-
直列化されたフィールド
-
withoutMappedByReference
boolean withoutMappedByReference
-
-
クラス org.iplass.mtp.entity.definition.LocalizedSelectValueDefinition
class LocalizedSelectValueDefinition extends Object implements Serializable- serialVersionUID:
- -4998288776358261822L
-
直列化されたフィールド
-
localeName
String localeName
-
selectValueList
List<SelectValue> selectValueList
-
-
クラス org.iplass.mtp.entity.definition.NormalizerDefinition
class NormalizerDefinition extends Object implements Serializable- serialVersionUID:
- -5463919265806923883L
-
クラス org.iplass.mtp.entity.definition.PropertyDefinition
class PropertyDefinition extends Object implements Serializable- serialVersionUID:
- -7811682916880170135L
-
直列化されたフィールド
-
defaultValue
String defaultValue
デフォルト値 -
description
String description
説明 -
displayName
String displayName
表示名 -
indexType
IndexType indexType
-
inherited
boolean inherited
このプロパティが継承されたものかどうか -
localizedDisplayNameList
List<LocalizedStringDefinition> localizedDisplayNameList
多言語化用文字情報リスト -
multiplicity
int multiplicity
多重度 -
name
String name
プロパティ名 -
normalizers
List<NormalizerDefinition> normalizers
-
readOnly
boolean readOnly
この項目が読み取り専用かどうか(自動採番ID、更新者、更新日、数式等のシステムによる自動設定項目の意) -
updatable
boolean updatable
変更可能項目か否か -
validations
List<ValidationDefinition> validations
-
-
クラス org.iplass.mtp.entity.definition.StoreDefinition
class StoreDefinition extends Object implements Serializable- serialVersionUID:
- 1980845539980871395L
-
クラス org.iplass.mtp.entity.definition.ValidationDefinition
class ValidationDefinition extends Object implements Serializable- serialVersionUID:
- 2424889426106372753L
-
-
パッケージ org.iplass.mtp.entity.definition.l10n
-
クラス org.iplass.mtp.entity.definition.l10n.EachInstanceDataLocalizationStrategy
class EachInstanceDataLocalizationStrategy extends DataLocalizationStrategy implements Serializable- serialVersionUID:
- -3033750393974140063L
-
直列化されたフィールド
-
languagePropertyName
String languagePropertyName
-
-
クラス org.iplass.mtp.entity.definition.l10n.EachPropertyDataLocalizationStrategy
class EachPropertyDataLocalizationStrategy extends DataLocalizationStrategy implements Serializable- serialVersionUID:
- 7797384339194519479L
-
-
パッケージ org.iplass.mtp.entity.definition.listeners
-
クラス org.iplass.mtp.entity.definition.listeners.JavaClassEventListenerDefinition
class JavaClassEventListenerDefinition extends EventListenerDefinition implements Serializable- serialVersionUID:
- -8722298896259971581L
-
直列化されたフィールド
-
className
String className
-
-
クラス org.iplass.mtp.entity.definition.listeners.ScriptingEventListenerDefinition
class ScriptingEventListenerDefinition extends EventListenerDefinition implements Serializable- serialVersionUID:
- 5712119979506470199L
-
クラス org.iplass.mtp.entity.definition.listeners.SendNotificationEventListenerDefinition
class SendNotificationEventListenerDefinition extends EventListenerDefinition implements Serializable- serialVersionUID:
- 7891113805980486070L
-
直列化されたフィールド
-
destinationList
List<String> destinationList
-
listenEvent
List<EventType> listenEvent
-
notificationCondScript
String notificationCondScript
-
notificationType
SendNotificationType notificationType
-
responseHandler
String responseHandler
-
sendTogether
boolean sendTogether
-
synchronous
boolean synchronous
ウェッブフックだけの設定項目 -
tmplDefName
String tmplDefName
-
-
-
パッケージ org.iplass.mtp.entity.definition.normalizers
-
クラス org.iplass.mtp.entity.definition.normalizers.ICUTransliterator
class ICUTransliterator extends NormalizerDefinition implements Serializable- serialVersionUID:
- -1117304802663374067L
-
直列化されたフィールド
-
transliteratorId
String transliteratorId
-
-
クラス org.iplass.mtp.entity.definition.normalizers.JavaClassNormalizer
class JavaClassNormalizer extends NormalizerDefinition implements Serializable- serialVersionUID:
- 573541326551088096L
-
直列化されたフィールド
-
asArray
boolean asArray
-
className
String className
-
-
クラス org.iplass.mtp.entity.definition.normalizers.NewlineNormalizer
class NewlineNormalizer extends NormalizerDefinition implements Serializable- serialVersionUID:
- -4056785014337074495L
-
直列化されたフィールド
-
type
NewlineType type
-
-
クラス org.iplass.mtp.entity.definition.normalizers.RegexReplace
class RegexReplace extends NormalizerDefinition implements Serializable- serialVersionUID:
- -394476100815750656L
-
クラス org.iplass.mtp.entity.definition.normalizers.ScriptingNormalizer
class ScriptingNormalizer extends NormalizerDefinition implements Serializable- serialVersionUID:
- 1313549398564608707L
-
直列化されたフィールド
-
asArray
boolean asArray
-
script
String script
-
-
クラス org.iplass.mtp.entity.definition.normalizers.UnicodeNormalizer
class UnicodeNormalizer extends NormalizerDefinition implements Serializable- serialVersionUID:
- 2063092268493173467L
-
直列化されたフィールド
-
form
String form
-
-
クラス org.iplass.mtp.entity.definition.normalizers.WhiteSpaceTrimmer
class WhiteSpaceTrimmer extends NormalizerDefinition implements Serializable- serialVersionUID:
- -1624123944414905946L
-
-
パッケージ org.iplass.mtp.entity.definition.properties
-
クラス org.iplass.mtp.entity.definition.properties.AutoNumberProperty
class AutoNumberProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- -410534539656362978L
-
直列化されたフィールド
-
fixedNumberOfDigits
int fixedNumberOfDigits
桁数。桁数に満たない場合は、0埋めする。-1指定の場合は、0埋めなし。 -
formatScript
String formatScript
自動採番されるIDのフォーマット指定。po-${yyyy}${MM}-${nextVal()}みたいな形でフォーマット指定 -
numberingType
NumberingType numberingType
-
startsWith
long startsWith
-
-
クラス org.iplass.mtp.entity.definition.properties.BinaryProperty
class BinaryProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- 5708339946423744840L
-
クラス org.iplass.mtp.entity.definition.properties.BooleanProperty
class BooleanProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- 3557679676474885914L
-
クラス org.iplass.mtp.entity.definition.properties.DateProperty
class DateProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- -6751694271231406298L
-
クラス org.iplass.mtp.entity.definition.properties.DateTimeProperty
class DateTimeProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- 4399633592026241936L
-
クラス org.iplass.mtp.entity.definition.properties.DecimalProperty
class DecimalProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- 5033289491264936255L
-
直列化されたフィールド
-
roundingMode
RoundingMode roundingMode
-
scale
int scale
-
-
クラス org.iplass.mtp.entity.definition.properties.ExpressionProperty
class ExpressionProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- -8100457099996385877L
-
直列化されたフィールド
-
expression
String expression
-
resultType
PropertyDefinitionType resultType
-
resultTypeSpec
PropertyDefinition resultTypeSpec
-
-
クラス org.iplass.mtp.entity.definition.properties.FloatProperty
class FloatProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- 7810046438255422616L
-
クラス org.iplass.mtp.entity.definition.properties.IntegerProperty
class IntegerProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- -2843588733088091905L
-
クラス org.iplass.mtp.entity.definition.properties.LongTextProperty
class LongTextProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- -8046869707435793050L
-
クラス org.iplass.mtp.entity.definition.properties.ReferenceProperty
class ReferenceProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- -6892130540731635845L
-
直列化されたフィールド
-
auditLogMappedBy
boolean auditLogMappedBy
-
mappedBy
String mappedBy
-
objectDefinitionName
String objectDefinitionName
属性のデータ型がAGGREGATE、ASSOCIATIONの場合の参照先の汎用データの定義名 -
orderBy
String orderBy
-
referenceType
ReferenceType referenceType
-
versionControlAsOfExpression
String versionControlAsOfExpression
-
versionControlType
VersionControlReferenceType versionControlType
-
-
クラス org.iplass.mtp.entity.definition.properties.SelectProperty
class SelectProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- 3614342763254943340L
-
直列化されたフィールド
-
localizedSelectValueList
List<LocalizedSelectValueDefinition> localizedSelectValueList
-
selectValueDefinitionName
String selectValueDefinitionName
-
selectValueList
List<SelectValue> selectValueList
-
-
クラス org.iplass.mtp.entity.definition.properties.StringProperty
class StringProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- 4005580392220699669L
-
クラス org.iplass.mtp.entity.definition.properties.TimeProperty
class TimeProperty extends PropertyDefinition implements Serializable- serialVersionUID:
- -833269361107220721L
-
-
パッケージ org.iplass.mtp.entity.definition.properties.selectvalue
-
クラス org.iplass.mtp.entity.definition.properties.selectvalue.SelectValueDefinition
class SelectValueDefinition extends Object implements Serializable- serialVersionUID:
- 7442258946492974274L
-
直列化されたフィールド
-
description
String description
-
displayName
String displayName
-
localizedSelectValueList
List<LocalizedSelectValueDefinition> localizedSelectValueList
-
name
String name
-
selectValueList
List<SelectValue> selectValueList
-
-
-
パッケージ org.iplass.mtp.entity.definition.stores
-
クラス org.iplass.mtp.entity.definition.stores.ColumnMapping
class ColumnMapping extends Object implements Serializable- serialVersionUID:
- 3409874259116874619L
-
クラス org.iplass.mtp.entity.definition.stores.SchemalessRdbStore
class SchemalessRdbStore extends StoreDefinition implements Serializable- serialVersionUID:
- -1347359195417259943L
-
直列化されたフィールド
-
columnMappingList
List<ColumnMapping> columnMappingList
-
storageSpace
String storageSpace
-
-
-
パッケージ org.iplass.mtp.entity.definition.validations
-
クラス org.iplass.mtp.entity.definition.validations.BinarySizeValidation
class BinarySizeValidation extends ValidationDefinition implements Serializable- serialVersionUID:
- 5949696020925018911L
-
クラス org.iplass.mtp.entity.definition.validations.BinaryTypeValidation
class BinaryTypeValidation extends ValidationDefinition implements Serializable- serialVersionUID:
- -2416467807987177618L
-
直列化されたフィールド
-
acceptMimeTypesPattern
String acceptMimeTypesPattern
-
-
クラス org.iplass.mtp.entity.definition.validations.ExistsValidation
class ExistsValidation extends ValidationDefinition implements Serializable- serialVersionUID:
- 7454625855150871109L
-
クラス org.iplass.mtp.entity.definition.validations.JavaClassValidation
class JavaClassValidation extends ValidationDefinition implements Serializable- serialVersionUID:
- -4742425715523483901L
-
直列化されたフィールド
-
asArray
boolean asArray
-
className
String className
-
-
クラス org.iplass.mtp.entity.definition.validations.LengthValidation
class LengthValidation extends ValidationDefinition implements Serializable- serialVersionUID:
- 5741933609616633482L
-
クラス org.iplass.mtp.entity.definition.validations.NotNullValidation
class NotNullValidation extends ValidationDefinition implements Serializable- serialVersionUID:
- -6100755252876967767L
-
クラス org.iplass.mtp.entity.definition.validations.RangeValidation
class RangeValidation extends ValidationDefinition implements Serializable- serialVersionUID:
- -2998587323247851969L
-
クラス org.iplass.mtp.entity.definition.validations.RegexValidation
class RegexValidation extends ValidationDefinition implements Serializable- serialVersionUID:
- 2263904604181287841L
-
直列化されたフィールド
-
pattern
String pattern
-
-
クラス org.iplass.mtp.entity.definition.validations.ScriptingValidation
class ScriptingValidation extends ValidationDefinition implements Serializable- serialVersionUID:
- -3806173080063387599L
-
直列化されたフィールド
-
asArray
boolean asArray
-
script
String script
-
-
-
パッケージ org.iplass.mtp.entity.fulltextsearch
-
例外クラス org.iplass.mtp.entity.fulltextsearch.FulltextSearchRuntimeException
class FulltextSearchRuntimeException extends SystemException implements Serializable- serialVersionUID:
- 3608846145119340568L
-
-
パッケージ org.iplass.mtp.entity.query
-
クラス org.iplass.mtp.entity.query.AsOf
class AsOf extends Object implements Serializable- serialVersionUID:
- 5164214522449613176L
-
直列化されたフィールド
-
spec
AsOf.AsOfSpec spec
-
value
ValueExpression value
-
-
クラス org.iplass.mtp.entity.query.From
class From extends Object implements Serializable- serialVersionUID:
- 7328311094744595840L
-
クラス org.iplass.mtp.entity.query.GroupBy
class GroupBy extends Object implements Serializable- serialVersionUID:
- 6843313143662604447L
-
直列化されたフィールド
-
groupingFieldList
List<ValueExpression> groupingFieldList
-
rollType
GroupBy.RollType rollType
-
-
クラス org.iplass.mtp.entity.query.Having
class Having extends Object implements Serializable- serialVersionUID:
- -2306091495633643396L
-
直列化されたフィールド
-
condition
Condition condition
-
-
クラス org.iplass.mtp.entity.query.Limit
class Limit extends Object implements Serializable- serialVersionUID:
- 2893574448831149966L
-
直列化されたフィールド
-
bindable
boolean bindable
-
limit
int limit
-
offset
int offset
-
-
クラス org.iplass.mtp.entity.query.OrderBy
class OrderBy extends Object implements Serializable- serialVersionUID:
- -7797666558027532968L
-
クラス org.iplass.mtp.entity.query.Query
class Query extends Object implements Serializable- serialVersionUID:
- -1325433515844859791L
-
例外クラス org.iplass.mtp.entity.query.QueryException
class QueryException extends EntityRuntimeException implements Serializable- serialVersionUID:
- -8172785359418383885L
-
クラス org.iplass.mtp.entity.query.Refer
class Refer extends Object implements Serializable- serialVersionUID:
- 8596841126564202143L
-
直列化されたフィールド
-
asOf
AsOf asOf
-
condition
Condition condition
-
referenceName
EntityField referenceName
-
-
クラス org.iplass.mtp.entity.query.Select
class Select extends Object implements Serializable- serialVersionUID:
- -5756828427274970672L
-
直列化されたフィールド
-
hintComment
HintComment hintComment
-
isDistinct
boolean isDistinct
-
selectValues
List<ValueExpression> selectValues
-
-
クラス org.iplass.mtp.entity.query.SortSpec
class SortSpec extends Object implements Serializable- serialVersionUID:
- -8115669253085961836L
-
直列化されたフィールド
-
nullOrderingSpec
SortSpec.NullOrderingSpec nullOrderingSpec
-
sortKey
ValueExpression sortKey
-
type
SortSpec.SortType type
-
-
クラス org.iplass.mtp.entity.query.SubQuery
class SubQuery extends Object implements Serializable- serialVersionUID:
- -5969806128437230832L
-
クラス org.iplass.mtp.entity.query.Where
class Where extends Object implements Serializable- serialVersionUID:
- -1522953660630044615L
-
直列化されたフィールド
-
condition
Condition condition
-
-
-
パッケージ org.iplass.mtp.entity.query.condition
-
クラス org.iplass.mtp.entity.query.condition.Condition
class Condition extends Object implements Serializable- serialVersionUID:
- 7777497275666525341L
-
-
パッケージ org.iplass.mtp.entity.query.condition.expr
-
クラス org.iplass.mtp.entity.query.condition.expr.And
class And extends Condition implements Serializable- serialVersionUID:
- 6770787599085842938L
-
クラス org.iplass.mtp.entity.query.condition.expr.Not
class Not extends Condition implements Serializable- serialVersionUID:
- -3705365114363556102L
-
直列化されたフィールド
-
nestedExpression
Condition nestedExpression
-
-
クラス org.iplass.mtp.entity.query.condition.expr.Or
class Or extends Condition implements Serializable- serialVersionUID:
- -7950847141304557913L
-
クラス org.iplass.mtp.entity.query.condition.expr.Paren
class Paren extends Condition implements Serializable- serialVersionUID:
- 2119445900243861643L
-
直列化されたフィールド
-
nestedExpression
Condition nestedExpression
-
-
-
パッケージ org.iplass.mtp.entity.query.condition.predicate
-
クラス org.iplass.mtp.entity.query.condition.predicate.Between
class Between extends Predicate implements Serializable- serialVersionUID:
- 6957341207431475353L
-
直列化されたフィールド
-
from
ValueExpression from
-
property
ValueExpression property
-
to
ValueExpression to
-
-
クラス org.iplass.mtp.entity.query.condition.predicate.ComparisonPredicate
class ComparisonPredicate extends Predicate implements Serializable- serialVersionUID:
- 2764393184976029446L
-
直列化されたフィールド
-
property
ValueExpression property
-
value
ValueExpression value
-
-
クラス org.iplass.mtp.entity.query.condition.predicate.Contains
class Contains extends Predicate implements Serializable- serialVersionUID:
- 1946093340942491141L
-
直列化されたフィールド
-
searchText
String searchText
-
-
クラス org.iplass.mtp.entity.query.condition.predicate.Equals
class Equals extends ComparisonPredicate implements Serializable- serialVersionUID:
- -3054232373708885486L
-
クラス org.iplass.mtp.entity.query.condition.predicate.Greater
class Greater extends ComparisonPredicate implements Serializable- serialVersionUID:
- 3997459773130823623L
-
クラス org.iplass.mtp.entity.query.condition.predicate.GreaterEqual
class GreaterEqual extends ComparisonPredicate implements Serializable- serialVersionUID:
- -4751022580970698722L
-
クラス org.iplass.mtp.entity.query.condition.predicate.In
class In extends Predicate implements Serializable- serialVersionUID:
- -3174824555455261230L
-
直列化されたフィールド
-
propertyList
List<ValueExpression> propertyList
-
subQuery
SubQuery subQuery
-
value
List<ValueExpression> value
-
-
クラス org.iplass.mtp.entity.query.condition.predicate.IsNotNull
class IsNotNull extends Predicate implements Serializable- serialVersionUID:
- -8746014572677248927L
-
直列化されたフィールド
-
property
ValueExpression property
-
-
クラス org.iplass.mtp.entity.query.condition.predicate.IsNull
class IsNull extends Predicate implements Serializable- serialVersionUID:
- -1655365124604984488L
-
直列化されたフィールド
-
property
ValueExpression property
-
-
クラス org.iplass.mtp.entity.query.condition.predicate.Lesser
class Lesser extends ComparisonPredicate implements Serializable- serialVersionUID:
- 6823655968071512895L
-
クラス org.iplass.mtp.entity.query.condition.predicate.LesserEqual
class LesserEqual extends ComparisonPredicate implements Serializable- serialVersionUID:
- -4919378876376735361L
-
クラス org.iplass.mtp.entity.query.condition.predicate.Like
class Like extends Predicate implements Serializable- serialVersionUID:
- 5430090669405885205L
-
直列化されたフィールド
-
caseType
Like.CaseType caseType
-
pattern
Literal pattern
-
property
ValueExpression property
-
-
クラス org.iplass.mtp.entity.query.condition.predicate.NotEquals
class NotEquals extends ComparisonPredicate implements Serializable- serialVersionUID:
- -3974653288258253389L
-
クラス org.iplass.mtp.entity.query.condition.predicate.Predicate
class Predicate extends Condition implements Serializable- serialVersionUID:
- 6366498542041031745L
-
-
パッケージ org.iplass.mtp.entity.query.hint
-
クラス org.iplass.mtp.entity.query.hint.BindHint
class BindHint extends EQLHint implements Serializable- serialVersionUID:
- 3006227867207974229L
-
クラス org.iplass.mtp.entity.query.hint.CacheHint
class CacheHint extends EQLHint implements Serializable- serialVersionUID:
- -2368342891687154508L
-
直列化されたフィールド
-
scope
CacheHint.CacheScope scope
-
ttl
int ttl
-
-
クラス org.iplass.mtp.entity.query.hint.EQLHint
class EQLHint extends Hint implements Serializable- serialVersionUID:
- -188718325289075313L
-
クラス org.iplass.mtp.entity.query.hint.FetchSizeHint
class FetchSizeHint extends EQLHint implements Serializable- serialVersionUID:
- 4029023340850326409L
-
直列化されたフィールド
-
size
int size
-
-
クラス org.iplass.mtp.entity.query.hint.Hint
class Hint extends Object implements Serializable- serialVersionUID:
- -829401135062686316L
-
クラス org.iplass.mtp.entity.query.hint.HintComment
class HintComment extends Object implements Serializable- serialVersionUID:
- -3352104778089451781L
-
クラス org.iplass.mtp.entity.query.hint.IndexHint
class IndexHint extends EQLHint implements Serializable- serialVersionUID:
- -6307067004560551763L
-
クラス org.iplass.mtp.entity.query.hint.NativeHint
class NativeHint extends Hint implements Serializable- serialVersionUID:
- -7024532266130797312L
-
クラス org.iplass.mtp.entity.query.hint.NoBindHint
class NoBindHint extends EQLHint implements Serializable- serialVersionUID:
- 5942562046025811485L
-
クラス org.iplass.mtp.entity.query.hint.NoIndexHint
class NoIndexHint extends EQLHint implements Serializable- serialVersionUID:
- -99648397631007464L
-
クラス org.iplass.mtp.entity.query.hint.ReadOnlyHint
class ReadOnlyHint extends EQLHint implements Serializable- serialVersionUID:
- 7956363636144317925L
-
クラス org.iplass.mtp.entity.query.hint.SuppressWarningsHint
class SuppressWarningsHint extends EQLHint implements Serializable- serialVersionUID:
- -2966042851752148721L
-
クラス org.iplass.mtp.entity.query.hint.TimeoutHint
class TimeoutHint extends EQLHint implements Serializable- serialVersionUID:
- -652190536500105365L
-
直列化されたフィールド
-
seconds
int seconds
-
-
-
パッケージ org.iplass.mtp.entity.query.value
-
クラス org.iplass.mtp.entity.query.value.RowValueList
class RowValueList extends ValueExpression implements Serializable- serialVersionUID:
- -7414534715211409579L
-
直列化されたフィールド
-
rowValues
List<ValueExpression> rowValues
-
-
クラス org.iplass.mtp.entity.query.value.ValueExpression
class ValueExpression extends Object implements Serializable- serialVersionUID:
- 4739694097335698234L
-
-
パッケージ org.iplass.mtp.entity.query.value.aggregate
-
クラス org.iplass.mtp.entity.query.value.aggregate.Aggregate
class Aggregate extends PrimaryValue implements Serializable- serialVersionUID:
- -203649942259922206L
-
直列化されたフィールド
-
value
ValueExpression value
-
-
クラス org.iplass.mtp.entity.query.value.aggregate.Avg
class Avg extends Aggregate implements Serializable- serialVersionUID:
- -1850941158731600164L
-
クラス org.iplass.mtp.entity.query.value.aggregate.Count
class Count extends Aggregate implements Serializable- serialVersionUID:
- -4428126857034145763L
-
直列化されたフィールド
-
isDistinct
boolean isDistinct
-
-
クラス org.iplass.mtp.entity.query.value.aggregate.Listagg
class Listagg extends OrderedSetFunction implements Serializable- serialVersionUID:
- -175289204129911812L
-
直列化されたフィールド
-
distinct
boolean distinct
-
separator
Literal separator
-
-
クラス org.iplass.mtp.entity.query.value.aggregate.Max
class Max extends Aggregate implements Serializable- serialVersionUID:
- -1282747873075609077L
-
クラス org.iplass.mtp.entity.query.value.aggregate.Median
class Median extends Aggregate implements Serializable- serialVersionUID:
- -6683821255862765487L
-
クラス org.iplass.mtp.entity.query.value.aggregate.Min
class Min extends Aggregate implements Serializable- serialVersionUID:
- 6628604971579147749L
-
クラス org.iplass.mtp.entity.query.value.aggregate.Mode
class Mode extends Aggregate implements Serializable- serialVersionUID:
- 800205713956390467L
-
クラス org.iplass.mtp.entity.query.value.aggregate.OrderedSetFunction
class OrderedSetFunction extends Aggregate implements Serializable- serialVersionUID:
- -4737895157161789974L
-
直列化されたフィールド
-
withinGroup
WithinGroup withinGroup
-
-
クラス org.iplass.mtp.entity.query.value.aggregate.StdDevPop
class StdDevPop extends Aggregate implements Serializable- serialVersionUID:
- 1408035831316148541L
-
クラス org.iplass.mtp.entity.query.value.aggregate.StdDevSamp
class StdDevSamp extends Aggregate implements Serializable- serialVersionUID:
- -5447852574733631294L
-
クラス org.iplass.mtp.entity.query.value.aggregate.Sum
class Sum extends Aggregate implements Serializable- serialVersionUID:
- -5849531014029935665L
-
クラス org.iplass.mtp.entity.query.value.aggregate.VarPop
class VarPop extends Aggregate implements Serializable- serialVersionUID:
- -6155829061532844358L
-
クラス org.iplass.mtp.entity.query.value.aggregate.VarSamp
class VarSamp extends Aggregate implements Serializable- serialVersionUID:
- -3953844950112566621L
-
クラス org.iplass.mtp.entity.query.value.aggregate.WithinGroup
class WithinGroup extends Object implements Serializable- serialVersionUID:
- -4852397116891135710L
-
直列化されたフィールド
-
sortSpecList
List<WithinGroupSortSpec> sortSpecList
-
-
クラス org.iplass.mtp.entity.query.value.aggregate.WithinGroupSortSpec
class WithinGroupSortSpec extends Object implements Serializable- serialVersionUID:
- -2258998740834898640L
-
直列化されたフィールド
-
nullOrderingSpec
SortSpec.NullOrderingSpec nullOrderingSpec
-
sortKey
ValueExpression sortKey
-
type
SortSpec.SortType type
-
-
-
パッケージ org.iplass.mtp.entity.query.value.controlflow
-
クラス org.iplass.mtp.entity.query.value.controlflow.Case
class Case extends PrimaryValue implements Serializable- serialVersionUID:
- 7079355836108192160L
-
クラス org.iplass.mtp.entity.query.value.controlflow.Else
class Else extends Object implements Serializable- serialVersionUID:
- -4504229090678879982L
-
直列化されたフィールド
-
result
ValueExpression result
-
-
クラス org.iplass.mtp.entity.query.value.controlflow.When
class When extends Object implements Serializable- serialVersionUID:
- 3718712397451605139L
-
直列化されたフィールド
-
condition
Condition condition
-
result
ValueExpression result
-
-
-
パッケージ org.iplass.mtp.entity.query.value.expr
-
クラス org.iplass.mtp.entity.query.value.expr.MinusSign
class MinusSign extends ValueExpression implements Serializable- serialVersionUID:
- 6263851229554606319L
-
直列化されたフィールド
-
value
ValueExpression value
-
-
クラス org.iplass.mtp.entity.query.value.expr.Polynomial
class Polynomial extends ValueExpression implements Serializable- serialVersionUID:
- 819825303377880827L
-
直列化されたフィールド
-
addValues
List<ValueExpression> addValues
-
subValues
List<ValueExpression> subValues
-
-
クラス org.iplass.mtp.entity.query.value.expr.Term
class Term extends ValueExpression implements Serializable- serialVersionUID:
- -322677503164182618L
-
直列化されたフィールド
-
divValues
List<ValueExpression> divValues
-
mulValues
List<ValueExpression> mulValues
-
-
-
パッケージ org.iplass.mtp.entity.query.value.primary
-
クラス org.iplass.mtp.entity.query.value.primary.ArrayValue
class ArrayValue extends PrimaryValue implements Serializable- serialVersionUID:
- -6737911797287905026L
-
直列化されたフィールド
-
values
List<ValueExpression> values
-
-
クラス org.iplass.mtp.entity.query.value.primary.Cast
class Cast extends PrimaryValue implements Serializable- serialVersionUID:
- 2416190287903177109L
-
直列化されたフィールド
-
type
PropertyDefinitionType type
-
typeArguments
List<Integer> typeArguments
-
value
ValueExpression value
-
-
クラス org.iplass.mtp.entity.query.value.primary.EntityField
class EntityField extends PrimaryValue implements Serializable- serialVersionUID:
- -1271662342712631753L
-
直列化されたフィールド
-
propertyName
String propertyName
-
-
クラス org.iplass.mtp.entity.query.value.primary.Function
class Function extends PrimaryValue implements Serializable- serialVersionUID:
- -5685250677990276754L
-
直列化されたフィールド
-
arguments
List<ValueExpression> arguments
-
name
String name
-
-
クラス org.iplass.mtp.entity.query.value.primary.Literal
class Literal extends PrimaryValue implements Serializable- serialVersionUID:
- 468081182204820851L
-
直列化されたフィールド
-
bindable
boolean bindable
-
value
Object value
-
-
クラス org.iplass.mtp.entity.query.value.primary.ParenValue
class ParenValue extends PrimaryValue implements Serializable- serialVersionUID:
- -3526585666272234663L
-
直列化されたフィールド
-
nestedValue
ValueExpression nestedValue
-
-
クラス org.iplass.mtp.entity.query.value.primary.PrimaryValue
class PrimaryValue extends ValueExpression implements Serializable- serialVersionUID:
- -8870943163621724273L
-
-
パッケージ org.iplass.mtp.entity.query.value.subquery
-
クラス org.iplass.mtp.entity.query.value.subquery.ScalarSubQuery
class ScalarSubQuery extends PrimaryValue implements Serializable- serialVersionUID:
- -7160903530841092122L
-
直列化されたフィールド
-
subQuery
SubQuery subQuery
-
-
-
パッケージ org.iplass.mtp.entity.query.value.window
-
クラス org.iplass.mtp.entity.query.value.window.CumeDist
class CumeDist extends WindowRankFunction implements Serializable- serialVersionUID:
- -8794525183518397242L
-
クラス org.iplass.mtp.entity.query.value.window.DenseRank
class DenseRank extends WindowRankFunction implements Serializable- serialVersionUID:
- -1734249217958539135L
-
クラス org.iplass.mtp.entity.query.value.window.PartitionBy
class PartitionBy extends Object implements Serializable- serialVersionUID:
- 8515685165315099514L
-
直列化されたフィールド
-
partitionFieldList
List<ValueExpression> partitionFieldList
-
-
クラス org.iplass.mtp.entity.query.value.window.PercentRank
class PercentRank extends WindowRankFunction implements Serializable- serialVersionUID:
- -4341244114513854349L
-
クラス org.iplass.mtp.entity.query.value.window.Rank
class Rank extends WindowRankFunction implements Serializable- serialVersionUID:
- 4749177890275250481L
-
クラス org.iplass.mtp.entity.query.value.window.RowNumber
class RowNumber extends WindowRankFunction implements Serializable- serialVersionUID:
- 3141070077849958533L
-
クラス org.iplass.mtp.entity.query.value.window.WindowAggregate
class WindowAggregate extends WindowFunction implements Serializable- serialVersionUID:
- -4147882213737684279L
-
直列化されたフィールド
-
aggregate
Aggregate aggregate
-
-
クラス org.iplass.mtp.entity.query.value.window.WindowFunction
class WindowFunction extends PrimaryValue implements Serializable- serialVersionUID:
- 1570026824441319021L
-
直列化されたフィールド
-
orderBy
WindowOrderBy orderBy
-
partitionBy
PartitionBy partitionBy
-
-
クラス org.iplass.mtp.entity.query.value.window.WindowOrderBy
class WindowOrderBy extends Object implements Serializable- serialVersionUID:
- -2446539769686000926L
-
直列化されたフィールド
-
sortSpecList
List<WindowSortSpec> sortSpecList
-
-
クラス org.iplass.mtp.entity.query.value.window.WindowRankFunction
class WindowRankFunction extends WindowFunction implements Serializable- serialVersionUID:
- 2769025316332782925L
-
クラス org.iplass.mtp.entity.query.value.window.WindowSortSpec
class WindowSortSpec extends Object implements Serializable- serialVersionUID:
- 5226124289545051191L
-
直列化されたフィールド
-
nullOrderingSpec
SortSpec.NullOrderingSpec nullOrderingSpec
-
sortKey
ValueExpression sortKey
-
type
SortSpec.SortType type
-
-
-
パッケージ org.iplass.mtp.mail
-
例外クラス org.iplass.mtp.mail.MailException
class MailException extends SystemException implements Serializable- serialVersionUID:
- 7209621391532562561L
-
-
パッケージ org.iplass.mtp.mail.template.definition
-
クラス org.iplass.mtp.mail.template.definition.HtmlBodyPart
class HtmlBodyPart extends Object implements Serializable- serialVersionUID:
- -6882298439376235559L
-
クラス org.iplass.mtp.mail.template.definition.LocalizedMailTemplateDefinition
class LocalizedMailTemplateDefinition extends Object implements Serializable- serialVersionUID:
- 1385150091910302424L
-
直列化されたフィールド
-
charset
String charset
-
htmlMessage
HtmlBodyPart htmlMessage
-
localeName
String localeName
-
plainMessage
PlainTextBodyPart plainMessage
-
subject
String subject
-
-
クラス org.iplass.mtp.mail.template.definition.MailTemplateDefinition
class MailTemplateDefinition extends Object implements Serializable- serialVersionUID:
- -3540273697496545764L
-
直列化されたフィールド
-
charset
String charset
-
description
String description
-
displayName
String displayName
-
from
String from
-
fromDisplayName
String fromDisplayName
-
htmlMessage
HtmlBodyPart htmlMessage
-
langOrUserBindingName
String langOrUserBindingName
-
localizedMailTemplateList
List<LocalizedMailTemplateDefinition> localizedMailTemplateList
-
name
String name
-
plainMessage
PlainTextBodyPart plainMessage
-
replyTo
String replyTo
-
replyToDisplayName
String replyToDisplayName
-
returnPath
String returnPath
-
smimeEncrypt
boolean smimeEncrypt
-
smimeSign
boolean smimeSign
-
subject
String subject
-
-
クラス org.iplass.mtp.mail.template.definition.MailTemplateDefinitionModifyResult
class MailTemplateDefinitionModifyResult extends DefinitionModifyResult implements Serializable- serialVersionUID:
- 661394500728982196L
-
クラス org.iplass.mtp.mail.template.definition.PlainTextBodyPart
class PlainTextBodyPart extends Object implements Serializable- serialVersionUID:
- -6817907840182695794L
-
直列化されたフィールド
-
content
String content
-
-
-
パッケージ org.iplass.mtp.message
-
クラス org.iplass.mtp.message.MessageCategory
class MessageCategory extends Object implements Serializable- serialVersionUID:
- -3083536347753776159L
-
クラス org.iplass.mtp.message.MessageItem
class MessageItem extends Object implements Serializable- serialVersionUID:
- 6941829508291170486L
-
直列化されたフィールド
-
localizedMessageList
List<LocalizedStringDefinition> localizedMessageList
多言語設定情報 -
message
String message
-
messageId
String messageId
-
-
-
パッケージ org.iplass.mtp.prefs
-
クラス org.iplass.mtp.prefs.Preference
class Preference extends Object implements Serializable- serialVersionUID:
- -2478688296064953043L
-
クラス org.iplass.mtp.prefs.PreferenceSet
class PreferenceSet extends Preference implements Serializable- serialVersionUID:
- -6340236717961297709L
-
直列化されたフィールド
-
subSet
List<Preference> subSet
-
-
-
パッケージ org.iplass.mtp.pushnotification
-
クラス org.iplass.mtp.pushnotification.DataPayload
- serialVersionUID:
- 1816296078610621706L
-
クラス org.iplass.mtp.pushnotification.NotificationPayload
- serialVersionUID:
- 273504545521975698L
-
例外クラス org.iplass.mtp.pushnotification.PushNotificationException
class PushNotificationException extends SystemException implements Serializable- serialVersionUID:
- -2091268954259065662L
-
-
パッケージ org.iplass.mtp.pushnotification.template.definition
-
クラス org.iplass.mtp.pushnotification.template.definition.LocalizedNotificationDefinition
class LocalizedNotificationDefinition extends Object implements Serializable- serialVersionUID:
- 7061111494797473012L
-
クラス org.iplass.mtp.pushnotification.template.definition.PushNotificationTemplateDefinition
class PushNotificationTemplateDefinition extends Object implements Serializable- serialVersionUID:
- 3230091704630984421L
-
直列化されたフィールド
-
body
String body
-
configScript
String configScript
-
description
String description
-
displayName
String displayName
-
icon
String icon
-
langOrUserBindingName
String langOrUserBindingName
-
localizedNotificationList
List<LocalizedNotificationDefinition> localizedNotificationList
-
name
String name
-
title
String title
-
-
-
パッケージ org.iplass.mtp.runtime
-
例外クラス org.iplass.mtp.runtime.AlreadyInitializedException
class AlreadyInitializedException extends SystemException implements Serializable- serialVersionUID:
- 2147335645626979676L
-
-
パッケージ org.iplass.mtp.sms
-
例外クラス org.iplass.mtp.sms.SmsException
class SmsException extends SystemException implements Serializable- serialVersionUID:
- 1L
-
-
パッケージ org.iplass.mtp.sms.template.definition
-
クラス org.iplass.mtp.sms.template.definition.LocalizedSmsMailTemplateDefinition
class LocalizedSmsMailTemplateDefinition extends Object implements Serializable- serialVersionUID:
- -2445661578175133957L
-
直列化されたフィールド
-
localeName
String localeName
-
message
PlainTextBodyPart message
-
-
クラス org.iplass.mtp.sms.template.definition.SmsMailTemplateDefinition
class SmsMailTemplateDefinition extends Object implements Serializable- serialVersionUID:
- -4968797167511470126L
-
直列化されたフィールド
-
description
String description
-
displayName
String displayName
-
langOrUserBindingName
String langOrUserBindingName
-
localizedSmsMailTemplateList
List<LocalizedSmsMailTemplateDefinition> localizedSmsMailTemplateList
-
name
String name
-
plainMessage
PlainTextBodyPart plainMessage
-
-
-
パッケージ org.iplass.mtp.spi
-
例外クラス org.iplass.mtp.spi.ServiceConfigrationException
class ServiceConfigrationException extends SystemException implements Serializable- serialVersionUID:
- 2023377217775447954L
-
-
パッケージ org.iplass.mtp.tenant
-
クラス org.iplass.mtp.tenant.Tenant
class Tenant extends Object implements Serializable- serialVersionUID:
- -1058356358874779414L
-
直列化されたフィールド
-
createDate
Timestamp createDate
作成日時 -
createUser
String createUser
作成者 -
description
String description
概要 -
displayName
String displayName
表示名 -
from
Date from
有効開始日 -
id
int id
テナントID -
localizedDisplayNameList
List<LocalizedStringDefinition> localizedDisplayNameList
表示名(Localized) -
name
String name
テナント名称 -
tenantConfigs
Map<String,
TenantConfig> tenantConfigs テナント設定情報 -
to
Date to
有効終了日 -
updateDate
Timestamp updateDate
更新日時 -
updateUser
String updateUser
更新者 -
url
String url
テナントURL
-
-
クラス org.iplass.mtp.tenant.TenantAuthInfo
class TenantAuthInfo extends TenantConfig implements Serializable- serialVersionUID:
- -4034214288539846347L
-
クラス org.iplass.mtp.tenant.TenantConfig
class TenantConfig extends Object implements Serializable- serialVersionUID:
- 4561276221061883816L
-
クラス org.iplass.mtp.tenant.TenantI18nInfo
class TenantI18nInfo extends TenantConfig implements Serializable- serialVersionUID:
- 5545610349508861218L
-
直列化されたフィールド
-
クラス org.iplass.mtp.tenant.TenantMailInfo
class TenantMailInfo extends TenantConfig implements Serializable- serialVersionUID:
- 5185141304991556527L
-
-
パッケージ org.iplass.mtp.tenant.gem
-
クラス org.iplass.mtp.tenant.gem.TenantGemInfo
class TenantGemInfo extends TenantConfig implements Serializable- serialVersionUID:
- -760234330179208809L
-
直列化されたフィールド
-
dispTenantName
boolean dispTenantName
ログイン画面、エラー画面でテナント名表示 -
iconUrl
String iconUrl
アイコンURL -
javascriptFilePath
String javascriptFilePath
Javascriptファイルパス -
localizedScreenTitle
List<LocalizedStringDefinition> localizedScreenTitle
多言語設定用テナント名制御Script -
screenTitle
String screenTitle
テナント名制御Script -
skin
String skin
スキン -
stylesheetFilePath
String stylesheetFilePath
スタイルシートファイルパス -
tenantImageUrl
String tenantImageUrl
テナント画像URL -
tenantLargeImageUrl
String tenantLargeImageUrl
テナント画像URL(大) -
tenantMiniImageUrl
String tenantMiniImageUrl
テナント画像URL(縮小時) -
theme
String theme
テーマ -
useDisplayName
boolean useDisplayName
テナント名表示
-
-
-
パッケージ org.iplass.mtp.tenant.web
-
クラス org.iplass.mtp.tenant.web.TenantWebInfo
class TenantWebInfo extends TenantConfig implements Serializable- serialVersionUID:
- -8157534097214464426L
-
直列化されたフィールド
-
errorUrlSelector
String errorUrlSelector
エラーURLセレクター(Template名) -
homeUrl
String homeUrl
HOMEのURL -
loginUrlSelector
String loginUrlSelector
ログインURLセレクター(Action名) -
reAuthUrlSelector
String reAuthUrlSelector
再認証URLセレクター -
urlForRequest
String urlForRequest
リクエストパス構築用のテナントURL。 (HTTPサーバにて、/をtenantへマッピングしている場合などの場合に利用) -
usePreview
boolean usePreview
プレビュー機能をONにするか否か
-
-
-
パッケージ org.iplass.mtp.transaction
-
例外クラス org.iplass.mtp.transaction.RollbackException
class RollbackException extends TransactionException implements Serializable- serialVersionUID:
- -1160095517308972412L
-
例外クラス org.iplass.mtp.transaction.TransactionException
class TransactionException extends SystemException implements Serializable- serialVersionUID:
- -4350145563794502940L
-
-
パッケージ org.iplass.mtp.utilityclass.definition
-
クラス org.iplass.mtp.utilityclass.definition.UtilityClassDefinition
class UtilityClassDefinition extends Object implements Serializable- serialVersionUID:
- 6071126872985670959L
-
-
パッケージ org.iplass.mtp.view.calendar
-
クラス org.iplass.mtp.view.calendar.EntityCalendar
class EntityCalendar extends Object implements Serializable- serialVersionUID:
- 3384819427770069598L
-
直列化されたフィールド
-
description
String description
概要 -
displayName
String displayName
カレンダー定義の表示名 -
items
List<EntityCalendarItem> items
Entityの設定 -
localizedDisplayNameList
List<LocalizedStringDefinition> localizedDisplayNameList
多言語設定情報 -
name
String name
カレンダーの定義名 -
type
EntityCalendar.CalendarType type
期間タイプ
-
-
クラス org.iplass.mtp.view.calendar.EntityCalendarItem
class EntityCalendarItem extends Object implements Serializable- serialVersionUID:
- 1037696440253022326L
-
直列化されたフィールド
-
addAction
String addAction
追加アクション名 -
allowNewRecordRegistration
Boolean allowNewRecordRegistration
レコードの新規登録を許可するか -
calendarSearchType
EntityCalendarItem.CalendarSearchType calendarSearchType
カレンダーの検索方法 -
colorConfig
String colorConfig
Entityの表示色(groovy) -
definitionName
String definitionName
Entityの定義名 -
displayTime
Boolean displayTime
時間を表示するか -
entityColor
String entityColor
Entityの表示色 -
filterCondition
String filterCondition
フィルタ条件 -
fromPropertyName
String fromPropertyName
Fromのプロパティ名 -
limit
Integer limit
検索上限 -
propertyName
String propertyName
プロパティ名 -
toPropertyName
String toPropertyName
Toのプロパティ名 -
viewAction
String viewAction
詳細アクション名 -
viewName
String viewName
ビュー名
-
-
-
パッケージ org.iplass.mtp.view.filter
-
クラス org.iplass.mtp.view.filter.EntityFilter
class EntityFilter extends Object implements Serializable- serialVersionUID:
- -6472771867927582701L
-
クラス org.iplass.mtp.view.filter.EntityFilterItem
class EntityFilterItem extends Object implements Serializable- serialVersionUID:
- 2343993522393309904L
-
-
パッケージ org.iplass.mtp.view.filter.expression
-
例外クラス org.iplass.mtp.view.filter.expression.UnsupportedFilterOperationException
class UnsupportedFilterOperationException extends EntityApplicationException implements Serializable- serialVersionUID:
- -5035468351961204854L
-
-
パッケージ org.iplass.mtp.view.generic
-
クラス org.iplass.mtp.view.generic.BulkFormView
class BulkFormView extends FormView implements Serializable- serialVersionUID:
- 8695940686714160111L
-
直列化されたフィールド
-
forceUpadte
boolean forceUpadte
更新時に強制的に更新処理を行う -
interrupterName
String interrupterName
カスタム登録処理クラス名 -
javaScript
String javaScript
JavaScriptコード -
loadEntityInterrupterName
String loadEntityInterrupterName
カスタムロード処理クラス名 -
localizedUpdateDisplayLabelList
List<LocalizedStringDefinition> localizedUpdateDisplayLabelList
多言語設定情報 -
purgeCompositionedEntity
boolean purgeCompositionedEntity
親子関係の参照を物理削除するか -
updateActionName
String updateActionName
更新アクション名 -
updateAllActionName
String updateAllActionName
検索条件で更新アクション名 -
updateDisplayLabel
String updateDisplayLabel
更新ボタン表示ラベル -
validJavascriptBulkPage
boolean validJavascriptBulkPage
Javascriptコード有効可否
-
-
クラス org.iplass.mtp.view.generic.DetailFormView
class DetailFormView extends FormView implements Serializable- serialVersionUID:
- -5906085368820747139L
-
直列化されたフィールド
-
applySearchLayoutDefaultCondition
boolean applySearchLayoutDefaultCondition
ロード時にSearchLayoutのデフォルト検索条件を適用する -
cancelActionName
String cancelActionName
キャンセルアクション名 -
checkEntityPermissionLimitConditionOfButton
boolean checkEntityPermissionLimitConditionOfButton
Entity権限の可能範囲条件でボタン表示を制御 -
copyDisplayLabel
String copyDisplayLabel
コピーボタン表示ラベル -
copyTarget
DetailFormView.CopyTarget copyTarget
コピー対象 -
customCopyScript
String customCopyScript
カスタムコピースクリプト -
deleteActionName
String deleteActionName
削除アクション名 -
deleteDisplayLabel
String deleteDisplayLabel
削除ボタン表示ラベル -
deleteSpecificVersionDisplayLabel
String deleteSpecificVersionDisplayLabel
バージョン削除ボタン表示ラベル -
detailFormViewHandlerName
List<String> detailFormViewHandlerName
詳細編集画面Handlerクラス名 -
editActionName
String editActionName
編集アクション名 -
editDisplayLabel
String editDisplayLabel
編集ボタン表示ラベル -
forceUpadte
boolean forceUpadte
更新時に強制的に更新処理を行う -
hideDelete
boolean hideDelete
削除ボタン非表示 -
hideDetail
boolean hideDetail
編集ボタン非表示 -
hideLock
boolean hideLock
ロックボタン非表示設定 -
initScript
String initScript
初期化スクリプト -
insertActionName
String insertActionName
追加アクション名 -
insertDisplayLabel
String insertDisplayLabel
追加ボタン表示ラベル -
interrupterName
String interrupterName
カスタム登録処理クラス名 -
isNoneDispCopyButton
boolean isNoneDispCopyButton
コピーボタン非表示設定 -
isPurge
boolean isPurge
物理削除するかどうか -
javaScript
String javaScript
JavaScriptコード -
loadDefinedReferenceProperty
boolean loadDefinedReferenceProperty
定義されている参照プロパティのみを取得 -
loadEntityInterrupterName
String loadEntityInterrupterName
カスタムロード処理クラス名 -
localizedCopyDisplayLabelList
List<LocalizedStringDefinition> localizedCopyDisplayLabelList
多言語設定情報 -
localizedDeleteDisplayLabelList
List<LocalizedStringDefinition> localizedDeleteDisplayLabelList
多言語設定情報 -
localizedDeleteSpecificVersionDisplayLabelList
List<LocalizedStringDefinition> localizedDeleteSpecificVersionDisplayLabelList
バージョン削除ボタン表示ラベル多言語設定情報 -
localizedEditDisplayLabelList
List<LocalizedStringDefinition> localizedEditDisplayLabelList
多言語設定情報 -
localizedInsertDisplayLabelList
List<LocalizedStringDefinition> localizedInsertDisplayLabelList
多言語設定情報 -
localizedUpdateDisplayLabelList
List<LocalizedStringDefinition> localizedUpdateDisplayLabelList
多言語設定情報 -
localizedVersionupDisplayLabelList
List<LocalizedStringDefinition> localizedVersionupDisplayLabelList
多言語設定情報 -
purgeCompositionedEntity
boolean purgeCompositionedEntity
親子関係の参照を物理削除するか -
refEditActionName
String refEditActionName
参照時編集アクション名 -
refInsertActionName
String refInsertActionName
参照時追加アクション名 -
refUpdateActionName
String refUpdateActionName
参照時更新アクション名 -
showDeleteSpecificVersion
boolean showDeleteSpecificVersion
バージョン削除ボタン表示 -
showUserNameWithPrivilegedValue
boolean showUserNameWithPrivilegedValue
特権実行でユーザー名を表示 -
updateActionName
String updateActionName
更新アクション名 -
updateDisplayLabel
String updateDisplayLabel
更新ボタン表示ラベル -
validJavascriptDetailPage
boolean validJavascriptDetailPage
Javascriptコード有効可否(編集) -
validJavascriptViewPage
boolean validJavascriptViewPage
Javascriptコード有効可否(表示) -
versionupDisplayLabel
String versionupDisplayLabel
バージョンアップボタン表示ラベル
-
-
クラス org.iplass.mtp.view.generic.EntityView
class EntityView extends Object implements Serializable- serialVersionUID:
- -3739791401558711906L
-
例外クラス org.iplass.mtp.view.generic.EntityViewRuntimeException
class EntityViewRuntimeException extends SystemException implements Serializable- serialVersionUID:
- -8055072546973591422L
-
クラス org.iplass.mtp.view.generic.FormView
class FormView extends Object implements Serializable- serialVersionUID:
- 4261191932604990665L
-
直列化されたフィールド
-
buttons
List<Button> buttons
ボタン -
dialogMaximize
boolean dialogMaximize
ダイアログ表示時に最大化 -
iconTag
String iconTag
アイコンタグ -
imageColor
String imageColor
イメージカラー -
localizationData
boolean localizationData
データを多言語化するかどうか -
localizedTitleList
List<LocalizedStringDefinition> localizedTitleList
多言語設定情報 -
name
String name
View名 -
scriptKey
String scriptKey
カスタムスタイルキー -
sections
List<Section> sections
セクション -
title
String title
タイトル
-
-
クラス org.iplass.mtp.view.generic.SearchFormView
class SearchFormView extends FormView implements Serializable- serialVersionUID:
- -8342414954265792060L
-
直列化されたフィールド
-
allowTrashOperationToRecycleBy
boolean allowTrashOperationToRecycleBy
ごみ箱操作をユーザー削除データに限定するか -
bottomSection
Section bottomSection
検索画面下部のセクション -
canVersionedReferenceSearchForNoneVersionedEntity
boolean canVersionedReferenceSearchForNoneVersionedEntity
バージョン管理Entity以外の場合に参照先の保存時バージョンの検索を許可 -
centerSection
Section centerSection
検索画面中央のセクション -
deleteAllWebapiName
String deleteAllWebapiName
全削除WebAPI名 -
deleteListWebapiName
String deleteListWebapiName
一括削除WebAPI名 -
deleteSpecificVersion
boolean deleteSpecificVersion
特定バージョンを削除するか -
downloadActionName
String downloadActionName
ダウンロードアクション名 -
editActionName
String editActionName
編集アクション名 -
hideNew
boolean hideNew
新規作成ボタンを隠すか -
hideTrash
boolean hideTrash
ごみ箱を隠すか -
interrupterName
String interrupterName
EQLカスタム処理クラス名 -
isPurge
boolean isPurge
物理削除するか -
javaScript
String javaScript
JavaScriptコード -
newActionName
String newActionName
新規追加アクション名 -
searchFormViewHandlerName
List<String> searchFormViewHandlerName
検索画面Handlerクラス名 -
searchWebapiName
String searchWebapiName
検索WebAPI名 -
showUserNameWithPrivilegedValue
boolean showUserNameWithPrivilegedValue
特権実行でユーザー名を表示 -
topSection1
Section topSection1
ボタン上部のセクション -
topSection2
Section topSection2
ボタン下部のセクション -
useInterrupterForCsvDownload
boolean useInterrupterForCsvDownload
EQLカスタム処理クラスをダウンロードで利用するか -
viewActionName
String viewActionName
表示アクション名 -
viewUploadActionName
String viewUploadActionName
アップロード画面表示アクション名 -
withoutConditionReferenceName
List<String> withoutConditionReferenceName
Entity権限における限定条件の除外設定
-
-
クラス org.iplass.mtp.view.generic.ViewControlSetting
class ViewControlSetting extends Object implements Serializable- serialVersionUID:
- 3898521683896716264L
-
-
パッケージ org.iplass.mtp.view.generic.common
-
例外クラス org.iplass.mtp.view.generic.common.AutocompletionHandleException
class AutocompletionHandleException extends ApplicationException implements Serializable- serialVersionUID:
- 4265887453660268977L
-
クラス org.iplass.mtp.view.generic.common.AutocompletionProperty
class AutocompletionProperty extends Object implements Serializable- serialVersionUID:
- -4148852727421163757L
-
クラス org.iplass.mtp.view.generic.common.AutocompletionSetting
class AutocompletionSetting extends Object implements Serializable- serialVersionUID:
- 559723210737582551L
-
直列化されたフィールド
-
properties
List<AutocompletionProperty> properties
連動元のプロパティ -
runtimeKey
String runtimeKey
runtime key
-
-
クラス org.iplass.mtp.view.generic.common.JavascriptAutocompletionSetting
class JavascriptAutocompletionSetting extends AutocompletionSetting implements Serializable- serialVersionUID:
- -8446003691620843214L
-
直列化されたフィールド
-
javascript
String javascript
Javascript
-
-
クラス org.iplass.mtp.view.generic.common.WebApiAutocompletionSetting
class WebApiAutocompletionSetting extends AutocompletionSetting implements Serializable- serialVersionUID:
- 5470093908850810111L
-
直列化されたフィールド
-
autocompletionType
WebApiAutocompletionSetting.AutocompletionType autocompletionType
自動補完タイプ -
eql
String eql
EQL -
groovyscript
String groovyscript
Groovyscript
-
-
-
パッケージ org.iplass.mtp.view.generic.editor
-
クラス org.iplass.mtp.view.generic.editor.AutoNumberPropertyEditor
class AutoNumberPropertyEditor extends PrimitivePropertyEditor implements Serializable- serialVersionUID:
- 6809027984079078798L
-
直列化されたフィールド
-
displayType
AutoNumberPropertyEditor.AutoNumberDisplayType displayType
-
insertWithLabelValue
boolean insertWithLabelValue
Label形式の場合の登録制御 -
searchExactMatchCondition
boolean searchExactMatchCondition
検索条件完全一致設定 -
updateWithLabelValue
boolean updateWithLabelValue
Label形式の場合の更新制御
-
-
クラス org.iplass.mtp.view.generic.editor.BinaryPropertyEditor
class BinaryPropertyEditor extends PrimitivePropertyEditor implements Serializable- serialVersionUID:
- -107014320173325123L
-
直列化されたフィールド
-
displayType
BinaryPropertyEditor.BinaryDisplayType displayType
-
downloadActionName
String downloadActionName
ダウンロードアクション名 -
height
int height
画像の高さ -
hideDeleteButton
boolean hideDeleteButton
削除ボタンを非表示する -
hideSelectButton
boolean hideSelectButton
ファイル選択ボタンを非表示する -
insertWithLabelValue
boolean insertWithLabelValue
Label形式の場合の登録制御 -
openNewTab
boolean openNewTab
新しいタブで開くか -
showImageRotateButton
boolean showImageRotateButton
画像表示時に回転ボタンを表示 -
updateWithLabelValue
boolean updateWithLabelValue
Label形式の場合の更新制御 -
uploadAcceptMimeTypesPattern
String uploadAcceptMimeTypesPattern
アップロード受け入れ可能な MIME Type -
uploadActionName
String uploadActionName
アップロードアクション名 -
useImageViewer
boolean useImageViewer
画像表示時にイメージViewerを利用 -
usePdfjs
boolean usePdfjs
PDF表示時にPDF.jsを利用 -
width
int width
画像の幅
-
-
クラス org.iplass.mtp.view.generic.editor.BooleanPropertyEditor
class BooleanPropertyEditor extends PrimitivePropertyEditor implements Serializable- serialVersionUID:
- -8063746392298470559L
-
直列化されたフィールド
-
defaultValue
String defaultValue
初期値 -
displayType
BooleanPropertyEditor.BooleanDisplayType displayType
表示タイプ -
falseLabel
String falseLabel
偽の表示ラベル -
insertWithLabelValue
boolean insertWithLabelValue
Label形式の場合の登録制御 -
isNullSearchEnabled
boolean isNullSearchEnabled
「値なし」を検索条件の選択肢に追加するか -
itemDirectionColumn
boolean itemDirectionColumn
RADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するか -
localizedFalseLabelList
List<LocalizedStringDefinition> localizedFalseLabelList
偽の表示ラベル多言語設定情報 -
localizedTrueLabelList
List<LocalizedStringDefinition> localizedTrueLabelList
真の表示ラベル多言語設定情報 -
trueLabel
String trueLabel
真の表示ラベル -
updateWithLabelValue
boolean updateWithLabelValue
Label形式の場合の更新制御
-
-
クラス org.iplass.mtp.view.generic.editor.CustomPropertyEditor
class CustomPropertyEditor extends PropertyEditor implements Serializable- serialVersionUID:
- -5092022932727594952L
-
クラス org.iplass.mtp.view.generic.editor.DatePropertyEditor
class DatePropertyEditor extends DateTimePropertyEditor implements Serializable- serialVersionUID:
- 4666753985814020563L
-
直列化されたフィールド
-
defaultValue
String defaultValue
初期値 -
hideButtonPanel
boolean hideButtonPanel
現在日付設定ボタン表示可否 -
maxDate
String maxDate
最大日付 -
maxDateFunction
boolean maxDateFunction
最大日付の設定値をファンクション実行する -
minDate
String minDate
最小日付 -
minDateFunction
boolean minDateFunction
最小日付の設定値をファンクション実行する -
restrictDirectEditing
boolean restrictDirectEditing
テキストフィールドへの直接入力を制限する -
showWeekday
boolean showWeekday
曜日を表示
-
-
クラス org.iplass.mtp.view.generic.editor.DateRangePropertyEditor
class DateRangePropertyEditor extends CustomPropertyEditor implements Serializable- serialVersionUID:
- -1012526640443976474L
-
直列化されたフィールド
-
editor
PropertyEditor editor
プロパティエディタ -
equivalentInput
boolean equivalentInput
同値の入力を許容するか -
errorMessage
String errorMessage
エラーメッセージ -
fromConditionAsLesserEqual
boolean fromConditionAsLesserEqual
Fromプロパティに対して値を含めて検索する -
inputNullFrom
boolean inputNullFrom
FromプロパティでNull入力を許容するか -
inputNullTo
boolean inputNullTo
ToプロパティでNull入力を許容するか -
localizedErrorMessageList
List<LocalizedStringDefinition> localizedErrorMessageList
エラーメッセージ多言語設定情報 -
localizedToPropertyDisplayNameList
List<LocalizedStringDefinition> localizedToPropertyDisplayNameList
Toプロパティ表示名の多言語設定情報 -
objectName
String objectName
オブジェクト名 -
toConditionAsGreaterEqual
boolean toConditionAsGreaterEqual
Toプロパティに対して値を含めて検索する -
toEditor
PropertyEditor toEditor
Toプロパティエディタ -
toPropertyDisplayName
String toPropertyDisplayName
Toプロパティ表示名 -
toPropertyName
String toPropertyName
Toプロパティ名
-
-
クラス org.iplass.mtp.view.generic.editor.DateTimeFormatSetting
class DateTimeFormatSetting extends Object implements Serializable- serialVersionUID:
- -4963345852735862575L
-
クラス org.iplass.mtp.view.generic.editor.DateTimePropertyEditor
class DateTimePropertyEditor extends PrimitivePropertyEditor implements Serializable- serialVersionUID:
- 4666753985814020563L
-
直列化されたフィールド
-
datetimeFormat
DateTimeFormatSetting datetimeFormat
日付/時刻のフォーマット設定 -
displayType
DateTimePropertyEditor.DateTimeDisplayType displayType
表示タイプ -
hideSearchConditionFrom
boolean hideSearchConditionFrom
検索条件From非表示設定 -
hideSearchConditionRangeSymbol
boolean hideSearchConditionRangeSymbol
検索条件範囲記号非表示設定 -
hideSearchConditionTo
boolean hideSearchConditionTo
検索条件To非表示設定 -
insertWithLabelValue
boolean insertWithLabelValue
Label形式の場合の登録制御 -
localizedDatetimeFormatList
List<LocalizedDateTimeFormatSetting> localizedDatetimeFormatList
日付/時刻のフォーマットの多言語設定情報 -
singleDayCondition
boolean singleDayCondition
検索条件の単一日指定 -
updateWithLabelValue
boolean updateWithLabelValue
Label形式の場合の更新制御
-
-
クラス org.iplass.mtp.view.generic.editor.DecimalPropertyEditor
class DecimalPropertyEditor extends NumberPropertyEditor implements Serializable- serialVersionUID:
- 8959069543422295919L
-
クラス org.iplass.mtp.view.generic.editor.EditorValue
class EditorValue extends Object implements Serializable- serialVersionUID:
- 372120834366334182L
-
直列化されたフィールド
-
label
String label
ラベル -
localizedLabelList
List<LocalizedStringDefinition> localizedLabelList
多言語設定情報 -
style
String style
クラス名 -
value
String value
値
-
-
クラス org.iplass.mtp.view.generic.editor.ExpressionPropertyEditor
class ExpressionPropertyEditor extends PrimitivePropertyEditor implements Serializable- serialVersionUID:
- 539371370234415459L
-
直列化されたフィールド
-
displayType
ExpressionPropertyEditor.ExpressionDisplayType displayType
-
editor
PropertyEditor editor
プロパティエディタ -
insertWithLabelValue
boolean insertWithLabelValue
Label形式の場合の登録制御 -
numberFormat
String numberFormat
数値のフォーマット -
updateWithLabelValue
boolean updateWithLabelValue
Label形式の場合の更新制御
-
-
クラス org.iplass.mtp.view.generic.editor.FloatPropertyEditor
class FloatPropertyEditor extends NumberPropertyEditor implements Serializable- serialVersionUID:
- 966195592008330174L
-
クラス org.iplass.mtp.view.generic.editor.HtmlValidationMessage
class HtmlValidationMessage extends Object implements Serializable- serialVersionUID:
- -4821367998351966152L
-
直列化されたフィールド
-
localizedPatternMismatchList
List<LocalizedStringDefinition> localizedPatternMismatchList
パターン不一致の多言語設定情報 -
localizedTypeMismatchList
List<LocalizedStringDefinition> localizedTypeMismatchList
タイプ不一致の多言語設定情報 -
patternMismatch
String patternMismatch
パターン不一致 -
typeMismatch
String typeMismatch
タイプ不一致
-
-
クラス org.iplass.mtp.view.generic.editor.IntegerPropertyEditor
class IntegerPropertyEditor extends NumberPropertyEditor implements Serializable- serialVersionUID:
- 4710859312079231032L
-
クラス org.iplass.mtp.view.generic.editor.JoinPropertyEditor
class JoinPropertyEditor extends CustomPropertyEditor implements Serializable- serialVersionUID:
- 8692587638693854180L
-
直列化されたフィールド
-
editor
PropertyEditor editor
プロパティエディタ -
format
String format
フォーマット -
objectName
String objectName
オブジェクト名 -
properties
List<NestProperty> properties
プロパティ -
showNestPropertyErrors
boolean showNestPropertyErrors
-
-
クラス org.iplass.mtp.view.generic.editor.LinkProperty
class LinkProperty extends Object implements Serializable- serialVersionUID:
- -2468792250227327929L
-
クラス org.iplass.mtp.view.generic.editor.LocalizedDateTimeFormatSetting
class LocalizedDateTimeFormatSetting extends Object implements Serializable- serialVersionUID:
- -7784224319600780734L
-
クラス org.iplass.mtp.view.generic.editor.LongTextPropertyEditor
class LongTextPropertyEditor extends StringPropertyEditor implements Serializable- serialVersionUID:
- 3543061064009490384L
-
クラス org.iplass.mtp.view.generic.editor.NestProperty
class NestProperty extends Object implements Serializable- serialVersionUID:
- -7849466975195960549L
-
直列化されたフィールド
-
autocompletionSetting
AutocompletionSetting autocompletionSetting
自動補完設定 -
description
String description
説明 -
displayLabel
String displayLabel
表示ラベル -
editor
PropertyEditor editor
プロパティエディタ -
hideDetail
boolean hideDetail
編集画面非表示設定 -
hideView
boolean hideView
詳細画面非表示設定 -
localizedDescriptionList
List<LocalizedStringDefinition> localizedDescriptionList
説明の多言語設定情報 -
localizedDisplayLabelList
List<LocalizedStringDefinition> localizedDisplayLabelList
多言語設定情報 -
localizedTooltipList
List<LocalizedStringDefinition> localizedTooltipList
ツールチップの多言語設定情報 -
outputCsv
boolean outputCsv
CSVの出力 -
propertyName
String propertyName
プロパティ名 -
requiredDetail
boolean requiredDetail
詳細検索で必須条件にする -
requiredDisplayType
RequiredDisplayType requiredDisplayType
必須属性表示タイプ -
requiredNormal
boolean requiredNormal
通常検索で必須条件にする -
sortable
boolean sortable
ソートを許可 -
textAlign
TextAlign textAlign
テキストの配置 -
tooltip
String tooltip
ツールチップ -
width
int width
列幅
-
-
クラス org.iplass.mtp.view.generic.editor.NumberPropertyEditor
class NumberPropertyEditor extends PrimitivePropertyEditor implements Serializable- serialVersionUID:
- -5896523904039286505L
-
直列化されたフィールド
-
defaultValue
String defaultValue
初期値 -
displayType
NumberPropertyEditor.NumberDisplayType displayType
表示タイプ -
hideSearchConditionFrom
boolean hideSearchConditionFrom
検索条件From非表示設定 -
hideSearchConditionRangeSymbol
boolean hideSearchConditionRangeSymbol
検索条件範囲記号非表示設定 -
hideSearchConditionTo
boolean hideSearchConditionTo
検索条件To非表示設定 -
insertWithLabelValue
boolean insertWithLabelValue
Label形式の場合の登録制御 -
maxlength
int maxlength
最大文字数 -
numberFormat
String numberFormat
数値のフォーマット -
searchInRange
boolean searchInRange
範囲で検索するか -
showComma
boolean showComma
表示内容をカンマ表示するか -
updateWithLabelValue
boolean updateWithLabelValue
Label形式の場合の更新制御
-
-
クラス org.iplass.mtp.view.generic.editor.NumericRangePropertyEditor
class NumericRangePropertyEditor extends CustomPropertyEditor implements Serializable- serialVersionUID:
- 8195155444735209927L
-
直列化されたフィールド
-
editor
PropertyEditor editor
プロパティエディタ -
equivalentInput
boolean equivalentInput
同値の入力を許容するか -
errorMessage
String errorMessage
エラーメッセージ -
fromConditionAsLesserEqual
boolean fromConditionAsLesserEqual
Fromプロパティに対して値を含めて検索する -
inputNullFrom
boolean inputNullFrom
FromプロパティでNull入力を許容するか -
inputNullTo
boolean inputNullTo
ToプロパティでNull入力を許容するか -
localizedErrorMessageList
List<LocalizedStringDefinition> localizedErrorMessageList
エラーメッセージ多言語設定情報 -
localizedToPropertyDisplayNameList
List<LocalizedStringDefinition> localizedToPropertyDisplayNameList
Toプロパティ表示名の多言語設定情報 -
objectName
String objectName
オブジェクト名 -
toConditionAsGreaterEqual
boolean toConditionAsGreaterEqual
Toプロパティに対して値を含めて検索する -
toEditor
PropertyEditor toEditor
Toプロパティエディタ -
toPropertyDisplayName
String toPropertyDisplayName
Toプロパティ表示名 -
toPropertyName
String toPropertyName
Toプロパティ名
-
-
クラス org.iplass.mtp.view.generic.editor.PrimitivePropertyEditor
class PrimitivePropertyEditor extends PropertyEditor implements Serializable- serialVersionUID:
- -7844751488921316842L
-
クラス org.iplass.mtp.view.generic.editor.PropertyEditor
class PropertyEditor extends Object implements Serializable- serialVersionUID:
- 8567197962881627914L
-
クラス org.iplass.mtp.view.generic.editor.ReferenceComboSetting
class ReferenceComboSetting extends Object implements Serializable- serialVersionUID:
- -4275361512123534366L
-
直列化されたフィールド
-
condition
String condition
検索条件 -
displayLabelItem
String displayLabelItem
-
parent
ReferenceComboSetting parent
上位参照コンボ設定 -
propertyName
String propertyName
プロパティ名 -
sortItem
String sortItem
ソートアイテム -
sortType
ReferencePropertyEditor.RefSortType sortType
ソート種別
-
-
クラス org.iplass.mtp.view.generic.editor.ReferencePropertyEditor
class ReferencePropertyEditor extends PropertyEditor implements Serializable- serialVersionUID:
- 4691895224010210421L
-
直列化されたフィールド
-
addActionName
String addActionName
追加アクション名 -
addRowCallbackScript
String addRowCallbackScript
行追加コールバックスクリプト -
condition
String condition
検索条件 -
detailrefActionName
String detailrefActionName
ダイアログ編集アクション名 -
displayLabelItem
String displayLabelItem
-
displayType
ReferencePropertyEditor.ReferenceDisplayType displayType
表示タイプ -
dynamicUrlParameter
String dynamicUrlParameter
動的URLパラメータ -
dynamicUrlParameterAction
List<ReferencePropertyEditor.UrlParameterActionType> dynamicUrlParameterAction
動的URLパラメータAction -
editableReference
boolean editableReference
参照リンク編集可否 -
editPage
ReferencePropertyEditor.EditPage editPage
編集ページ -
forceUpadte
boolean forceUpadte
更新時に強制的に更新処理を行う -
hideDeleteButton
boolean hideDeleteButton
削除ボタン非表示設定 -
hideRegistButton
boolean hideRegistButton
新規ボタン非表示設定 -
hideSelectButton
boolean hideSelectButton
選択ボタン非表示設定 -
insertActionCallbackScript
String insertActionCallbackScript
新規アクションコールバックスクリプト -
insertType
ReferencePropertyEditor.InsertType insertType
行追加方法 -
insertWithLabelValue
boolean insertWithLabelValue
Label形式の場合の登録制御 -
isNullSearchEnabled
boolean isNullSearchEnabled
「値なし」を検索条件の選択肢に追加するか -
itemDirectionColumn
boolean itemDirectionColumn
CHECKBOX形式の場合のアイテムを縦に並べるような表示するか -
linkProperty
LinkProperty linkProperty
連動プロパティ設定 -
nestProperties
List<NestProperty> nestProperties
参照型の表示プロパティ -
objectName
String objectName
参照先オブジェクト名 -
permitConditionSelectAll
boolean permitConditionSelectAll
検索条件での全選択を許可 -
permitVersionedSelect
boolean permitVersionedSelect
選択画面でバージョン検索を許可 -
referenceComboSetting
ReferenceComboSetting referenceComboSetting
参照コンボ設定 -
referenceFromObjectName
String referenceFromObjectName
参照元オブジェクト名 -
referenceRecursiveTreeSetting
ReferenceRecursiveTreeSetting referenceRecursiveTreeSetting
再帰構造Entityのツリー設定 -
rootObjectName
String rootObjectName
ルートオブジェクト名、NestPropertyの場合に利用 -
searchType
ReferencePropertyEditor.RefComboSearchType searchType
参照コンボの検索方法 -
selectActionCallbackScript
String selectActionCallbackScript
選択アクションコールバックスクリプト -
selectActionName
String selectActionName
選択アクション名 -
showRefComboParent
boolean showRefComboParent
参照コンボの親を表示するか -
singleSelect
boolean singleSelect
検索条件で単一選択 -
sortItem
String sortItem
ソートアイテム -
sortType
ReferencePropertyEditor.RefSortType sortType
ソート種別 -
specificVersionPropertyName
String specificVersionPropertyName
特定バージョンの基準となるプロパティ -
tableOrderPropertyName
String tableOrderPropertyName
ネストテーブルの表示順プロパティ -
uniqueItem
String uniqueItem
-
updateWithLabelValue
boolean updateWithLabelValue
Label形式の場合の更新制御 -
urlParameter
String urlParameter
URLパラメータ -
urlParameterAction
List<ReferencePropertyEditor.UrlParameterActionType> urlParameterAction
URLパラメータAction -
urlParameterScriptKey
String urlParameterScriptKey
URLパラメータをコンパイルした際に生成したキー -
useNestConditionWithProperty
boolean useNestConditionWithProperty
プロパティと同時にネスト項目を条件に利用 -
useSearchDialog
boolean useSearchDialog
選択ダイアログ利用可否 -
viewName
String viewName
ビュー定義名 -
viewrefActionName
String viewrefActionName
ダイアログ表示アクション名
-
-
クラス org.iplass.mtp.view.generic.editor.ReferenceRecursiveTreeSetting
class ReferenceRecursiveTreeSetting extends Object implements Serializable- serialVersionUID:
- -6738046752926240015L
-
クラス org.iplass.mtp.view.generic.editor.SelectPropertyEditor
class SelectPropertyEditor extends PrimitivePropertyEditor implements Serializable- serialVersionUID:
- -7350313249348123012L
-
直列化されたフィールド
-
defaultValue
String defaultValue
初期値 -
displayType
SelectPropertyEditor.SelectDisplayType displayType
表示タイプ -
insertWithLabelValue
boolean insertWithLabelValue
Label形式の場合の登録制御 -
isNullSearchEnabled
boolean isNullSearchEnabled
「値なし」を検索条件の選択肢に追加するか -
itemDirectionColumn
boolean itemDirectionColumn
RADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するか -
sortCsvOutputValue
boolean sortCsvOutputValue
CSV出力時に選択肢順でソート -
updateWithLabelValue
boolean updateWithLabelValue
Label形式の場合の更新制御 -
values
List<EditorValue> values
セレクトボックスの値
-
-
クラス org.iplass.mtp.view.generic.editor.StringPropertyEditor
class StringPropertyEditor extends PrimitivePropertyEditor implements Serializable- serialVersionUID:
- -366476037921678501L
-
直列化されたフィールド
-
allowedContent
boolean allowedContent
RichText表示タグ許可設定 -
allowRichTextEditorLinkAction
boolean allowRichTextEditorLinkAction
RickTextで表示モードの場合、リンク動作許可 -
defaultValue
String defaultValue
初期値 -
displayType
StringPropertyEditor.StringDisplayType displayType
表示タイプ -
hideRichtextEditorToolBar
boolean hideRichtextEditorToolBar
RickTextで表示モードの場合、ツールバーなどを表示しないか -
htmlValidationMessage
HtmlValidationMessage htmlValidationMessage
HTML入力エラーメッセージ -
inputPattern
String inputPattern
入力パターン -
inputType
String inputType
入力タイプ -
insertWithLabelValue
boolean insertWithLabelValue
Label形式の場合の登録制御 -
isNullSearchEnabled
boolean isNullSearchEnabled
「値なし」を検索条件の選択肢に追加するか -
maxlength
int maxlength
最大文字数 -
richtextEditorOption
String richtextEditorOption
リッチテキストエディタオプション -
richTextLibrary
StringPropertyEditor.RichTextLibrary richTextLibrary
RichTextライブラリ -
searchExactMatchCondition
boolean searchExactMatchCondition
検索条件完全一致設定 -
updateWithLabelValue
boolean updateWithLabelValue
Label形式の場合の更新制御 -
values
List<EditorValue> values
選択値
-
-
クラス org.iplass.mtp.view.generic.editor.TemplatePropertyEditor
class TemplatePropertyEditor extends CustomPropertyEditor implements Serializable- serialVersionUID:
- 5338674344581643775L
-
直列化されたフィールド
-
displayType
TemplatePropertyEditor.TemplateDisplayType displayType
-
templateName
String templateName
テンプレート名
-
-
クラス org.iplass.mtp.view.generic.editor.TimePropertyEditor
class TimePropertyEditor extends DateTimePropertyEditor implements Serializable- serialVersionUID:
- -8397976783852833945L
-
直列化されたフィールド
-
defaultValue
String defaultValue
初期値 -
dispRange
DateTimePropertyEditor.TimeDispRange dispRange
時間の表示範囲 -
interval
DateTimePropertyEditor.MinIntereval interval
分の間隔 -
useTimePicker
boolean useTimePicker
TimePickerの利用有無
-
-
クラス org.iplass.mtp.view.generic.editor.TimestampPropertyEditor
class TimestampPropertyEditor extends DateTimePropertyEditor implements Serializable- serialVersionUID:
- 3391635812904591761L
-
直列化されたフィールド
-
defaultValue
String defaultValue
初期値 -
dispRange
DateTimePropertyEditor.TimeDispRange dispRange
時間の表示範囲 -
hideButtonPanel
boolean hideButtonPanel
現在日付設定ボタン表示可否 -
interval
DateTimePropertyEditor.MinIntereval interval
分の間隔 -
maxDate
String maxDate
最大日付 -
maxDateFunction
boolean maxDateFunction
最大日付の設定値をファンクション実行する -
minDate
String minDate
最小日付 -
minDateFunction
boolean minDateFunction
最小日付の設定値をファンクション実行する -
notFillTime
boolean notFillTime
時間のデフォルト値補完を行わない -
restrictDirectEditing
boolean restrictDirectEditing
テキストフィールドへの直接入力を制限する -
showWeekday
boolean showWeekday
曜日を表示 -
useDatetimePicker
boolean useDatetimePicker
DatetimePickerの利用有無
-
-
クラス org.iplass.mtp.view.generic.editor.UserPropertyEditor
class UserPropertyEditor extends CustomPropertyEditor implements Serializable- serialVersionUID:
- 1005967564277184953L
-
直列化されたフィールド
-
displayType
UserPropertyEditor.UserDisplayType displayType
-
insertWithLabelValue
boolean insertWithLabelValue
Label形式の場合の登録制御 -
updateWithLabelValue
boolean updateWithLabelValue
Label形式の場合の更新制御
-
-
-
パッケージ org.iplass.mtp.view.generic.element
-
クラス org.iplass.mtp.view.generic.element.BlankSpace
class BlankSpace extends Element implements Serializable- serialVersionUID:
- 971893439785342465L
-
クラス org.iplass.mtp.view.generic.element.Button
class Button extends Element implements Serializable- serialVersionUID:
- -5328561239331062170L
-
直列化されたフィールド
-
customDisplayTypeScript
String customDisplayTypeScript
表示判定用スクリプト -
customDisplayTypeScriptKey
String customDisplayTypeScriptKey
表示判定用スクリプトキー -
displayLabel
String displayLabel
表示ラベル -
displayType
DisplayType displayType
表示タイプ -
inputCustomStyle
String inputCustomStyle
入力カスタムスタイル -
inputCustomStyleScriptKey
String inputCustomStyleScriptKey
入力カスタムスタイルキー -
localizedDisplayLabelList
List<LocalizedStringDefinition> localizedDisplayLabelList
多言語設定情報 -
localizedTitleList
List<LocalizedStringDefinition> localizedTitleList
多言語設定情報 -
onclickEvent
String onclickEvent
クリックイベント -
primary
boolean primary
プライマリー -
style
String style
クラス名 -
title
String title
タイトル
-
-
クラス org.iplass.mtp.view.generic.element.Element
class Element extends Object implements Serializable- serialVersionUID:
- -5644975822149407087L
-
直列化されたフィールド
-
dispFlag
boolean dispFlag
表示フラグ -
displayScript
String displayScript
表示判定スクリプト -
editDisplayType
Element.EditDisplayType editDisplayType
編集時の表示タイプ -
elementRuntimeId
String elementRuntimeId
ElementのRuntimeId
-
-
クラス org.iplass.mtp.view.generic.element.Link
class Link extends Element implements Serializable- serialVersionUID:
- 131576062106926116L
-
直列化されたフィールド
-
displayLabel
String displayLabel
表示ラベル -
dispNewWindow
boolean dispNewWindow
別ウィンドウで表示するか -
inputCustomStyle
String inputCustomStyle
入力カスタムスタイル -
inputCustomStyleScriptKey
String inputCustomStyleScriptKey
入力カスタムスタイルキー -
localizedDisplayLabelList
List<LocalizedStringDefinition> localizedDisplayLabelList
多言語設定情報 -
localizedTitleList
List<LocalizedStringDefinition> localizedTitleList
多言語設定情報 -
title
String title
タイトル -
url
String url
URL
-
-
クラス org.iplass.mtp.view.generic.element.ScriptingElement
class ScriptingElement extends Element implements Serializable- serialVersionUID:
- -2708119901042084930L
-
直列化されたフィールド
-
hideDetail
boolean hideDetail
詳細編集非表示設定 -
hideView
boolean hideView
詳細表示非表示設定 -
key
String key
スクリプトのキー -
localizedTitleList
List<LocalizedStringDefinition> localizedTitleList
多言語設定情報 -
localizedTooltipList
List<LocalizedStringDefinition> localizedTooltipList
ツールチップの多言語設定情報 -
requiredDisplayType
RequiredDisplayType requiredDisplayType
必須属性表示タイプ -
script
String script
スクリプト -
style
String style
クラス名 -
title
String title
タイトル -
tooltip
String tooltip
ツールチップ
-
-
クラス org.iplass.mtp.view.generic.element.TemplateElement
class TemplateElement extends Element implements Serializable- serialVersionUID:
- 6221150116523804929L
-
直列化されたフィールド
-
hideDetail
boolean hideDetail
詳細編集非表示設定 -
hideView
boolean hideView
詳細表示非表示設定 -
localizedTitleList
List<LocalizedStringDefinition> localizedTitleList
多言語設定情報 -
localizedTooltipList
List<LocalizedStringDefinition> localizedTooltipList
ツールチップの多言語設定情報 -
requiredDisplayType
RequiredDisplayType requiredDisplayType
必須属性表示タイプ -
style
String style
クラス名 -
templateName
String templateName
テンプレート名 -
title
String title
タイトル -
tooltip
String tooltip
ツールチップ
-
-
クラス org.iplass.mtp.view.generic.element.VirtualPropertyItem
class VirtualPropertyItem extends Element implements Serializable- serialVersionUID:
- 8040377351280643403L
-
直列化されたフィールド
-
autocompletionSetting
AutocompletionSetting autocompletionSetting
自動補完設定 -
description
String description
説明 -
displayLabel
String displayLabel
画面表示時のラベル -
editor
PropertyEditor editor
プロパティエディタ -
hideDetail
boolean hideDetail
詳細編集非表示設定 -
hideView
boolean hideView
詳細表示非表示設定 -
localizedDescriptionList
List<LocalizedStringDefinition> localizedDescriptionList
説明の多言語設定情報 -
localizedDisplayLabelList
List<LocalizedStringDefinition> localizedDisplayLabelList
多言語設定情報 -
localizedTooltipList
List<LocalizedStringDefinition> localizedTooltipList
ツールチップの多言語設定情報 -
outputCsv
boolean outputCsv
CSVの出力 -
propertyName
String propertyName
プロパティ名 -
requiredDisplayType
RequiredDisplayType requiredDisplayType
必須属性表示タイプ -
style
String style
クラス名 -
textAlign
TextAlign textAlign
テキストの配置 -
tooltip
String tooltip
ツールチップ -
width
int width
列幅
-
-
-
パッケージ org.iplass.mtp.view.generic.element.property
-
クラス org.iplass.mtp.view.generic.element.property.PropertyBase
class PropertyBase extends Element implements Serializable- serialVersionUID:
- 76335134724542580L
-
直列化されたフィールド
-
autocompletionSetting
AutocompletionSetting autocompletionSetting
自動補完設定 -
displayLabel
String displayLabel
画面表示時のラベル -
editor
PropertyEditor editor
プロパティエディタ -
localizedDisplayLabelList
List<LocalizedStringDefinition> localizedDisplayLabelList
多言語設定情報 -
propertyName
String propertyName
プロパティの名前 -
style
String style
クラス名
-
-
クラス org.iplass.mtp.view.generic.element.property.PropertyColumn
class PropertyColumn extends PropertyBase implements Serializable- serialVersionUID:
- -98567336076608090L
-
直列化されたフィールド
-
bulkUpdateEditor
PropertyEditor bulkUpdateEditor
一括更新プロパティエディタ -
bulkUpdateRequiredDisplayType
RequiredDisplayType bulkUpdateRequiredDisplayType
一括更新必須属性表示タイプ -
nullOrderType
NullOrderType nullOrderType
null項目のソート順 -
outputCsv
boolean outputCsv
CSVの出力 -
sortable
boolean sortable
ソートを許可 -
textAlign
TextAlign textAlign
テキストの配置 -
width
int width
列幅
-
-
クラス org.iplass.mtp.view.generic.element.property.PropertyItem
class PropertyItem extends PropertyBase implements Serializable- serialVersionUID:
- 9163069385726194724L
-
直列化されたフィールド
-
description
String description
説明 -
hideDetail
boolean hideDetail
詳細編集非表示設定 -
hideDetailCondition
boolean hideDetailCondition
詳細検索非表示設定 -
hideNormalCondition
boolean hideNormalCondition
通常検索非表示設定 -
hideView
boolean hideView
詳細表示非表示設定 -
isBlank
boolean isBlank
通常検索でブランク項目扱いにするか -
localizedDescriptionList
List<LocalizedStringDefinition> localizedDescriptionList
説明の多言語設定情報 -
localizedTooltipList
List<LocalizedStringDefinition> localizedTooltipList
ツールチップの多言語設定情報 -
requiredDetail
boolean requiredDetail
詳細検索で必須条件にする -
requiredDisplayType
RequiredDisplayType requiredDisplayType
必須属性表示タイプ -
requiredNormal
boolean requiredNormal
通常検索で必須条件にする -
tooltip
String tooltip
ツールチップ -
validator
ViewValidatorBase validator
入力チェック
-
-
-
パッケージ org.iplass.mtp.view.generic.element.property.validation
-
クラス org.iplass.mtp.view.generic.element.property.validation.PropertyValidationCondition
class PropertyValidationCondition extends Object implements Serializable- serialVersionUID:
- 7390389987394999176L
-
直列化されたフィールド
-
propertyName
String propertyName
プロパティ名
-
-
クラス org.iplass.mtp.view.generic.element.property.validation.RequiresAtLeastOneFieldValidator
class RequiresAtLeastOneFieldValidator extends ViewValidatorBase implements Serializable- serialVersionUID:
- -2381982337496185594L
-
直列化されたフィールド
-
propertyList
List<PropertyValidationCondition> propertyList
プロパティのリスト
-
-
クラス org.iplass.mtp.view.generic.element.property.validation.ViewValidatorBase
class ViewValidatorBase extends Object implements Serializable- serialVersionUID:
- -9110629170547741670L
-
直列化されたフィールド
-
localizedMessageList
List<LocalizedStringDefinition> localizedMessageList
メッセージの多言語設定情報 -
message
String message
メッセージ -
validateDetail
boolean validateDetail
詳細検索でのチェック有無 -
validateNormal
boolean validateNormal
通常検索でのチェック有無
-
-
-
パッケージ org.iplass.mtp.view.generic.element.section
-
クラス org.iplass.mtp.view.generic.element.section.DefaultSection
class DefaultSection extends Section implements Serializable- serialVersionUID:
- 8895232754105370651L
-
直列化されたフィールド
-
colNum
int colNum
列数 -
contentScriptKey
String contentScriptKey
上下コンテンツスクリプトのキー(内部用) -
dispBorderInSection
boolean dispBorderInSection
セクション内に配置した場合に枠線を表示 -
elements
List<Element> elements
エレメント情報 -
expandable
boolean expandable
セクションの展開可否 -
hideDetail
boolean hideDetail
詳細編集非表示設定 -
hideView
boolean hideView
詳細表示非表示設定 -
lowerContents
String lowerContents
下部のコンテンツ -
showLink
boolean showLink
リンクを表示するか -
styleScriptKey
String styleScriptKey
カスタムスタイルキー(内部用) -
upperContents
String upperContents
上部のコンテンツ
-
-
クラス org.iplass.mtp.view.generic.element.section.FilterSetting
class FilterSetting extends Object implements Serializable- serialVersionUID:
- -4918427800133631957L
-
直列化されたフィールド
-
filterName
String filterName
フィルタ名
-
-
クラス org.iplass.mtp.view.generic.element.section.MassReferenceSection
class MassReferenceSection extends Section implements Serializable- serialVersionUID:
- -5068125265820445100L
-
直列化されたフィールド
-
changeEditLinkToViewLink
boolean changeEditLinkToViewLink
編集リンクを詳細リンクに変更 -
contentScriptKey
String contentScriptKey
上下コンテンツスクリプトのキー(内部用) -
defintionName
String defintionName
参照先Entity定義名 -
detailActionName
String detailActionName
ダイアログ編集アクション名 -
detailTabActionName
String detailTabActionName
別タブ編集アクション名 -
editType
MassReferenceSection.MassReferenceEditType editType
編集タイプ -
expandable
boolean expandable
セクションの展開可否 -
filterConditionScript
String filterConditionScript
絞り込み条件設定スクリプト -
hideAddButton
boolean hideAddButton
追加ボタン非表示設定 -
hideCount
boolean hideCount
件数非表示設定 -
hideDeleteButton
boolean hideDeleteButton
削除ボタン非表示設定 -
hideDetail
boolean hideDetail
詳細編集非表示設定 -
hidePageJump
boolean hidePageJump
ページジャンプ非表示設定 -
hidePageLink
boolean hidePageLink
ページリンク非表示設定 -
hidePaging
boolean hidePaging
ページング非表示設定 -
hideView
boolean hideView
詳細表示非表示設定 -
limit
int limit
上限値 -
lowerContents
String lowerContents
下部のコンテンツ -
pagingPosition
PagingPosition pagingPosition
ページング表示位置 -
properties
List<NestProperty> properties
表示プロパティ -
propertyName
String propertyName
プロパティ名 -
showLink
boolean showLink
リンクを表示するか -
showSearchBtn
boolean showSearchBtn
検索アイコンを常に表示 -
sortSetting
List<SortSetting> sortSetting
ソート設定 -
upperContents
String upperContents
上部のコンテンツ -
viewActionName
String viewActionName
ダイアログ表示アクション名 -
viewName
String viewName
ビュー定義名 -
viewTabActionName
String viewTabActionName
別タブ表示アクション名 -
withoutConditionReferenceName
List<String> withoutConditionReferenceName
Entity権限における限定条件の除外設定
-
-
クラス org.iplass.mtp.view.generic.element.section.ReferenceSection
class ReferenceSection extends Section implements Serializable- serialVersionUID:
- -5340250243884655144L
-
直列化されたフィールド
-
colNum
int colNum
列数 -
contentScriptKey
String contentScriptKey
上下コンテンツスクリプトのキー(内部用) -
defintionName
String defintionName
参照先Entity定義名 -
dispBorderInSection
boolean dispBorderInSection
セクション内に配置した場合に枠線を表示 -
expandable
boolean expandable
セクションの展開可否 -
forceUpadte
boolean forceUpadte
更新時に強制的に更新処理を行う -
hideDetail
boolean hideDetail
詳細編集非表示設定 -
hideView
boolean hideView
詳細表示非表示設定 -
index
int index
データのインデックス -
lowerContents
String lowerContents
下部のコンテンツ -
orderPropName
String orderPropName
表示順プロパティ -
properties
List<NestProperty> properties
表示プロパティ -
propertyName
String propertyName
プロパティ名 -
showLink
boolean showLink
リンクを表示するか -
upperContents
String upperContents
上部のコンテンツ
-
-
クラス org.iplass.mtp.view.generic.element.section.ScriptingSection
class ScriptingSection extends Section implements Serializable- serialVersionUID:
- -8977266385152999890L
-
クラス org.iplass.mtp.view.generic.element.section.SearchConditionSection
class SearchConditionSection extends Section implements Serializable- serialVersionUID:
- -2187298450937471228L
-
直列化されたフィールド
-
canCsvUploadTargetVersionSelectForNoneVersionedEntity
boolean canCsvUploadTargetVersionSelectForNoneVersionedEntity
バージョン管理Entity以外の場合にアップロード画面でTargetVersionの指定を許可 -
colNum
int colNum
列数 -
conditionDispCount
int conditionDispCount
詳細条件の表示件数 -
csvdownloadFileNameFormat
String csvdownloadFileNameFormat
ファイル名Format -
csvdownloadMaxCount
Integer csvdownloadMaxCount
ダウンロード件数の上限値 -
csvdownloadProperties
String csvdownloadProperties
ダウンロード項目 -
csvdownloadUploadableProperties
String csvdownloadUploadableProperties
Upload形式のダウンロード項目 -
csvMultipleFormat
MultipleFormat csvMultipleFormat
多重度プロパティの出力フォーマット -
csvUploadDenyDelete
boolean csvUploadDenyDelete
アップロードで削除を許可しない -
csvUploadDenyInsert
boolean csvUploadDenyInsert
アップロードで登録を許可しない -
csvUploadDenyUpdate
boolean csvUploadDenyUpdate
アップロードで更新を許可しない -
csvUploadInsertProperties
String csvUploadInsertProperties
アップロード登録項目 -
csvUploadInterrupterName
String csvUploadInterrupterName
カスタムアップロード処理クラス名 -
csvUploadTargetVersionForNoneVersionedEntity
TargetVersion csvUploadTargetVersionForNoneVersionedEntity
バージョン管理Entity以外の場合のアップロード更新データTargetVersion -
csvUploadTransactionType
SearchConditionSection.CsvUploadTransactionType csvUploadTransactionType
アップロード時のトランザクション制御設定 -
csvUploadUpdateProperties
String csvUploadUpdateProperties
アップロード更新項目 -
defaultCondition
String defaultCondition
デフォルト検索条件 -
defaultPropertyConditionScript
String defaultPropertyConditionScript
デフォルトプロパティ条件設定スクリプト -
distinct
boolean distinct
重複行をまとめるか -
elements
List<Element> elements
要素 -
fileSupportType
SearchConditionSection.FileSupportType fileSupportType
Entityデータのファイルタイプ -
filterSetting
List<FilterSetting> filterSetting
フィルタ設定 -
fulltextSearchSorted
boolean fulltextSearchSorted
-
hideCsvdownload
boolean hideCsvdownload
ダウンロードボタン非表示設定 -
hideCsvdownloadDialog
boolean hideCsvdownloadDialog
ダウンロードダイアログ非表示設定 -
hideCsvUpload
boolean hideCsvUpload
アップロードボタン非表示設定 -
hideDetailCondition
boolean hideDetailCondition
詳細検索非表示設定 -
hideFixedCondition
boolean hideFixedCondition
定型検索非表示設定 -
nonOutputBinaryRef
boolean nonOutputBinaryRef
ダウンロード時BinaryReference非出力設定 -
nonOutputDisplayName
boolean nonOutputDisplayName
ダウンロード時表示名非出力設定 -
nonOutputOid
boolean nonOutputOid
ダウンロード時oid非出力設定 -
nonOutputReference
boolean nonOutputReference
ダウンロード時Reference非出力設定 -
scriptKey
String scriptKey
カスタムスタイルキー -
sortSetting
List<SortSetting> sortSetting
ソート設定 -
specifyCharacterCode
SearchConditionSection.CsvDownloadSpecifyCharacterCode specifyCharacterCode
ダウンロード時文字コード指定を可能にする -
unsorted
boolean unsorted
検索時にソートしないか -
uploadableCsvdownloadLoadAtOnce
boolean uploadableCsvdownloadLoadAtOnce
Upload形式のダウンロード時に一括でロードする -
uploadableCsvdownloadLoadSize
Integer uploadableCsvdownloadLoadSize
Upload形式のダウンロード時のロード単位 -
useDefaultConditionWithFilterDefinition
boolean useDefaultConditionWithFilterDefinition
デフォルト検索条件をフィルタ定義と一緒に利用するか
-
-
クラス org.iplass.mtp.view.generic.element.section.SearchResultSection
class SearchResultSection extends Section implements Serializable- serialVersionUID:
- -700624023196624864L
-
直列化されたフィールド
-
bulkUpdateAllCommandTransactionType
SearchResultSection.BulkUpdateAllCommandTransactionType bulkUpdateAllCommandTransactionType
一括更新コミットトランザクション制御設定 -
bulkUpdateDefaultSelection
String bulkUpdateDefaultSelection
一括更新デフォルト選択項目 -
bulkUpdateDisplayLabel
String bulkUpdateDisplayLabel
一括更新ボタン表示ラベル -
bulkUpdateInterrupterName
String bulkUpdateInterrupterName
カスタム一括更新処理クラス名 -
checkEntityPermissionLimitConditionOfEditLink
boolean checkEntityPermissionLimitConditionOfEditLink
Entity権限の可能範囲条件で編集リンク表示を制御 -
deleteAllCommandTransactionType
SearchResultSection.DeleteAllCommandTransactionType deleteAllCommandTransactionType
一括削除コミットトランザクション制御設定 -
deleteInterrupterName
String deleteInterrupterName
カスタム削除処理クラス名 -
dispHeight
int dispHeight
-
dispRowCount
Integer dispRowCount
検索結果の表示行数 -
elements
List<Element> elements
要素 -
exclusiveControlPoint
SearchResultSection.ExclusiveControlPoint exclusiveControlPoint
-
forceUpadte
boolean forceUpadte
更新時に強制的に更新処理を行う -
groupingData
boolean groupingData
検索結果をまとめる -
hideCount
boolean hideCount
件数非表示設定 -
hideDelete
boolean hideDelete
削除ボタン非表示設定 -
hideDetailLink
boolean hideDetailLink
編集リンク非表示設定 -
hidePageJump
boolean hidePageJump
ページジャンプ非表示設定 -
hidePageLink
boolean hidePageLink
ページリンク非表示設定 -
hidePaging
boolean hidePaging
ページング非表示設定 -
interrupterName
String interrupterName
カスタム登録処理クラス名 -
loadEntityInterrupterName
String loadEntityInterrupterName
カスタムロード処理クラス名 -
localizedBulkUpdateDisplayLabel
List<LocalizedStringDefinition> localizedBulkUpdateDisplayLabel
多言語設定情報 -
pagingPosition
PagingPosition pagingPosition
ページング表示位置 -
purgeCompositionedEntity
boolean purgeCompositionedEntity
親子関係の参照を物理削除するか -
scriptKey
String scriptKey
カスタムスタイルキー -
showBulkUpdate
boolean showBulkUpdate
一括更新ボタン表示設定 -
useBulkView
boolean useBulkView
-
-
クラス org.iplass.mtp.view.generic.element.section.Section
class Section extends Element implements Serializable- serialVersionUID:
- -8864732096685759293L
-
直列化されたフィールド
-
id
String id
id -
localizedTitleList
List<LocalizedStringDefinition> localizedTitleList
多言語設定情報 -
style
String style
クラス名 -
title
String title
タイトル
-
-
クラス org.iplass.mtp.view.generic.element.section.SortSetting
class SortSetting extends Object implements Serializable- serialVersionUID:
- 372120834366334182L
-
直列化されたフィールド
-
nullOrderType
NullOrderType nullOrderType
null項目のソート順 -
sortKey
String sortKey
ソート項目 -
sortType
SearchConditionSection.ConditionSortType sortType
ソート種別
-
-
クラス org.iplass.mtp.view.generic.element.section.TemplateSection
class TemplateSection extends Section implements Serializable- serialVersionUID:
- 2395869879339480230L
-
直列化されたフィールド
-
dispBorderInSection
boolean dispBorderInSection
セクション内に配置した場合に枠線を表示 -
hideDetail
boolean hideDetail
詳細編集非表示設定 -
hideView
boolean hideView
詳細表示非表示設定 -
showLink
boolean showLink
リンクを表示するか -
templateName
String templateName
テンプレート名
-
-
クラス org.iplass.mtp.view.generic.element.section.VersionSection
class VersionSection extends Section implements Serializable- serialVersionUID:
- 7818629993792184485L
-
直列化されたフィールド
-
showLink
boolean showLink
リンクを表示するか
-
-
-
パッケージ org.iplass.mtp.view.menu
-
パッケージ org.iplass.mtp.view.top
-
クラス org.iplass.mtp.view.top.TopViewDefinition
class TopViewDefinition extends Object implements Serializable- serialVersionUID:
- 8127325473209284041L
-
直列化されたフィールド
-
description
String description
概要 -
displayName
String displayName
表示名 -
name
String name
定義名 -
parts
List<TopViewParts> parts
TOP画面パーツ -
widgets
List<TopViewParts> widgets
ウィジェット
-
-
クラス org.iplass.mtp.view.top.TopViewDefinitionModifyResult
class TopViewDefinitionModifyResult extends DefinitionModifyResult implements Serializable- serialVersionUID:
- -5602096746705902L
-
-
パッケージ org.iplass.mtp.view.top.parts
-
クラス org.iplass.mtp.view.top.parts.ActionParts
class ActionParts extends TopViewContentParts implements Serializable- serialVersionUID:
- -5225972555509380983L
-
クラス org.iplass.mtp.view.top.parts.ApplicationMaintenanceParts
class ApplicationMaintenanceParts extends TopViewParts implements Serializable- serialVersionUID:
- -523731839828453891L
-
直列化されたフィールド
-
localizedTitleList
List<LocalizedStringDefinition> localizedTitleList
多言語設定情報 -
title
String title
タイトル -
usePersonalAccessToken
boolean usePersonalAccessToken
個人アクセストークン機能を利用するか否か
-
-
クラス org.iplass.mtp.view.top.parts.CalendarParts
class CalendarParts extends TemplateParts implements Serializable- serialVersionUID:
- 2930181295501742814L
-
直列化されたフィールド
-
iconTag
String iconTag
アイコンタグ
-
-
クラス org.iplass.mtp.view.top.parts.CsvDownloadSettingsParts
class CsvDownloadSettingsParts extends TopViewParts implements Serializable- serialVersionUID:
- -1709682107190122991L
-
直列化されたフィールド
-
specfyCharacterCodeEntityView
boolean specfyCharacterCodeEntityView
-
-
クラス org.iplass.mtp.view.top.parts.EntityListParts
class EntityListParts extends TemplateParts implements Serializable- serialVersionUID:
- 2468488513006879707L
-
直列化されたフィールド
-
height
Integer height
高さ -
iconTag
String iconTag
アイコンタグ -
localizedTitleList
List<LocalizedStringDefinition> localizedTitleList
多言語設定情報 -
searchAsync
boolean searchAsync
非同期検索するか
-
-
クラス org.iplass.mtp.view.top.parts.FulltextSearchViewParts
class FulltextSearchViewParts extends TopViewParts implements Serializable- serialVersionUID:
- -7149698789315728389L
-
クラス org.iplass.mtp.view.top.parts.InformationParts
class InformationParts extends ActionParts implements Serializable- serialVersionUID:
- 1563822082137750617L
-
直列化されたフィールド
-
allowRichTextEditorLinkAction
boolean allowRichTextEditorLinkAction
リッチテキストエディタで表示モードの場合、リンク動作許可 -
detailCustomStyle
String detailCustomStyle
詳細画面表示カスタムスタイル -
enableDataLocalization
boolean enableDataLocalization
データの多言語化有無 -
enableHtmlTag
boolean enableHtmlTag
HTML出力可否 -
iconTag
String iconTag
アイコンタグ -
localizedPasswordWarningMessageList
List<LocalizedStringDefinition> localizedPasswordWarningMessageList
パスワード警告メッセージ多言語設定情報 -
localizedTitleList
List<LocalizedStringDefinition> localizedTitleList
多言語設定情報 -
numberOfDisplay
Integer numberOfDisplay
一覧の表示件数 -
passwordWarnAreaStyleClass
String passwordWarnAreaStyleClass
パスワード警告表示領域スタイルクラス -
passwordWarningAge
Integer passwordWarningAge
パスワード警告残日数 -
passwordWarningMessage
String passwordWarningMessage
パスワード警告メッセージ -
passwordWarnMarkStyleClass
String passwordWarnMarkStyleClass
パスワード警告マークスタイルクラス -
richtextEditorOption
String richtextEditorOption
リッチテキストエディタオプション -
richTextLibrary
StringPropertyEditor.RichTextLibrary richTextLibrary
RichTextライブラリ -
showWarningPasswordAge
Boolean showWarningPasswordAge
パスワード残日数の警告表示 -
useRichtextEditor
boolean useRichtextEditor
リッチテキストエディタの利用
-
-
クラス org.iplass.mtp.view.top.parts.LastLoginParts
class LastLoginParts extends TemplateParts implements Serializable- serialVersionUID:
- 3191008058807684364L
-
クラス org.iplass.mtp.view.top.parts.PreviewDateParts
class PreviewDateParts extends TopViewParts implements Serializable- serialVersionUID:
- -4339834567647662309L
-
直列化されたフィールド
-
localizedTitleList
List<LocalizedStringDefinition> localizedTitleList
多言語設定情報 -
title
String title
タイトル -
usePreviewDate
boolean usePreviewDate
プレビュー日付機能を利用するか否か
-
-
クラス org.iplass.mtp.view.top.parts.ScriptParts
class ScriptParts extends TopViewParts implements Serializable- serialVersionUID:
- 4977557098618270867L
-
直列化されたフィールド
-
script
String script
スクリプト
-
-
クラス org.iplass.mtp.view.top.parts.SeparatorParts
class SeparatorParts extends TopViewContentParts implements Serializable- serialVersionUID:
- 2637987444272245310L
-
直列化されたフィールド
-
leftParts
TopViewParts leftParts
左エリアパーツ -
rightParts
TopViewParts rightParts
右エリアパーツ
-
-
クラス org.iplass.mtp.view.top.parts.TemplateParts
class TemplateParts extends TopViewContentParts implements Serializable- serialVersionUID:
- -2093081660986647075L
-
直列化されたフィールド
-
templatePath
String templatePath
テンプレートパス
-
-
クラス org.iplass.mtp.view.top.parts.TopViewContentParts
class TopViewContentParts extends TopViewParts implements Serializable- serialVersionUID:
- 1367215337993838879L
-
直列化されたフィールド
-
style
String style
スタイルシートのクラス名
-
-
クラス org.iplass.mtp.view.top.parts.TopViewParts
class TopViewParts extends Object implements Serializable- serialVersionUID:
- -8956929971943022861L
-
クラス org.iplass.mtp.view.top.parts.TreeViewParts
class TreeViewParts extends TemplateParts implements Serializable- serialVersionUID:
- 2930181295501742814L
-
直列化されたフィールド
-
iconTag
String iconTag
アイコンタグ
-
-
クラス org.iplass.mtp.view.top.parts.UserMaintenanceParts
class UserMaintenanceParts extends TopViewParts implements Serializable- serialVersionUID:
- 5003430874417028239L
-
直列化されたフィールド
-
viewName
String viewName
ビュー名
-
-
-
パッケージ org.iplass.mtp.view.treeview
-
クラス org.iplass.mtp.view.treeview.EntityTreeViewItem
class EntityTreeViewItem extends TreeViewItem implements Serializable- serialVersionUID:
- 9034133010723234008L
-
クラス org.iplass.mtp.view.treeview.ReferenceTreeViewItem
class ReferenceTreeViewItem extends EntityTreeViewItem implements Serializable- serialVersionUID:
- 7630455710862858598L
-
直列化されたフィールド
-
displayName
String displayName
Entity定義階層の表示名 -
parent
TreeViewItem parent
親アイテム -
propertyName
String propertyName
親Entityからの参照プロパティ名
-
-
クラス org.iplass.mtp.view.treeview.TreeView
class TreeView extends Object implements Serializable- serialVersionUID:
- 8938014670990109232L
-
直列化されたフィールド
-
colModel
List<TreeViewGridColModel> colModel
ColModel -
description
String description
記述 -
displayName
String displayName
表示名 -
items
List<TreeViewItem> items
ツリービューを構成するアイテム -
localizedDisplayNameList
List<LocalizedStringDefinition> localizedDisplayNameList
多言語設定情報 -
name
String name
名前
-
-
クラス org.iplass.mtp.view.treeview.TreeViewGridColModel
class TreeViewGridColModel extends Object implements Serializable- serialVersionUID:
- 6385565760001843711L
-
クラス org.iplass.mtp.view.treeview.TreeViewGridColModelMapping
class TreeViewGridColModelMapping extends Object implements Serializable- serialVersionUID:
- 9000538905979610480L
-
クラス org.iplass.mtp.view.treeview.TreeViewItem
class TreeViewItem extends Object implements Serializable- serialVersionUID:
- 4970065426513391661L
-
直列化されたフィールド
-
action
String action
詳細表示用アクション -
defName
String defName
Entity定義の名前 -
displayDefinitionNode
boolean displayDefinitionNode
Entity定義ノードを表示するか -
displayPropertyName
String displayPropertyName
表示するプロパティ名 -
entityDefinitionNodeCssStyle
String entityDefinitionNodeCssStyle
Entity定義のノードに設定するスタイルシートのクラス -
entityDefinitionNodeIcon
String entityDefinitionNodeIcon
Entity定義のノードに表示するアイコンのURL -
entityNodeCssStyle
String entityNodeCssStyle
Entityのノードに設定するスタイルシートのクラス -
entityNodeIcon
String entityNodeIcon
Entityのノードに表示するアイコンのURL -
indexNodeCssStyle
String indexNodeCssStyle
Indexのノードに設定するスタイルシートのクラス -
indexNodeIcon
String indexNodeIcon
Indexのノードに表示するアイコンのURL -
limit
int limit
表示上限 -
mapping
List<TreeViewGridColModelMapping> mapping
ColModelのマッピング -
referenceTreeViewItems
List<ReferenceTreeViewItem> referenceTreeViewItems
参照のツリービューアイテム -
sortItem
String sortItem
ソートアイテム -
sortType
TreeViewItem.TreeSortType sortType
ソート種別 -
viewName
String viewName
ビュー名
-
-
-
パッケージ org.iplass.mtp.web.actionmapping
-
例外クラス org.iplass.mtp.web.actionmapping.TokenValidationException
class TokenValidationException extends ApplicationException implements Serializable- serialVersionUID:
- -5269546472497904911L
-
-
パッケージ org.iplass.mtp.web.actionmapping.definition
-
クラス org.iplass.mtp.web.actionmapping.definition.ActionMappingDefinition
class ActionMappingDefinition extends Object implements Serializable- serialVersionUID:
- -8553251729036721789L
-
直列化されたフィールド
-
allowMethod
HttpMethodType[] allowMethod
許可するHTTP Method。未指定の場合は、すべて許可。 -
allowRequestContentTypes
String[] allowRequestContentTypes
-
cacheCriteria
CacheCriteriaDefinition cacheCriteria
キャッシュ基準 -
clientCacheMaxAge
long clientCacheMaxAge
クライアントキャッシュのmax-age(秒) -
clientCacheType
ClientCacheType clientCacheType
クライアントでのキャッシュ指定。 未指定の場合はキャッシュを許す。 -
commandConfig
CommandConfig commandConfig
このActionMappingが呼び出されたときに実行するCommand。 未指定可(Commandは実行せずテンプレートを表示)。 -
description
String description
-
displayName
String displayName
-
isParts
boolean isParts
このActionMappingで指定される表示処理が部品かどうか。 trueの場合、クライアントからの直接呼出し不可。 -
isPrivileged
boolean isPrivileged
このActionMappingで処理されるCommand,Templateを特権(セキュリティ制約を受けない)にて処理するかどうか。デフォルトはfalse。 -
isPublicAction
boolean isPublicAction
このActionの呼び出しをセキュリティ設定によらず呼び出し可能にする場合は、trueを設定。 isPrivilegedとの違いは、Entityの操作などにおいては、セキュリティ制約を受ける。デフォルトはfalse。 -
localizedDisplayNameList
List<LocalizedStringDefinition> localizedDisplayNameList
-
maxFileSize
Long maxFileSize
-
maxRequestBodySize
Long maxRequestBodySize
-
name
String name
-
needTrustedAuthenticate
boolean needTrustedAuthenticate
-
paramMap
ParamMapDefinition[] paramMap
WebからのパラメータのCommand実行時のParameter名のマップの定義 -
result
ResultDefinition[] result
Commandの実行結果と、表示処理の対応の定義。 *指定可(実行したCommand結果によらず当該表示処理を実行)。 未指定可(このActionMappingのnameと同一名のTemplateを表示)。 -
synchronizeOnSession
boolean synchronizeOnSession
sessionにて同期を行うか否か -
tokenCheck
TokenCheck tokenCheck
Tokenチェックの実行設定。 未指定可(Tokenチェックは実行されない)。
-
-
クラス org.iplass.mtp.web.actionmapping.definition.ActionMappingDefinitionModifyResult
class ActionMappingDefinitionModifyResult extends DefinitionModifyResult implements Serializable- serialVersionUID:
- -602888911643019662L
-
クラス org.iplass.mtp.web.actionmapping.definition.ParamMapDefinition
class ParamMapDefinition extends Object implements Serializable- serialVersionUID:
- 963315789461567699L
-
クラス org.iplass.mtp.web.actionmapping.definition.TokenCheck
class TokenCheck extends Object implements Serializable- serialVersionUID:
- -6137919446875518790L
-
直列化されたフィールド
-
consume
boolean consume
-
exceptionRollback
boolean exceptionRollback
-
useFixedToken
boolean useFixedToken
-
-
-
パッケージ org.iplass.mtp.web.actionmapping.definition.cache
-
クラス org.iplass.mtp.web.actionmapping.definition.cache.CacheCriteriaDefinition
class CacheCriteriaDefinition extends Object implements Serializable- serialVersionUID:
- -7269996485444294477L
-
直列化されたフィールド
-
cachableCommandResultStatus
List<String> cachableCommandResultStatus
キャッシュしてよいCommandのステータス。未指定、*指定の場合は、なんでもキャッシュ。 -
relatedEntity
List<CacheRelatedEntityDefinition> relatedEntity
このキャッシュに関連するEntityの定義。当該Entityが更新されたら、キャッシュが無効化される。 -
timeToLive
Integer timeToLive
キャッシュの有効期間(ms)
-
-
クラス org.iplass.mtp.web.actionmapping.definition.cache.CacheRelatedEntityDefinition
class CacheRelatedEntityDefinition extends Object implements Serializable- serialVersionUID:
- -1549297749156544214L
-
直列化されたフィールド
-
definitionName
String definitionName
名前 -
type
RelatedEntityType type
-
-
クラス org.iplass.mtp.web.actionmapping.definition.cache.JavaClassCacheCriteriaDefinition
class JavaClassCacheCriteriaDefinition extends CacheCriteriaDefinition implements Serializable- serialVersionUID:
- 7102926695133618308L
-
直列化されたフィールド
-
className
String className
判定ロジックを実装するjavaクラス。ActionCacheCriteriaを実装する。
-
-
クラス org.iplass.mtp.web.actionmapping.definition.cache.ParameterMatchCacheCriteriaDefinition
class ParameterMatchCacheCriteriaDefinition extends CacheCriteriaDefinition implements Serializable- serialVersionUID:
- 5145085472178880346L
-
クラス org.iplass.mtp.web.actionmapping.definition.cache.ScriptingCacheCriteriaDefinition
class ScriptingCacheCriteriaDefinition extends CacheCriteriaDefinition implements Serializable- serialVersionUID:
- 6378242695686413725L
-
直列化されたフィールド
-
script
String script
キャッシュのキー比較に利用する文字列を返却するよう実装する。
-
-
-
パッケージ org.iplass.mtp.web.actionmapping.definition.result
-
クラス org.iplass.mtp.web.actionmapping.definition.result.DynamicTemplateResultDefinition
class DynamicTemplateResultDefinition extends ResultDefinition implements Serializable- serialVersionUID:
- 6127822545341201084L
-
直列化されたフィールド
-
contentDispositionType
ContentDispositionType contentDispositionType
ContentDisposition Type(ContentDisposition設定時) -
fileNameAttributeName
String fileNameAttributeName
ファイル名設定用Attribute名(ContentDisposition設定時) -
layoutActionAttributeName
String layoutActionAttributeName
LayoutAction用Attribute名 -
templatePathAttributeName
String templatePathAttributeName
-
useContentDisposition
boolean useContentDisposition
ContentDisposition設定フラグ
-
-
クラス org.iplass.mtp.web.actionmapping.definition.result.RedirectResultDefinition
class RedirectResultDefinition extends ResultDefinition implements Serializable- serialVersionUID:
- 632004285059492173L
-
直列化されたフィールド
-
allowExternalLocation
boolean allowExternalLocation
-
redirectPath
String redirectPath
-
-
クラス org.iplass.mtp.web.actionmapping.definition.result.ResultDefinition
class ResultDefinition extends Object implements Serializable- serialVersionUID:
- 2185607355522422387L
-
クラス org.iplass.mtp.web.actionmapping.definition.result.StaticResourceResultDefinition
class StaticResourceResultDefinition extends ResultDefinition implements Serializable- serialVersionUID:
- 4481823608566637666L
-
直列化されたフィールド
-
contentDispositionType
ContentDispositionType contentDispositionType
-
entryPathAttributeName
String entryPathAttributeName
-
staticResourceName
String staticResourceName
-
useContentDisposition
boolean useContentDisposition
-
-
クラス org.iplass.mtp.web.actionmapping.definition.result.StreamResultDefinition
class StreamResultDefinition extends ResultDefinition implements Serializable- serialVersionUID:
- -2481952719267699944L
-
直列化されたフィールド
-
acceptRanges
boolean acceptRanges
rangeヘッダ対応するか否か -
contentDispositionType
ContentDispositionType contentDispositionType
ContentDisposition Type(ContentDisposition設定時) -
contentLengthAttributeName
String contentLengthAttributeName
-
contentTypeAttributeName
String contentTypeAttributeName
-
fileNameAttributeName
String fileNameAttributeName
ファイル名設定用Attribute名(ContentDisposition設定時) -
inputStreamAttributeName
String inputStreamAttributeName
-
useContentDisposition
boolean useContentDisposition
ContentDisposition設定フラグ
-
-
クラス org.iplass.mtp.web.actionmapping.definition.result.TemplateResultDefinition
class TemplateResultDefinition extends ResultDefinition implements Serializable- serialVersionUID:
- -2784701992968234641L
-
直列化されたフィールド
-
contentDispositionType
ContentDispositionType contentDispositionType
ContentDisposition Type(ContentDisposition設定時) -
fileNameAttributeName
String fileNameAttributeName
ファイル名設定用Attribute名(ContentDisposition設定時) -
layoutActionName
String layoutActionName
LayoutAction(ActionMappingのName) -
templateName
String templateName
-
useContentDisposition
boolean useContentDisposition
ContentDisposition設定フラグ
-
-
-
パッケージ org.iplass.mtp.web.staticresource.definition
-
クラス org.iplass.mtp.web.staticresource.definition.EntryPathTranslatorDefinition
class EntryPathTranslatorDefinition extends Object implements Serializable- serialVersionUID:
- -6417327445573147737L
-
クラス org.iplass.mtp.web.staticresource.definition.JavaClassEntryPathTranslatorDefinition
class JavaClassEntryPathTranslatorDefinition extends EntryPathTranslatorDefinition implements Serializable- serialVersionUID:
- 3157228095092527156L
-
直列化されたフィールド
-
className
String className
-
-
クラス org.iplass.mtp.web.staticresource.definition.LocalizedStaticResourceDefinition
class LocalizedStaticResourceDefinition extends Object implements Serializable- serialVersionUID:
- -3557658381642206270L
-
直列化されたフィールド
-
localeName
String localeName
-
resource
BinaryDefinition resource
-
-
クラス org.iplass.mtp.web.staticresource.definition.MimeTypeMappingDefinition
class MimeTypeMappingDefinition extends Object implements Serializable- serialVersionUID:
- 6028820061295278852L
-
クラス org.iplass.mtp.web.staticresource.definition.PrefixEntryPathTranslatorDefinition
class PrefixEntryPathTranslatorDefinition extends EntryPathTranslatorDefinition implements Serializable- serialVersionUID:
- -1238881863174580986L
-
直列化されたフィールド
-
prefix
String prefix
-
-
クラス org.iplass.mtp.web.staticresource.definition.ScriptingEntryPathTranslatorDefinition
class ScriptingEntryPathTranslatorDefinition extends EntryPathTranslatorDefinition implements Serializable- serialVersionUID:
- -1174907609166110781L
-
直列化されたフィールド
-
script
String script
-
-
クラス org.iplass.mtp.web.staticresource.definition.StaticResourceDefinition
class StaticResourceDefinition extends Object implements Serializable- serialVersionUID:
- 7919419226190191428L
-
直列化されたフィールド
-
contentType
String contentType
-
description
String description
-
displayName
String displayName
-
entryPathTranslator
EntryPathTranslatorDefinition entryPathTranslator
-
entryTextCharset
String entryTextCharset
-
localizedDisplayNameList
List<LocalizedStringDefinition> localizedDisplayNameList
-
localizedResourceList
List<LocalizedStaticResourceDefinition> localizedResourceList
-
mimeTypeMapping
List<MimeTypeMappingDefinition> mimeTypeMapping
-
name
String name
-
resource
BinaryDefinition resource
-
-
クラス org.iplass.mtp.web.staticresource.definition.StaticResourceDefinitionModifyResult
class StaticResourceDefinitionModifyResult extends DefinitionModifyResult implements Serializable- serialVersionUID:
- -9177214238013443910L
-
-
パッケージ org.iplass.mtp.web.template.definition
-
クラス org.iplass.mtp.web.template.definition.BinaryTemplateDefinition
class BinaryTemplateDefinition extends TemplateDefinition implements Serializable- serialVersionUID:
- -6397493149115396048L
-
直列化されたフィールド
-
binary
byte[] binary
-
fileName
String fileName
-
localizedBinaryList
List<LocalizedBinaryDefinition> localizedBinaryList
多言語設定情報
-
-
クラス org.iplass.mtp.web.template.definition.GroovyTemplateDefinition
class GroovyTemplateDefinition extends TemplateDefinition implements Serializable- serialVersionUID:
- -6397493149115396048L
-
直列化されたフィールド
-
localizedSourceList
List<LocalizedStringDefinition> localizedSourceList
多言語設定情報 -
source
String source
-
-
クラス org.iplass.mtp.web.template.definition.HtmlTemplateDefinition
class HtmlTemplateDefinition extends TemplateDefinition implements Serializable- serialVersionUID:
- -6397493149115396048L
-
直列化されたフィールド
-
localizedSourceList
List<LocalizedStringDefinition> localizedSourceList
多言語設定情報 -
source
String source
-
-
クラス org.iplass.mtp.web.template.definition.JspTemplateDefinition
class JspTemplateDefinition extends TemplateDefinition implements Serializable- serialVersionUID:
- -6397493149115396048L
-
直列化されたフィールド
-
localizedPathList
List<LocalizedStringDefinition> localizedPathList
多言語設定情報 -
path
String path
-
-
クラス org.iplass.mtp.web.template.definition.LocalizedBinaryDefinition
class LocalizedBinaryDefinition extends Object implements Serializable- serialVersionUID:
- 6284991730335369625L
-
クラス org.iplass.mtp.web.template.definition.TemplateDefinition
class TemplateDefinition extends Object implements Serializable- serialVersionUID:
- 4432940487717913835L
-
直列化されたフィールド
-
クラス org.iplass.mtp.web.template.definition.TemplateDefinitionModifyResult
class TemplateDefinitionModifyResult extends DefinitionModifyResult implements Serializable- serialVersionUID:
- 296761806476260586L
-
-
パッケージ org.iplass.mtp.web.template.report
-
例外クラス org.iplass.mtp.web.template.report.ReportOutputException
class ReportOutputException extends ApplicationException implements Serializable- serialVersionUID:
- 6686580740228269615L
-
-
パッケージ org.iplass.mtp.web.template.report.definition
-
クラス org.iplass.mtp.web.template.report.definition.GroovyReportOutputLogicDefinition
class GroovyReportOutputLogicDefinition extends ReportOutputLogicDefinition implements Serializable- serialVersionUID:
- -6363313428336523812L
-
直列化されたフィールド
-
script
String script
-
-
クラス org.iplass.mtp.web.template.report.definition.JasperReportType
class JasperReportType extends ReportType implements Serializable- serialVersionUID:
- 1706746796693132616L
-
直列化されたフィールド
-
dataSourceAttributeName
String dataSourceAttributeName
DataSource Attribute名 -
paramMap
ReportParamMapDefinition[] paramMap
パラメータマッピング定義 -
passwordAttributeName
String passwordAttributeName
パスワードAttribute名
-
-
クラス org.iplass.mtp.web.template.report.definition.JavaClassReportOutputLogicDefinition
class JavaClassReportOutputLogicDefinition extends ReportOutputLogicDefinition implements Serializable- serialVersionUID:
- -5912655631675112047L
-
直列化されたフィールド
-
className
String className
-
-
クラス org.iplass.mtp.web.template.report.definition.JxlsReportType
class JxlsReportType extends ReportType implements Serializable- serialVersionUID:
- 4425769299483314155L
-
直列化されたフィールド
-
paramMap
ReportParamMapDefinition[] paramMap
-
passwordAttributeName
String passwordAttributeName
-
reportOutputLogicDefinition
ReportOutputLogicDefinition reportOutputLogicDefinition
-
templateName
String templateName
-
-
クラス org.iplass.mtp.web.template.report.definition.LocalizedReportDefinition
class LocalizedReportDefinition extends Object implements Serializable- serialVersionUID:
- 448974983951499194L
-
直列化されたフィールド
-
binary
byte[] binary
-
fileName
String fileName
-
localeName
String localeName
-
reportType
ReportType reportType
-
-
クラス org.iplass.mtp.web.template.report.definition.PoiReportType
class PoiReportType extends ReportType implements Serializable- serialVersionUID:
- 865565133915249823L
-
直列化されたフィールド
-
passwordAttributeName
String passwordAttributeName
-
reportOutputLogicDefinition
ReportOutputLogicDefinition reportOutputLogicDefinition
-
-
クラス org.iplass.mtp.web.template.report.definition.ReportOutputLogicDefinition
class ReportOutputLogicDefinition extends Object implements Serializable- serialVersionUID:
- -3893705237664300024L
-
クラス org.iplass.mtp.web.template.report.definition.ReportParamMapDefinition
class ReportParamMapDefinition extends Object implements Serializable- serialVersionUID:
- 8121021196519567703L
-
クラス org.iplass.mtp.web.template.report.definition.ReportTemplateDefinition
class ReportTemplateDefinition extends TemplateDefinition implements Serializable- serialVersionUID:
- -7473797665141741546L
-
直列化されたフィールド
-
binary
byte[] binary
-
fileName
String fileName
-
localizedReportList
List<LocalizedReportDefinition> localizedReportList
多言語設定情報 -
reportType
ReportType reportType
-
-
クラス org.iplass.mtp.web.template.report.definition.ReportType
class ReportType extends Object implements Serializable- serialVersionUID:
- -7878509238666614937L
-
直列化されたフィールド
-
outputFileType
String outputFileType
-
-
-
パッケージ org.iplass.mtp.web.template.tags
-
クラス org.iplass.mtp.web.template.tags.AuthTag
class AuthTag extends jakarta.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- 1L
-
直列化されたフィールド
-
authService
org.iplass.mtp.impl.auth.AuthService authService
-
doAuthContext
org.iplass.mtp.impl.auth.AuthContextHolder doAuthContext
-
permission
Permission permission
-
prev
org.iplass.mtp.impl.auth.AuthContextHolder prev
-
privileged
Boolean privileged
-
role
String role
-
-
クラス org.iplass.mtp.web.template.tags.BindTag
class BindTag extends jakarta.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- 1L
-
直列化されたフィールド
-
autoDetectErrors
Boolean autoDetectErrors
-
bean
Object bean
-
beanVariableName
String beanVariableName
-
elMapper
org.iplass.mtp.impl.command.beanmapper.el.ELMapper elMapper
-
errorsVariableName
String errorsVariableName
-
formatter
ValueFormatter formatter
-
htmlEscape
Boolean htmlEscape
-
indexPostfix
String indexPostfix
-
indexPrefix
String indexPrefix
-
mappingResult
MappingResult mappingResult
-
mappingResultVariableName
String mappingResultVariableName
-
prefix
String prefix
-
prop
String prop
-
propertyDelimiter
String propertyDelimiter
-
propertyErrorValueVariableName
String propertyErrorValueVariableName
-
propertyNameVariableName
String propertyNameVariableName
-
propertyRawValueVariableName
String propertyRawValueVariableName
-
propertyValueVariableName
String propertyValueVariableName
-
setBean
boolean setBean
-
setProp
boolean setProp
-
-
クラス org.iplass.mtp.web.template.tags.ErrorsTag
class ErrorsTag extends jakarta.servlet.jsp.tagext.BodyTagSupport implements Serializable- serialVersionUID:
- 1L
-
-
パッケージ org.iplass.mtp.webapi
-
例外クラス org.iplass.mtp.webapi.WebApiRuntimeException
class WebApiRuntimeException extends SystemException implements Serializable- serialVersionUID:
- -9112564002179662504L
-
-
パッケージ org.iplass.mtp.webapi.definition
-
クラス org.iplass.mtp.webapi.definition.EntityWebApiDefinition
class EntityWebApiDefinition extends Object implements Serializable- serialVersionUID:
- 4363768874329012614L
-
クラス org.iplass.mtp.webapi.definition.WebApiDefinition
class WebApiDefinition extends Object implements Serializable- serialVersionUID:
- 7903913056944225448L
-
直列化されたフィールド
-
accepts
RequestType[] accepts
WebApiの受付種別。 -
accessControlAllowCredentials
boolean accessControlAllowCredentials
-
accessControlAllowOrigin
String accessControlAllowOrigin
-
allowRequestContentTypes
String[] allowRequestContentTypes
-
cacheControlMaxAge
long cacheControlMaxAge
WebAPIキャッシュのmax-age(秒) -
cacheControlType
CacheControlType cacheControlType
WebAPIキャッシュ指定。 未指定の場合はキャッシュをしない。 -
commandConfig
CommandConfig commandConfig
このWebApiが呼び出されたときに実行するCommand。 -
description
String description
-
displayName
String displayName
-
isCheckXRequestedWithHeader
boolean isCheckXRequestedWithHeader
XMLHttpRequestがセットされていることを確認するか。 -
isPrivileged
boolean isPrivileged
このWebApiで処理されるCommandを特権(セキュリティ制約を受けない)にて処理するかどうか。デフォルトはfalse。 -
isPublicWebApi
boolean isPublicWebApi
このWebApiの呼び出しをセキュリティ設定によらず呼び出し可能にする場合は、trueを設定。 isPrivilegedとの違いは、Entityの操作などにおいては、セキュリティ制約を受ける。デフォルトはfalse。 -
maxFileSize
Long maxFileSize
-
maxRequestBodySize
Long maxRequestBodySize
-
methods
MethodType[] methods
WebApiのメソッド種別。 -
name
String name
共通項目。 -
needTrustedAuthenticate
boolean needTrustedAuthenticate
-
oauthScopes
String[] oauthScopes
-
responseType
String responseType
-
restJsonParameterName
String restJsonParameterName
REST JSON受付時のパラメータ名 -
restJsonParameterType
String restJsonParameterType
REST JSON受付時のパラメータタイプ(クラスパス) -
restXmlParameterName
String restXmlParameterName
REST XML受付時のパラメータ名 -
results
String[] results
Commandの実行結果と、表示処理の対応の定義。 -
state
StateType state
-
supportBearerToken
boolean supportBearerToken
-
synchronizeOnSession
boolean synchronizeOnSession
sessionにて同期を行うか否か -
tokenCheck
WebApiTokenCheck tokenCheck
Tokenチェックの実行設定。 未指定可(Tokenチェックは実行されない)。 -
webApiParamMap
WebApiParamMapDefinition[] webApiParamMap
WebApiからのパラメータのCommand実行時のParameter名のマップの定義
-
-
クラス org.iplass.mtp.webapi.definition.WebApiDefinitionModifyResult
class WebApiDefinitionModifyResult extends DefinitionModifyResult implements Serializable- serialVersionUID:
- -8074429180806879351L
-
クラス org.iplass.mtp.webapi.definition.WebApiParamMapDefinition
class WebApiParamMapDefinition extends Object implements Serializable- serialVersionUID:
- -8571119343858716267L
-
クラス org.iplass.mtp.webapi.definition.WebApiTokenCheck
class WebApiTokenCheck extends Object implements Serializable- serialVersionUID:
- -6137919446875518790L
-
直列化されたフィールド
-
consume
boolean consume
-
exceptionRollback
boolean exceptionRollback
-
useFixedToken
boolean useFixedToken
-
-
-
パッケージ org.iplass.mtp.webapi.entity
-
例外クラス org.iplass.mtp.webapi.entity.SearchResultLimitExceededException
class SearchResultLimitExceededException extends ApplicationException implements Serializable- serialVersionUID:
- -5171809709146937565L
-
-
パッケージ org.iplass.mtp.webhook
-
例外クラス org.iplass.mtp.webhook.WebhookException
class WebhookException extends SystemException implements Serializable- serialVersionUID:
- 5631212745775599471L
-
-
パッケージ org.iplass.mtp.webhook.endpoint.definition
-
クラス org.iplass.mtp.webhook.endpoint.definition.WebhookEndpointDefinition
class WebhookEndpointDefinition extends Object implements Serializable- serialVersionUID:
- 8660365992932082923L
-
-
パッケージ org.iplass.mtp.webhook.template.definition
-
クラス org.iplass.mtp.webhook.template.definition.WebhookHeaderDefinition
class WebhookHeaderDefinition extends Object implements Serializable- serialVersionUID:
- 3511112860153636065L
-
クラス org.iplass.mtp.webhook.template.definition.WebhookTemplateDefinition
class WebhookTemplateDefinition extends Object implements Serializable- serialVersionUID:
- 4835431145639526016L
-